aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm
diff options
context:
space:
mode:
authorTony Prisk <linux@prisktech.co.nz>2013-01-12 15:51:24 +1300
committerTony Prisk <linux@prisktech.co.nz>2013-01-12 15:51:24 +1300
commit8d31bfa551b9a1a61119e6d8fde08d0fa8cdfafb (patch)
treef984582d75700ceedf31ee4b6c8af7f9b4443fe7 /Documentation/devicetree/bindings/arm
parentarm: vt8500: Remove remaining mach includes (diff)
downloadlinux-dev-8d31bfa551b9a1a61119e6d8fde08d0fa8cdfafb.tar.xz
linux-dev-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')
-rw-r--r--Documentation/devicetree/bindings/arm/vt8500.txt8
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";