mirror of
https://github.com/torvalds/linux.git
synced 2024-11-20 11:01:38 +00:00
8d31bfa551
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>
23 lines
747 B
Plaintext
23 lines
747 B
Plaintext
VIA/Wondermedia VT8500 Platforms Device Tree Bindings
|
|
---------------------------------------
|
|
|
|
Boards with the VIA VT8500 SoC shall have the following properties:
|
|
Required root node property:
|
|
compatible = "via,vt8500";
|
|
|
|
Boards with the Wondermedia WM8505 SoC shall have the following properties:
|
|
Required root node property:
|
|
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";
|