[PATCH 0/2] dt-bindings: rtc: Convert to DT schema
Eduard Bostina <[email protected]> Sun, 19 Jul 2026 14:10:06 +0000
| Newsgroups | org.kernel.vger.linux-omap,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-rtc |
|---|---|
| Message-ID | <[email protected]> |
This series converts the Texas Instruments Palmas RTC bindings to DT schema and resolves a node name compliance issue. Patch 1 converts the text binding to DT schema. Patch 2 updates the tps659038_rtc nodes across the AM57xx device trees to use the generic 'rtc' node name. Eduard Bostina (2): dt-bindings: rtc: Convert TI Palmas RTC to DT schema ARM: dts: ti: omap: Fix Palmas RTC node names .../devicetree/bindings/rtc/rtc-palmas.txt | 32 ----------- .../bindings/rtc/ti,palmas-rtc.yaml | 57 +++++++++++++++++++ .../boot/dts/ti/omap/am5729-beagleboneai.dts | 2 +- .../dts/ti/omap/am57xx-beagle-x15-common.dtsi | 2 +- .../boot/dts/ti/omap/am57xx-idk-common.dtsi | 2 +- 5 files changed, 60 insertions(+), 35 deletions(-) delete mode 100644 Documentation/devicetree/bindings/rtc/rtc-palmas.txt create mode 100644 Documentation/devicetree/bindings/rtc/ti,palmas-rtc.yaml -- 2.43.0