summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/rockchip.txt
diff options
context:
space:
mode:
authorBeniamino Galvani2014-05-06 19:10:11 +0200
committerHeiko Stuebner2014-05-10 01:38:00 +0200
commitac4eba8e6d1ec0f891f7f67f8106dd9977ed0373 (patch)
treec5c78df113938c4b3270b524dac653e7ad002e1f /Documentation/devicetree/bindings/arm/rockchip.txt
parentof: add mundoreader and radxa vendor prefixes (diff)
downloadkernel-qcow2-linux-ac4eba8e6d1ec0f891f7f67f8106dd9977ed0373.tar.gz
kernel-qcow2-linux-ac4eba8e6d1ec0f891f7f67f8106dd9977ed0373.tar.xz
kernel-qcow2-linux-ac4eba8e6d1ec0f891f7f67f8106dd9977ed0373.zip
ARM: dts: rockchip: add root compatible properties
Add the missing 'compatible' property to device tree root node of - rk3066a-bqcurie2.dts - rk3188-radxarock.dts and document the new values. Signed-off-by: Beniamino Galvani <b.galvani@gmail.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/rockchip.txt')
-rw-r--r--Documentation/devicetree/bindings/arm/rockchip.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.txt b/Documentation/devicetree/bindings/arm/rockchip.txt
new file mode 100644
index 000000000000..857f12636eb2
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/rockchip.txt
@@ -0,0 +1,10 @@
+Rockchip platforms device tree bindings
+---------------------------------------
+
+- bq Curie 2 tablet:
+ Required root node properties:
+ - compatible = "mundoreader,bq-curie2", "rockchip,rk3066a";
+
+- Radxa Rock board:
+ Required root node properties:
+ - compatible = "radxa,rock", "rockchip,rk3188";