diff options
author | Olof Johansson <olof@lixom.net> | 2013-01-12 09:08:33 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-01-12 09:09:41 -0800 |
commit | 32499e8dbe7899a0e6aea7dbd5097c4d35e85d29 (patch) | |
tree | c53ff43012d5f49c55627edb517873f0a2c1ba4c /Documentation | |
parent | 9931faca02c604c22335f5a935a501bb2ace6e20 (diff) | |
parent | 8d31bfa551b9a1a61119e6d8fde08d0fa8cdfafb (diff) | |
download | op-kernel-dev-32499e8dbe7899a0e6aea7dbd5097c4d35e85d29.zip op-kernel-dev-32499e8dbe7899a0e6aea7dbd5097c4d35e85d29.tar.gz |
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.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 d657832..87dc1dd 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"; |