ARM: STi: DT: STiH41x: Rename CLK_SYSIN into clk_sysin
authorGabriel FERNANDEZ <gabriel.fernandez@st.com>
Tue, 20 May 2014 13:22:00 +0000 (15:22 +0200)
committerMaxime Coquelin <maxime.coquelin@st.com>
Wed, 21 May 2014 12:27:08 +0000 (14:27 +0200)
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>
arch/arm/boot/dts/stih415-clock.dtsi
arch/arm/boot/dts/stih415.dtsi
arch/arm/boot/dts/stih416-clock.dtsi
arch/arm/boot/dts/stih416.dtsi

index d047dbc..8ef9964 100644 (file)
@@ -10,7 +10,7 @@
                /*
                 * Fixed 30MHz oscillator input to SoC
                 */
-               CLK_SYSIN: CLK_SYSIN {
+               clk_sysin: clk-sysin {
                        #clock-cells = <0>;
                        compatible = "fixed-clock";
                        clock-frequency = <30000000>;
index ba0905c..20425a7 100644 (file)
@@ -91,7 +91,7 @@
                        status          = "disabled";
                        reg             = <0xfe531000 0x2c>;
                        interrupts      = <0 210 0>;
-                       clocks          = <&CLK_SYSIN>;
+                       clocks          = <&clk_sysin>;
                        pinctrl-names   = "default";
                        pinctrl-0       = <&pinctrl_sbc_serial1>;
                };
                        compatible      = "st,comms-ssc4-i2c";
                        reg             = <0xfe540000 0x110>;
                        interrupts      = <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>;
-                       clocks          = <&CLK_SYSIN>;
+                       clocks          = <&clk_sysin>;
                        clock-names     = "ssc";
                        clock-frequency = <400000>;
                        pinctrl-names   = "default";
                        compatible      = "st,comms-ssc4-i2c";
                        reg             = <0xfe541000 0x110>;
                        interrupts      = <GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH>;
-                       clocks          = <&CLK_SYSIN>;
+                       clocks          = <&clk_sysin>;
                        clock-names     = "ssc";
                        clock-frequency = <400000>;
                        pinctrl-names   = "default";
                        compatible      = "st,comms-irb";
                        reg             = <0xfe518000 0x234>;
                        interrupts      =  <0 203 0>;
-                       clocks          = <&CLK_SYSIN>;
+                       clocks          = <&clk_sysin>;
                        rx-mode         = "infrared";
                        pinctrl-names   = "default";
                        pinctrl-0       = <&pinctrl_ir>;
                        status = "disabled";
                        reg = <0xfe4b0000 0x2000>;
                        interrupts = <GIC_SPI 212 IRQ_TYPE_NONE>;
-                       clocks = <&CLK_SYSIN>;
+                       clocks = <&clk_sysin>;
                        pinctrl-names = "default";
                        pinctrl-0 = <&pinctrl_keyscan>;
                        resets  = <&powerdown STIH415_KEYSCAN_POWERDOWN>,
index a6942c7..10f8389 100644 (file)
@@ -6,16 +6,17 @@
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  */
+
 / {
        clocks {
+
                /*
                 * Fixed 30MHz oscillator inputs to SoC
                 */
-               CLK_SYSIN: CLK_SYSIN {
+               clk_sysin: clk-sysin {
                        #clock-cells = <0>;
                        compatible = "fixed-clock";
                        clock-frequency = <30000000>;
-                       clock-output-names = "CLK_SYSIN";
                };
 
                /*
index d3bc263..09592a8 100644 (file)
                        interrupts      = <0 210 0>;
                        pinctrl-names   = "default";
                        pinctrl-0       = <&pinctrl_sbc_serial1>;
-                       clocks          = <&CLK_SYSIN>;
+                       clocks          = <&clk_sysin>;
                };
 
                i2c@fed40000 {
                        compatible      = "st,comms-ssc4-i2c";
                        reg             = <0xfe540000 0x110>;
                        interrupts      = <GIC_SPI 206 IRQ_TYPE_LEVEL_HIGH>;
-                       clocks          = <&CLK_SYSIN>;
+                       clocks          = <&clk_sysin>;
                        clock-names     = "ssc";
                        clock-frequency = <400000>;
                        pinctrl-names   = "default";
                        compatible      = "st,comms-ssc4-i2c";
                        reg             = <0xfe541000 0x110>;
                        interrupts      = <GIC_SPI 207 IRQ_TYPE_LEVEL_HIGH>;
-                       clocks          = <&CLK_SYSIN>;
+                       clocks          = <&clk_sysin>;
                        clock-names     = "ssc";
                        clock-frequency = <400000>;
                        pinctrl-names   = "default";
                        reg             = <0xfe518000 0x234>;
                        interrupts      =  <0 203 0>;
                        rx-mode         = "infrared";
-                       clocks          = <&CLK_SYSIN>;
+                       clocks          = <&clk_sysin>;
                        pinctrl-names   = "default";
                        pinctrl-0       = <&pinctrl_ir>;
                        resets          = <&softreset STIH416_IRB_SOFTRESET>;
                        status = "disabled";
                        reg = <0xfe4b0000 0x2000>;
                        interrupts = <GIC_SPI 212 IRQ_TYPE_NONE>;
-                       clocks = <&CLK_SYSIN>;
+                       clocks = <&clk_sysin>;
                        pinctrl-names = "default";
                        pinctrl-0 = <&pinctrl_keyscan>;
                        resets  = <&powerdown STIH416_KEYSCAN_POWERDOWN>,