[PATCH] dt-bindings: timer/rtc: Remove duplicate st,stih407-lpc bindings

Rob Herring (Arm) posted 1 patch 1 month, 4 weeks ago
.../devicetree/bindings/rtc/rtc-st-lpc.txt    | 28 -------------------
.../devicetree/bindings/timer/st,stih407-lpc  | 28 -------------------
2 files changed, 56 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/rtc/rtc-st-lpc.txt
delete mode 100644 Documentation/devicetree/bindings/timer/st,stih407-lpc
[PATCH] dt-bindings: timer/rtc: Remove duplicate st,stih407-lpc bindings
Posted by Rob Herring (Arm) 1 month, 4 weeks ago
The "st,stih407-lpc" binding is documented in 3 places as it can
function as a timer, watchdog, or RTC. As there's already a schema for
it in watchdogy/st,stih407-lpc.yaml, remove the other text bindings.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 .../devicetree/bindings/rtc/rtc-st-lpc.txt    | 28 -------------------
 .../devicetree/bindings/timer/st,stih407-lpc  | 28 -------------------
 2 files changed, 56 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/rtc/rtc-st-lpc.txt
 delete mode 100644 Documentation/devicetree/bindings/timer/st,stih407-lpc

diff --git a/Documentation/devicetree/bindings/rtc/rtc-st-lpc.txt b/Documentation/devicetree/bindings/rtc/rtc-st-lpc.txt
deleted file mode 100644
index daf88265df32..000000000000
--- a/Documentation/devicetree/bindings/rtc/rtc-st-lpc.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-STMicroelectronics Low Power Controller (LPC) - RTC
-===================================================
-
-LPC currently supports Watchdog OR Real Time Clock OR Clocksource
-functionality.
-
-[See: ../watchdog/st_lpc_wdt.txt for Watchdog options]
-[See: ../timer/st,stih407-lpc for Clocksource options]
-
-Required properties
-
-- compatible 	: Must be: "st,stih407-lpc"
-- reg		: LPC registers base address + size
-- interrupts    : LPC interrupt line number and associated flags
-- clocks	: Clock used by LPC device (See: ../clock/clock-bindings.txt)
-- st,lpc-mode	: The LPC can run either one of three modes:
-                  ST_LPC_MODE_RTC    [0]
-                  ST_LPC_MODE_WDT    [1]
-                  ST_LPC_MODE_CLKSRC [2]
-		 One (and only one) mode must be selected.
-
-Example:
-	lpc@fde05000 {
-		compatible	= "st,stih407-lpc";
-		reg		= <0xfde05000 0x1000>;
-		clocks 		= <&clk_s_d3_flexgen CLK_LPC_0>;
-		st,lpc-mode	= <ST_LPC_MODE_RTC>;
-	};
diff --git a/Documentation/devicetree/bindings/timer/st,stih407-lpc b/Documentation/devicetree/bindings/timer/st,stih407-lpc
deleted file mode 100644
index 72acb487b856..000000000000
--- a/Documentation/devicetree/bindings/timer/st,stih407-lpc
+++ /dev/null
@@ -1,28 +0,0 @@
-STMicroelectronics Low Power Controller (LPC) - Clocksource
-===========================================================
-
-LPC currently supports Watchdog OR Real Time Clock OR Clocksource
-functionality.
-
-[See: ../watchdog/st_lpc_wdt.txt for Watchdog options]
-[See: ../rtc/rtc-st-lpc.txt for RTC options]
-
-Required properties
-
-- compatible   : Must be: "st,stih407-lpc"
-- reg          : LPC registers base address + size
-- interrupts   : LPC interrupt line number and associated flags
-- clocks       : Clock used by LPC device (See: ../clock/clock-bindings.txt)
-- st,lpc-mode  : The LPC can run either one of three modes:
-                  ST_LPC_MODE_RTC    [0]
-                  ST_LPC_MODE_WDT    [1]
-                  ST_LPC_MODE_CLKSRC [2]
-		 One (and only one) mode must be selected.
-
-Example:
-       lpc@fde05000 {
-               compatible      = "st,stih407-lpc";
-               reg             = <0xfde05000 0x1000>;
-               clocks          = <&clk_s_d3_flexgen CLK_LPC_0>;
-               st,lpc-mode     = <ST_LPC_MODE_CLKSRC>;
-       };
-- 
2.47.2
Re: [PATCH] dt-bindings: timer/rtc: Remove duplicate st,stih407-lpc bindings
Posted by Rob Herring 1 month, 4 weeks ago
On Thu, Aug 7, 2025 at 4:44 PM Rob Herring (Arm) <robh@kernel.org> wrote:
>
> The "st,stih407-lpc" binding is documented in 3 places as it can
> function as a timer, watchdog, or RTC. As there's already a schema for
> it in watchdogy/st,stih407-lpc.yaml, remove the other text bindings.

I'm confused... The schema is only sitting in my tree, so I'll resend
with the conversion...


Rob