diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2013-05-13 20:20:59 +1200 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2013-05-29 14:47:05 -0700 |
commit | 518d4709f1961539a64f5d5f9b5b842824c0d971 (patch) | |
tree | 464857dadff668bb1d63c7914e593acafd1fdbfa /Documentation/devicetree/bindings/clock/vt8500.txt | |
parent | d41d5805875a628bdef75b624bab245da436f816 (diff) |
clk: vt8500: Add support for clocks on the WM8850 SoCs
The WM8850 has a different PLL clock to the previous versions. This
patch adds support for the WM8850-style PLL clocks.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/vt8500.txt')
-rw-r--r-- | Documentation/devicetree/bindings/clock/vt8500.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/vt8500.txt b/Documentation/devicetree/bindings/clock/vt8500.txt index a880c70d004..91d71cc0314 100644 --- a/Documentation/devicetree/bindings/clock/vt8500.txt +++ b/Documentation/devicetree/bindings/clock/vt8500.txt @@ -8,6 +8,8 @@ Required properties: - compatible : shall be one of the following: "via,vt8500-pll-clock" - for a VT8500/WM8505 PLL clock "wm,wm8650-pll-clock" - for a WM8650 PLL clock + "wm,wm8750-pll-clock" - for a WM8750 PLL clock + "wm,wm8850-pll-clock" - for a WM8850 PLL clock "via,vt8500-device-clock" - for a VT/WM device clock Required properties for PLL clocks: |