diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2013-01-12 15:51:24 +1300 |
---|---|---|
committer | Tony Prisk <linux@prisktech.co.nz> | 2013-01-12 15:51:24 +1300 |
commit | 8d31bfa551b9a1a61119e6d8fde08d0fa8cdfafb (patch) | |
tree | f984582d75700ceedf31ee4b6c8af7f9b4443fe7 /Documentation/devicetree/bindings/arm/vt8500.txt | |
parent | ce3f386fdf10d79eaf6ebd63bb7adbd95f08f9f0 (diff) | |
download | blackbird-obmc-linux-8d31bfa551b9a1a61119e6d8fde08d0fa8cdfafb.tar.gz blackbird-obmc-linux-8d31bfa551b9a1a61119e6d8fde08d0fa8cdfafb.zip |
arm: vt8500: Add support for Wondermedia WM8750/WM8850
This patch adds support for the WM8750 (ARMv6) and WM8850 (ARMv7).
Devicetree documentation is updated for new SoCs.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/vt8500.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/vt8500.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/vt8500.txt b/Documentation/devicetree/bindings/arm/vt8500.txt index d657832c6819..87dc1ddf4770 100644 --- a/Documentation/devicetree/bindings/arm/vt8500.txt +++ b/Documentation/devicetree/bindings/arm/vt8500.txt @@ -12,3 +12,11 @@ compatible = "wm,wm8505"; Boards with the Wondermedia WM8650 SoC shall have the following properties: Required root node property: compatible = "wm,wm8650"; + +Boards with the Wondermedia WM8750 SoC shall have the following properties: +Required root node property: +compatible = "wm,wm8750"; + +Boards with the Wondermedia WM8850 SoC shall have the following properties: +Required root node property: +compatible = "wm,wm8850"; |