From: Andreas Färber Date: Mon, 13 Feb 2017 12:46:39 +0000 (+0100) Subject: dt-bindings: arm: Add Realtek RTD1295 bindings X-Git-Tag: v4.13-rc1~165^2~23^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=12cc8ad2d1f04705e1ef1c62589ee98b12e59457;p=karo-tx-linux.git dt-bindings: arm: Add Realtek RTD1295 bindings 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 Acked-by: Roc He Acked-by: Rob Herring Signed-off-by: Andreas Färber --- diff --git a/Documentation/devicetree/bindings/arm/realtek.txt b/Documentation/devicetree/bindings/arm/realtek.txt new file mode 100644 index 000000000000..13d755787b4f --- /dev/null +++ b/Documentation/devicetree/bindings/arm/realtek.txt @@ -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";