ARC: [TB10x] Adapt device tree to new compatible string
authorChristian Ruppert <christian.ruppert@abilis.com>
Fri, 12 Apr 2013 10:36:29 +0000 (12:36 +0200)
committerVineet Gupta <vgupta@synopsys.com>
Tue, 7 May 2013 08:13:59 +0000 (13:43 +0530)
The original device tree was written using a slightly different
implementation of the fixed-factor-clock device tree binding. The
compatible string must be modified in order to be compatible with the
new implementation.

Signed-off-by: Christian Ruppert <christian.ruppert@abilis.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/boot/dts/abilis_tb10x.dtsi

index 6d80d9c512887ab58c750252e1460b52eb6abf90..a6139fc5aaa3e2f6faefbc7fdd5e369611697145 100644 (file)
                        clock-output-names = "pll0";
                };
                cpu_clk: clkdiv_cpu {
-                       compatible = "fixed-factor-clkdiv";
+                       compatible = "fixed-factor-clock";
                        #clock-cells = <0>;
                        clocks = <&pll0>;
                        clock-output-names = "cpu_clk";
                };
                ahb_clk: clkdiv_ahb {
-                       compatible = "fixed-factor-clkdiv";
+                       compatible = "fixed-factor-clock";
                        #clock-cells = <0>;
                        clocks = <&pll0>;
                        clock-output-names = "ahb_clk";
This page took 0.02567 seconds and 5 git commands to generate.