[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250807214406.4172668-1-robh@kernel.org>
Date: Thu, 7 Aug 2025 16:44:05 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Alexandre Belloni <alexandre.belloni@...tlin.com>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>
Cc: linux-rtc@...r.kernel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] dt-bindings: timer/rtc: Remove duplicate st,stih407-lpc bindings
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@...nel.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@...05000 {
- 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@...05000 {
- 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
Powered by blists - more mailing lists