Linus, Please pull a couple of DT fixes. Rob The following changes since commit 8ca5297e7e38f2dc8c753d33a5092e7be181fff0: Merge tag 'kconfig-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild (2021-04-29 14:32:00 -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.13-1 for you to fetch changes up to 6799e3f281e962628be531e8331bacd05b866134: dt-bindings: net: renesas,etheravb: Fix optional second clock name (2021-05-04 09:05:46 -0500) ---------------------------------------------------------------- Devicetree fixes for v5.13-rc: - Several Renesas binding fixes to fix warnings - Remove duplicate compatibles in 8250 binding - Remove orphaned Sigma Designs Tango bindings - Fix bcm2711-hdmi binding to use 'additionalProperties' - Fix idt,32434-pic warning for missing 'interrupts' property - Fix 'stored but not read' warnings in DT overlay code ---------------------------------------------------------------- Geert Uytterhoeven (4): dt-bindings: PCI: rcar-pci-host: Document missing R-Car H1 support dt-bindings: media: renesas,vin: Make resets optional on R-Car Gen1 dt-bindings: display: renesas,du: Add missing power-domains property dt-bindings: net: renesas,etheravb: Fix optional second clock name Jiapeng Chong (1): of: overlay: Remove redundant assignment to ret Maxime Ripard (1): dt-bindings: bcm2711-hdmi: Fix broken schema Rob Herring (1): dt-bindings: Remove unused Sigma Designs Tango bindings Thomas Bogendoerfer (1): dt-bindings: interrupt-controller: idt,32434-pic: Add missing interrupts property Zhen Lei (1): dt-bindings: serial: 8250: Remove duplicated compatible strings .../bindings/display/brcm,bcm2711-hdmi.yaml | 2 +- .../devicetree/bindings/display/renesas,du.yaml | 3 ++ .../interrupt-controller/idt,32434-pic.yaml | 4 ++ .../devicetree/bindings/media/renesas,vin.yaml | 46 ++++++++++++++-------- .../devicetree/bindings/mtd/tango-nand.txt | 38 ------------------ .../devicetree/bindings/net/renesas,etheravb.yaml | 2 +- .../devicetree/bindings/pci/rcar-pci-host.yaml | 12 +++++- .../devicetree/bindings/pci/tango-pcie.txt | 29 -------------- Documentation/devicetree/bindings/serial/8250.yaml | 5 --- drivers/of/overlay.c | 3 -- 10 files changed, 49 insertions(+), 95 deletions(-) delete mode 100644 Documentation/devicetree/bindings/mtd/tango-nand.txt delete mode 100644 Documentation/devicetree/bindings/pci/tango-pcie.txt