]> Git Repo - linux.git/commitdiff
dts: vt8500: Correct reference clock on WM8850 SoCs
authorTony Prisk <[email protected]>
Fri, 17 May 2013 09:30:05 +0000 (21:30 +1200)
committerTony Prisk <[email protected]>
Mon, 3 Jun 2013 19:31:22 +0000 (07:31 +1200)
WM8850 SoCs use a 24Mhz reference clock for the PLLs but the SoC file
currently parents all PLLs to the 25Mhz reference clock.

This patch corrects the PLL parent clock references.

Signed-off-by: Tony Prisk <[email protected]>
arch/arm/boot/dts/wm8850.dtsi

index 1f49f54c38d2ca0c6b39799a16ba4b137e91fec1..d98386dd2882500bd71ecf726d8ac9bb26b777a7 100644 (file)
                                plla: plla {
                                        #clock-cells = <0>;
                                        compatible = "wm,wm8850-pll-clock";
-                                       clocks = <&ref25>;
+                                       clocks = <&ref24>;
                                        reg = <0x200>;
                                };
 
                                pllb: pllb {
                                        #clock-cells = <0>;
                                        compatible = "wm,wm8850-pll-clock";
-                                       clocks = <&ref25>;
+                                       clocks = <&ref24>;
                                        reg = <0x204>;
                                };
 
                                pllc: pllc {
                                        #clock-cells = <0>;
                                        compatible = "wm,wm8850-pll-clock";
-                                       clocks = <&ref25>;
+                                       clocks = <&ref24>;
                                        reg = <0x208>;
                                };
 
                                plld: plld {
                                        #clock-cells = <0>;
                                        compatible = "wm,wm8850-pll-clock";
-                                       clocks = <&ref25>;
+                                       clocks = <&ref24>;
                                        reg = <0x20c>;
                                };
 
                                plle: plle {
                                        #clock-cells = <0>;
                                        compatible = "wm,wm8850-pll-clock";
-                                       clocks = <&ref25>;
+                                       clocks = <&ref24>;
                                        reg = <0x210>;
                                };
 
                                pllf: pllf {
                                        #clock-cells = <0>;
                                        compatible = "wm,wm8850-pll-clock";
-                                       clocks = <&ref25>;
+                                       clocks = <&ref24>;
                                        reg = <0x214>;
                                };
 
                                pllg: pllg {
                                        #clock-cells = <0>;
                                        compatible = "wm,wm8850-pll-clock";
-                                       clocks = <&ref25>;
+                                       clocks = <&ref24>;
                                        reg = <0x218>;
                                };
 
This page took 0.064438 seconds and 4 git commands to generate.