[PATCH v2 0/3] dt-bindings: rtc: ti,omap-rtc: Convert to DT schema and cleanups
Bhargav Joshi <[email protected]> Sat, 25 Jul 2026 02:31:55 +0530
| Newsgroups | org.kernel.vger.linux-rtc,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-omap |
|---|---|
| Message-ID | <[email protected]> |
This series converts the Texas Instruments OMAP Real Time Clock (RTC) binding from the legacy format to dt-schema. During the conversion process, two legacy, undocumented properties were discovered in the upstream device trees: - 'ext-clk-src' in am57xx-idk-common.dtsi - 'ti,no-init' in am335x-shc.dts Both properties are completely unhandled by the rtc-omap driver. Patches 1 and 2 remove them from the device trees. Patch 3 then introduces the new YAML schema. Signed-off-by: Bhargav Joshi <[email protected]> --- Changes in v2: - Patch 1: unchanged - Patch 2: unchanged - Patch 3: Removed left out legacy text binding and Added constraint block restricting 'system-power-controller' and 'ext-wakeup' subnodes strictly to hardware variants that support PMIC mode - Link to v1: https://lore.kernel.org/r/[email protected] --- Bhargav Joshi (3): ARM: dts: ti: am57xx-idk-common: Remove unused ext-clk-src property ARM: dts: ti: am335x-shc: Remove unused ti,no-init property dt-bindings: rtc: ti,omap-rtc: Convert to DT schema Documentation/devicetree/bindings/rtc/rtc-omap.txt | 53 -------- .../devicetree/bindings/rtc/ti,omap-rtc.yaml | 149 +++++++++++++++++++++ arch/arm/boot/dts/ti/omap/am335x-shc.dts | 4 - arch/arm/boot/dts/ti/omap/am57xx-idk-common.dtsi | 1 - 4 files changed, 149 insertions(+), 58 deletions(-) --- base-commit: 48a5a7ab8d6ab7090564339e039c421f315de912 change-id: 20260724-ti-omap-rtc-6a5c5888e7e3 Best regards, -- Bhargav