* [PATCH] dt-bindings: timer/rtc: Remove duplicate st,stih407-lpc bindings
@ 2025-08-07 21:44 Rob Herring (Arm)
2025-08-08 2:50 ` Rob Herring
0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring (Arm) @ 2025-08-07 21:44 UTC (permalink / raw)
To: Alexandre Belloni, Krzysztof Kozlowski, Conor Dooley,
Daniel Lezcano, Thomas Gleixner
Cc: linux-rtc, devicetree, linux-kernel
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
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] dt-bindings: timer/rtc: Remove duplicate st,stih407-lpc bindings
2025-08-07 21:44 [PATCH] dt-bindings: timer/rtc: Remove duplicate st,stih407-lpc bindings Rob Herring (Arm)
@ 2025-08-08 2:50 ` Rob Herring
0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2025-08-08 2:50 UTC (permalink / raw)
To: Alexandre Belloni, Krzysztof Kozlowski, Conor Dooley,
Daniel Lezcano, Thomas Gleixner
Cc: linux-rtc, devicetree, linux-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-08 2:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-07 21:44 [PATCH] dt-bindings: timer/rtc: Remove duplicate st,stih407-lpc bindings Rob Herring (Arm)
2025-08-08 2:50 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox