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>
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>;
};