]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
dt-bindings: clock: Remove unused fujitsu,mb86s70-crg11 binding
authorRob Herring (Arm) <robh@kernel.org>
Mon, 4 Aug 2025 17:53:03 +0000 (12:53 -0500)
committerStephen Boyd <sboyd@kernel.org>
Wed, 13 Aug 2025 18:28:20 +0000 (11:28 -0700)
The fujitsu,mb86s70-crg11 binding is unused. The driver for it was removed
in 2017. It's not used for Synquacer DT either like some other mb86s70
bindings are.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250804175304.3423965-1-robh@kernel.org
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Documentation/devicetree/bindings/clock/fujitsu,mb86s70-crg11.txt [deleted file]

diff --git a/Documentation/devicetree/bindings/clock/fujitsu,mb86s70-crg11.txt b/Documentation/devicetree/bindings/clock/fujitsu,mb86s70-crg11.txt
deleted file mode 100644 (file)
index 3323962..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-Fujitsu CRG11 clock driver bindings
------------------------------------
-
-Required properties :
-- compatible : Shall contain "fujitsu,mb86s70-crg11"
-- #clock-cells : Shall be 3 {cntrlr domain port}
-
-The consumer specifies the desired clock pointing to its phandle.
-
-Example:
-
-       clock: crg11 {
-               compatible = "fujitsu,mb86s70-crg11";
-               #clock-cells = <3>;
-       };
-
-       mhu: mhu0@2b1f0000 {
-               #mbox-cells = <1>;
-               compatible = "arm,mhu";
-               reg = <0 0x2B1F0000 0x1000>;
-               interrupts = <0 36 4>, /* LP Non-Sec */
-                            <0 35 4>, /* HP Non-Sec */
-                            <0 37 4>; /* Secure */
-               clocks = <&clock 0 2 1>; /* Cntrlr:0 Domain:2 Port:1 */
-               clock-names = "clk";
-       };