mirror of
https://github.com/torvalds/linux.git
synced 2024-12-30 14:52:05 +00:00
d109cbf184
Define a compatible string for MeLE V9 Media Player. Cc: meleservice@mele.cn Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Andreas Färber <afaerber@suse.de>
23 lines
391 B
Plaintext
23 lines
391 B
Plaintext
Realtek platforms device tree bindings
|
|
--------------------------------------
|
|
|
|
|
|
RTD1295 SoC
|
|
===========
|
|
|
|
Required root node properties:
|
|
|
|
- compatible : must contain "realtek,rtd1295"
|
|
|
|
|
|
Root node property compatible must contain, depending on board:
|
|
|
|
- MeLE V9: "mele,v9"
|
|
- ProBox2 AVA: "probox2,ava"
|
|
- Zidoo X9S: "zidoo,x9s"
|
|
|
|
|
|
Example:
|
|
|
|
compatible = "zidoo,x9s", "realtek,rtd1295";
|