Linus, Please pull a few more DT updates. It's mostly things that fell thru the cracks. Not sure what happened, but seems no watchdog changes got queued up for this cycle. Rob The following changes since commit ecdb004843ed91222be38ed838e7ce7167018222: dt-bindings: interrupt-controller: add Ralink SoCs interrupt controller (2023-06-27 08:14:38 -0600) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-for-6.5-2 for you to fetch changes up to 31e9f406efae513156c129e9f7ad16b9f0ec7a65: dt-bindings: soc: qcom: stats: Update maintainer email (2023-07-05 09:54:53 -0600) ---------------------------------------------------------------- Devicetree updates for v6.5, part 2: - Whitespace clean-ups in binding examples - Restrict node name suffixes to "-[0-9]+" for cases of multiple instances which don't have unit-addresses - Convert brcm,kona-wdt and cdns,wdt-r1p2 watchdog bindings to DT schema ---------------------------------------------------------------- Krzysztof Kozlowski (4): dt-bindings: watchdog: restrict node name suffixes dt-bindings: slimbus: restrict node name suffixes dt-bindings: timestamp: restrict node name suffixes dt-bindings: cleanup DTS example whitespaces Maulik Shah (1): dt-bindings: soc: qcom: stats: Update maintainer email Nikita Bondarenko (1): dt-bindings: watchdog: brcm,kona-wdt: convert txt file to yaml Srinivas Neeli (1): dt-bindings: watchdog: cdns,wdt-r1p2: Convert cadence watchdog to yaml .../devicetree/bindings/arm/arm,coresight-cti.yaml | 18 +++---- .../devicetree/bindings/arm/keystone/ti,sci.yaml | 8 +-- .../devicetree/bindings/display/msm/gmu.yaml | 2 +- .../bindings/display/panel/samsung,s6e8aa0.yaml | 2 +- .../bindings/display/rockchip/rockchip-vop.yaml | 4 +- .../devicetree/bindings/iio/adc/ti,adc108s102.yaml | 2 +- .../bindings/media/renesas,rzg2l-cru.yaml | 4 +- .../devicetree/bindings/media/renesas,vin.yaml | 4 +- .../devicetree/bindings/mtd/mtd-physmap.yaml | 2 +- .../devicetree/bindings/net/mediatek-dwmac.yaml | 2 +- .../bindings/perf/amlogic,g12-ddr-pmu.yaml | 4 +- .../devicetree/bindings/phy/mediatek,dsi-phy.yaml | 2 +- .../remoteproc/amlogic,meson-mx-ao-arc.yaml | 2 +- .../devicetree/bindings/slimbus/slimbus.yaml | 2 +- .../devicetree/bindings/soc/qcom/qcom-stats.yaml | 2 +- .../timestamp/hardware-timestamps-common.yaml | 2 +- .../devicetree/bindings/usb/mediatek,mtu3.yaml | 2 +- .../devicetree/bindings/usb/ti,am62-usb.yaml | 2 +- .../devicetree/bindings/watchdog/brcm,kona-wdt.txt | 15 ------ .../bindings/watchdog/brcm,kona-wdt.yaml | 41 ++++++++++++++ .../devicetree/bindings/watchdog/cadence-wdt.txt | 23 -------- .../bindings/watchdog/cdns,wdt-r1p2.yaml | 62 ++++++++++++++++++++++ .../devicetree/bindings/watchdog/watchdog.yaml | 4 +- 23 files changed, 138 insertions(+), 73 deletions(-) delete mode 100644 Documentation/devicetree/bindings/watchdog/brcm,kona-wdt.txt create mode 100644 Documentation/devicetree/bindings/watchdog/brcm,kona-wdt.yaml delete mode 100644 Documentation/devicetree/bindings/watchdog/cadence-wdt.txt create mode 100644 Documentation/devicetree/bindings/watchdog/cdns,wdt-r1p2.yaml