Linus, Please pull DT fixes for 5.19-rc. Rob The following changes since commit 8ab2afa23bd197df47819a87f0265c0ac95c5b6a: Merge tag 'for-5.19/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev (2022-05-30 12:46:49 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-5.19-1 for you to fetch changes up to 987cf300e76d30b1bdad88d2a662b948ead6fb21: dt-bindings: mtd: spi-nand: Add spi-peripheral-props.yaml reference (2022-06-03 11:56:27 -0500) ---------------------------------------------------------------- Devicetree fixes for v5.19-rc: - Fixes for unevaluatedProperties warnings. These were missed to due to a bug in dtschema which is now fixed. The changes involve either adding missing properties or removing spurious properties from examples. - Update several Qualcomm binding maintainer email addresses - Fix typo in imx8mp-media-blk-ctrl example - Fix fixed string pattern in qcom,smd - Correct the order of 'reg' entries in Xilinx PCI binding ---------------------------------------------------------------- Bharat Kumar Gogada (1): dt-bindings: PCI: xilinx-cpm: Fix reg property order Jeffrey Hugo (1): dt-bindings: clock: Update my email address Krzysztof Kozlowski (1): dt-bindings: soc: qcom,smd: do not use pattern for simple rpm-requests string Laurent Pinchart (1): dt-bindings: soc: imx8mp-media-blk-ctrl: Fix DT example Rob Herring (7): dt-bindings: usb: snps,dwc3: Add missing 'dma-coherent' property dt-bindings: PCI: socionext,uniphier-pcie: Add missing child interrupt controller dt-bindings: net: Fix unevaluatedProperties warnings in examples dt-bindings: PCI: apple: Add missing 'power-domains' property dt-bindings: net/dsa: Add spi-peripheral-props.yaml references dt-bindings: memory-controllers: ingenic: Split out child node properties dt-bindings: mtd: spi-nand: Add spi-peripheral-props.yaml reference Sibi Sankar (1): dt-bindings: Update Sibi Sankar's email address .../devicetree/bindings/clock/qcom,mmcc.yaml | 2 +- .../bindings/interconnect/qcom,osm-l3.yaml | 2 +- .../ingenic,nemc-peripherals.yaml | 46 +++++++++ .../bindings/memory-controllers/ingenic,nemc.yaml | 32 ------ .../devicetree/bindings/mtd/ingenic,nand.yaml | 1 + .../devicetree/bindings/mtd/spi-nand.yaml | 1 + .../devicetree/bindings/net/cdns,macb.yaml | 1 - .../devicetree/bindings/net/dsa/brcm,b53.yaml | 115 ++++++++++++--------- .../devicetree/bindings/net/dsa/microchip,ksz.yaml | 1 + .../devicetree/bindings/net/dsa/nxp,sja1105.yaml | 1 + .../devicetree/bindings/net/dsa/realtek.yaml | 1 + .../devicetree/bindings/net/mediatek,net.yaml | 3 + .../devicetree/bindings/net/mediatek-dwmac.yaml | 3 + .../bindings/net/wireless/mediatek,mt76.yaml | 2 +- .../devicetree/bindings/pci/apple,pcie.yaml | 5 +- .../bindings/pci/socionext,uniphier-pcie.yaml | 23 ++++- .../devicetree/bindings/pci/xilinx-versal-cpm.yaml | 10 +- .../devicetree/bindings/reset/qcom,aoss-reset.yaml | 2 +- .../devicetree/bindings/reset/qcom,pdc-global.yaml | 2 +- .../soc/imx/fsl,imx8mp-media-blk-ctrl.yaml | 2 +- .../devicetree/bindings/soc/qcom/qcom,smd.yaml | 4 +- .../devicetree/bindings/usb/snps,dwc3.yaml | 2 + 22 files changed, 162 insertions(+), 99 deletions(-) create mode 100644 Documentation/devicetree/bindings/memory-controllers/ingenic,nemc-peripherals.yaml