diff options
author | Gabriel FERNANDEZ <gabriel.fernandez@st.com> | 2014-05-20 09:22:00 -0400 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2014-05-21 08:27:08 -0400 |
commit | ed3593f98603110e504c2552eed50c62233e648a (patch) | |
tree | 55b98421215217a92e5fc8f0a0dc9765043c2a0b /arch/arm/boot/dts/stih416-clock.dtsi | |
parent | e92cc8810194504085423185e785a9577a41b65a (diff) |
ARM: STi: DT: STiH41x: Rename CLK_SYSIN into clk_sysin
all-caps node name is not very usual.
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stih416-clock.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stih416-clock.dtsi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/stih416-clock.dtsi b/arch/arm/boot/dts/stih416-clock.dtsi index a6942c75cbbb..10f8389ce9eb 100644 --- a/arch/arm/boot/dts/stih416-clock.dtsi +++ b/arch/arm/boot/dts/stih416-clock.dtsi | |||
@@ -6,16 +6,17 @@ | |||
6 | * it under the terms of the GNU General Public License version 2 as | 6 | * it under the terms of the GNU General Public License version 2 as |
7 | * published by the Free Software Foundation. | 7 | * published by the Free Software Foundation. |
8 | */ | 8 | */ |
9 | |||
9 | / { | 10 | / { |
10 | clocks { | 11 | clocks { |
12 | |||
11 | /* | 13 | /* |
12 | * Fixed 30MHz oscillator inputs to SoC | 14 | * Fixed 30MHz oscillator inputs to SoC |
13 | */ | 15 | */ |
14 | CLK_SYSIN: CLK_SYSIN { | 16 | clk_sysin: clk-sysin { |
15 | #clock-cells = <0>; | 17 | #clock-cells = <0>; |
16 | compatible = "fixed-clock"; | 18 | compatible = "fixed-clock"; |
17 | clock-frequency = <30000000>; | 19 | clock-frequency = <30000000>; |
18 | clock-output-names = "CLK_SYSIN"; | ||
19 | }; | 20 | }; |
20 | 21 | ||
21 | /* | 22 | /* |