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

ARM: dts: STi: Remove unused clk_ext2f_a9 clock

This clock node is unused, remove it.
This allows to fix the following warnings when compiling
dtb with W=1 option :

arch/arm/boot/dts/stih410-b2120.dtb: Warning (simple_bus_reg):
Node /clocks/clockgen-c0 missing or empty reg/ranges property

arch/arm/boot/dts/stih410-b2260.dtb: Warning (simple_bus_reg):
Node /clocks/clockgen-c0 missing or empty reg/ranges property

arch/arm/boot/dts/stih418-b2199.dtb: Warning (simple_bus_reg):
Node /clocks/clockgen-c0 missing or empty reg/ranges property

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>

-33
-11
arch/arm/boot/dts/stih407-clock.dtsi
··· 71 71 }; 72 72 }; 73 73 74 - /* 75 - * Bootloader initialized system infrastructure clock for 76 - * serial devices. 77 - */ 78 - clk_ext2f_a9: clockgen-c0 { 79 - #clock-cells = <0>; 80 - compatible = "fixed-clock"; 81 - clock-frequency = <200000000>; 82 - clock-output-names = "clk-s-icn-reg-0"; 83 - }; 84 - 85 74 clockgen-a@90ff000 { 86 75 compatible = "st,clkgen-c32"; 87 76 reg = <0x90ff000 0x1000>;
-11
arch/arm/boot/dts/stih410-clock.dtsi
··· 71 71 }; 72 72 }; 73 73 74 - /* 75 - * Bootloader initialized system infrastructure clock for 76 - * serial devices. 77 - */ 78 - clk_ext2f_a9: clockgen-c0 { 79 - #clock-cells = <0>; 80 - compatible = "fixed-clock"; 81 - clock-frequency = <200000000>; 82 - clock-output-names = "clk-s-icn-reg-0"; 83 - }; 84 - 85 74 clockgen-a@90ff000 { 86 75 compatible = "st,clkgen-c32"; 87 76 reg = <0x90ff000 0x1000>;
-11
arch/arm/boot/dts/stih418-clock.dtsi
··· 72 72 }; 73 73 }; 74 74 75 - /* 76 - * Bootloader initialized system infrastructure clock for 77 - * serial devices. 78 - */ 79 - clk_ext2f_a9: clockgen-c0 { 80 - #clock-cells = <0>; 81 - compatible = "fixed-clock"; 82 - clock-frequency = <200000000>; 83 - clock-output-names = "clk-s-icn-reg-0"; 84 - }; 85 - 86 75 clockgen-a@90ff000 { 87 76 compatible = "st,clkgen-c32"; 88 77 reg = <0x90ff000 0x1000>;