[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <169344549173.27769.17082972680739580078.tip-bot2@tip-bot2>
Date: Thu, 31 Aug 2023 01:31:31 -0000
From: "tip-bot2 for Neil Armstrong" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Linus Walleij <linus.walleij@...aro.org>,
Arnd Bergmann <arnd@...db.de>,
Daniel Golle <daniel@...rotopia.org>,
Neil Armstrong <neil.armstrong@...aro.org>,
Andy Shevchenko <andy@...nel.org>,
Daniel Lezcano <daniel.lezcano@...aro.org>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: timers/core] dt-bindings: timer: oxsemi,rps-timer: remove
obsolete bindings
The following commit has been merged into the timers/core branch of tip:
Commit-ID: c42b7a385286a99024ed2e6c2566929083b49ec8
Gitweb: https://git.kernel.org/tip/c42b7a385286a99024ed2e6c2566929083b49ec8
Author: Neil Armstrong <neil.armstrong@...aro.org>
AuthorDate: Fri, 30 Jun 2023 18:58:29 +02:00
Committer: Daniel Lezcano <daniel.lezcano@...aro.org>
CommitterDate: Thu, 13 Jul 2023 14:46:34 +02:00
dt-bindings: timer: oxsemi,rps-timer: remove obsolete bindings
Due to lack of maintenance and stall of development for a few years now,
and since no new features will ever be added upstream, remove the
OX810 and OX820 timer bindings.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Acked-by: Linus Walleij <linus.walleij@...aro.org>
Acked-by: Arnd Bergmann <arnd@...db.de>
Acked-by: Daniel Golle <daniel@...rotopia.org>
Signed-off-by: Neil Armstrong <neil.armstrong@...aro.org>
Acked-by: Andy Shevchenko <andy@...nel.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@...aro.org>
Link: https://lore.kernel.org/r/20230630-topic-oxnas-upstream-remove-v2-4-fb6ab3dea87c@linaro.org
---
Documentation/devicetree/bindings/timer/oxsemi,rps-timer.txt | 17 +-------
1 file changed, 17 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/timer/oxsemi,rps-timer.txt
diff --git a/Documentation/devicetree/bindings/timer/oxsemi,rps-timer.txt b/Documentation/devicetree/bindings/timer/oxsemi,rps-timer.txt
deleted file mode 100644
index d191612..0000000
--- a/Documentation/devicetree/bindings/timer/oxsemi,rps-timer.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-Oxford Semiconductor OXNAS SoCs Family RPS Timer
-================================================
-
-Required properties:
-- compatible: Should be "oxsemi,ox810se-rps-timer" or "oxsemi,ox820-rps-timer"
-- reg : Specifies base physical address and size of the registers.
-- interrupts : The interrupts of the two timers
-- clocks : The phandle of the timer clock source
-
-example:
-
-timer0: timer@200 {
- compatible = "oxsemi,ox810se-rps-timer";
- reg = <0x200 0x40>;
- clocks = <&rpsclk>;
- interrupts = <4 5>;
-};
Powered by blists - more mailing lists