Skip to content

Commit

Permalink
ARM: dts: STi: Remove unused clk_ext2f_a9 clock
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
pchotard committed Feb 13, 2018
1 parent cb10ca8 commit 0e04ce0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
11 changes: 0 additions & 11 deletions arch/arm/boot/dts/stih407-clock.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,6 @@
};
};

/*
* Bootloader initialized system infrastructure clock for
* serial devices.
*/
clk_ext2f_a9: clockgen-c0 {
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <200000000>;
clock-output-names = "clk-s-icn-reg-0";
};

clockgen-a@90ff000 {
compatible = "st,clkgen-c32";
reg = <0x90ff000 0x1000>;
Expand Down
11 changes: 0 additions & 11 deletions arch/arm/boot/dts/stih410-clock.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,6 @@
};
};

/*
* Bootloader initialized system infrastructure clock for
* serial devices.
*/
clk_ext2f_a9: clockgen-c0 {
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <200000000>;
clock-output-names = "clk-s-icn-reg-0";
};

clockgen-a@90ff000 {
compatible = "st,clkgen-c32";
reg = <0x90ff000 0x1000>;
Expand Down
11 changes: 0 additions & 11 deletions arch/arm/boot/dts/stih418-clock.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,6 @@
};
};

/*
* Bootloader initialized system infrastructure clock for
* serial devices.
*/
clk_ext2f_a9: clockgen-c0 {
#clock-cells = <0>;
compatible = "fixed-clock";
clock-frequency = <200000000>;
clock-output-names = "clk-s-icn-reg-0";
};

clockgen-a@90ff000 {
compatible = "st,clkgen-c32";
reg = <0x90ff000 0x1000>;
Expand Down

0 comments on commit 0e04ce0

Please sign in to comment.