]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
dt-bindings: arm: Add Realtek RTD1295 bindings
authorAndreas Färber <afaerber@suse.de>
Mon, 13 Feb 2017 12:46:39 +0000 (13:46 +0100)
committerAndreas Färber <afaerber@suse.de>
Thu, 25 May 2017 10:13:58 +0000 (12:13 +0200)
The Zidoo X9S and a few other recent TV boxes feature the Realtek RTD1295,
a quad-core ARM Cortex-A53 SoC.

Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Roc He <hepeng@zidoo.tv>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Documentation/devicetree/bindings/arm/realtek.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/arm/realtek.txt b/Documentation/devicetree/bindings/arm/realtek.txt
new file mode 100644 (file)
index 0000000..13d7557
--- /dev/null
@@ -0,0 +1,20 @@
+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:
+
+ - Zidoo X9S: "zidoo,x9s"
+
+
+Example:
+
+    compatible = "zidoo,x9s", "realtek,rtd1295";