diff options
author | Andreas Färber <afaerber@suse.de> | 2017-02-13 13:46:39 +0100 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2017-05-25 12:13:58 +0200 |
commit | 12cc8ad2d1f04705e1ef1c62589ee98b12e59457 (patch) | |
tree | 746cab4c98a2a98f83ebb008ec6d87b19faa956f /Documentation/devicetree/bindings/arm | |
parent | 06a3067e93bf98a59eea5f3824b33b04c09c36ef (diff) | |
download | blackbird-obmc-linux-12cc8ad2d1f04705e1ef1c62589ee98b12e59457.tar.gz blackbird-obmc-linux-12cc8ad2d1f04705e1ef1c62589ee98b12e59457.zip |
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 <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>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/realtek.txt | 20 |
1 files changed, 20 insertions, 0 deletions
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"; |