dts: clk: vt8500: Update SoC dtsi to use WM8850 PLL
authorTony Prisk <linux@prisktech.co.nz>
Wed, 8 May 2013 19:35:13 +0000 (07:35 +1200)
committerTony Prisk <linux@prisktech.co.nz>
Sun, 12 May 2013 08:31:13 +0000 (20:31 +1200)
 clocks

Change the WM8850 SoC dtsi to use the new wm8850 specific PLL clock
binding. Previously, the WM8850 used the wm8750 pll clock which is
actually different to the wm8850 pll clock.

Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
arch/arm/boot/dts/wm8850.dtsi

index fc60e320458998dedaad87a884088f9284e5055d..9239c0a3aeb78f978fb4547a7435c179f7000ea6 100644 (file)
 
                                plla: plla {
                                        #clock-cells = <0>;
-                                       compatible = "wm,wm8750-pll-clock";
+                                       compatible = "wm,wm8850-pll-clock";
                                        clocks = <&ref25>;
                                        reg = <0x200>;
                                };
 
                                pllb: pllb {
                                        #clock-cells = <0>;
-                                       compatible = "wm,wm8750-pll-clock";
+                                       compatible = "wm,wm8850-pll-clock";
                                        clocks = <&ref25>;
                                        reg = <0x204>;
                                };
This page took 0.025427 seconds and 5 git commands to generate.