From: Christian Ruppert Date: Fri, 12 Apr 2013 10:36:29 +0000 (+0200) Subject: ARC: [TB10x] Adapt device tree to new compatible string X-Git-Tag: v3.10-rc1~25^2~8 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=0dfad77d0a03ea8e716d5a97d6387a999fd324dd;p=~emulex%2Finfiniband.git 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 Signed-off-by: Vineet Gupta --- diff --git a/arch/arc/boot/dts/abilis_tb10x.dtsi b/arch/arc/boot/dts/abilis_tb10x.dtsi index 6d80d9c5128..a6139fc5aaa 100644 --- a/arch/arc/boot/dts/abilis_tb10x.dtsi +++ b/arch/arc/boot/dts/abilis_tb10x.dtsi @@ -53,13 +53,13 @@ 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";