aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2013-01-12 09:08:33 -0800
committerOlof Johansson <olof@lixom.net>2013-01-12 09:09:41 -0800
commit32499e8dbe7899a0e6aea7dbd5097c4d35e85d29 (patch)
treec53ff43012d5f49c55627edb517873f0a2c1ba4c /Documentation
parentLinux 3.8-rc3 (diff)
parentarm: vt8500: Add support for Wondermedia WM8750/WM8850 (diff)
downloadlinux-dev-32499e8dbe7899a0e6aea7dbd5097c4d35e85d29.tar.xz
linux-dev-32499e8dbe7899a0e6aea7dbd5097c4d35e85d29.zip
Merge tag 'armsoc-3.9' of git://server.prisktech.co.nz/git/linuxwmt into next/soc
From Tony Prisk: Add support for WM8750 and WM8850 SoCs. * tag 'armsoc-3.9' of git://server.prisktech.co.nz/git/linuxwmt: arm: vt8500: Add support for Wondermedia WM8750/WM8850 arm: vt8500: Remove remaining mach includes arm: vt8500: Convert debug-macro.S to be multiplatform friendly arm: vt8500: Remove single platform Kconfig options Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation')
-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";