diff options
author | Patrice Chotard <patrice.chotard@st.com> | 2018-02-12 16:58:01 +0300 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2018-02-13 15:31:38 +0300 |
commit | 0e04ce02e6a2ac30d21294d8bb2aeceb8489e52b (patch) | |
tree | b6c371d014ed02d0ba9bb10047de71b3fccc52b3 /arch/arm/boot/dts/stih410-clock.dtsi | |
parent | cb10ca8107c2ccc9dc58858471652de67db1fa0e (diff) | |
download | linux-0e04ce02e6a2ac30d21294d8bb2aeceb8489e52b.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/stih410-clock.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stih410-clock.dtsi | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/boot/dts/stih410-clock.dtsi b/arch/arm/boot/dts/stih410-clock.dtsi index b2c814f1261a..5f11d09cb030 100644 --- a/arch/arm/boot/dts/stih410-clock.dtsi +++ b/arch/arm/boot/dts/stih410-clock.dtsi @@ -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>; |