aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorChristian Ruppert <christian.ruppert@abilis.com>2013-04-12 06:36:29 -0400
committerVineet Gupta <vgupta@synopsys.com>2013-05-07 04:13:59 -0400
commit0dfad77d0a03ea8e716d5a97d6387a999fd324dd (patch)
tree50aef1393ef26f58b6da8526b27a6c1d72950346 /arch
parent072eb693904a52df95ac3d8e8ee00752ed82342c (diff)
ARC: [TB10x] Adapt device tree to new compatible string
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arc/boot/dts/abilis_tb10x.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arc/boot/dts/abilis_tb10x.dtsi b/arch/arc/boot/dts/abilis_tb10x.dtsi
index 6d80d9c51288..a6139fc5aaa3 100644
--- a/arch/arc/boot/dts/abilis_tb10x.dtsi
+++ b/arch/arc/boot/dts/abilis_tb10x.dtsi
@@ -53,13 +53,13 @@
53 clock-output-names = "pll0"; 53 clock-output-names = "pll0";
54 }; 54 };
55 cpu_clk: clkdiv_cpu { 55 cpu_clk: clkdiv_cpu {
56 compatible = "fixed-factor-clkdiv"; 56 compatible = "fixed-factor-clock";
57 #clock-cells = <0>; 57 #clock-cells = <0>;
58 clocks = <&pll0>; 58 clocks = <&pll0>;
59 clock-output-names = "cpu_clk"; 59 clock-output-names = "cpu_clk";
60 }; 60 };
61 ahb_clk: clkdiv_ahb { 61 ahb_clk: clkdiv_ahb {
62 compatible = "fixed-factor-clkdiv"; 62 compatible = "fixed-factor-clock";
63 #clock-cells = <0>; 63 #clock-cells = <0>;
64 clocks = <&pll0>; 64 clocks = <&pll0>;
65 clock-output-names = "ahb_clk"; 65 clock-output-names = "ahb_clk";