Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: clock: Remove unused fujitsu,mb86s70-crg11 binding

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>

authored by

Rob Herring (Arm) and committed by
Stephen Boyd
bedeb73f 7513cc39

-26
-26
Documentation/devicetree/bindings/clock/fujitsu,mb86s70-crg11.txt
··· 1 - Fujitsu CRG11 clock driver bindings 2 - ----------------------------------- 3 - 4 - Required properties : 5 - - compatible : Shall contain "fujitsu,mb86s70-crg11" 6 - - #clock-cells : Shall be 3 {cntrlr domain port} 7 - 8 - The consumer specifies the desired clock pointing to its phandle. 9 - 10 - Example: 11 - 12 - clock: crg11 { 13 - compatible = "fujitsu,mb86s70-crg11"; 14 - #clock-cells = <3>; 15 - }; 16 - 17 - mhu: mhu0@2b1f0000 { 18 - #mbox-cells = <1>; 19 - compatible = "arm,mhu"; 20 - reg = <0 0x2B1F0000 0x1000>; 21 - interrupts = <0 36 4>, /* LP Non-Sec */ 22 - <0 35 4>, /* HP Non-Sec */ 23 - <0 37 4>; /* Secure */ 24 - clocks = <&clock 0 2 1>; /* Cntrlr:0 Domain:2 Port:1 */ 25 - clock-names = "clk"; 26 - };