ARM: dts: rockchip: add root compatible properties
authorBeniamino Galvani <b.galvani@gmail.com>
Tue, 6 May 2014 17:10:11 +0000 (19:10 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 9 May 2014 23:38:00 +0000 (01:38 +0200)
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>
Documentation/devicetree/bindings/arm/rockchip.txt [new file with mode: 0644]
arch/arm/boot/dts/rk3066a-bqcurie2.dts
arch/arm/boot/dts/rk3188-radxarock.dts

diff --git a/Documentation/devicetree/bindings/arm/rockchip.txt b/Documentation/devicetree/bindings/arm/rockchip.txt
new file mode 100644 (file)
index 0000000..857f126
--- /dev/null
@@ -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";
index 035df4053c21767b894871a0b37ff0d20006e296..afb327322a4a6d40538f30cdfca33aa3b25b39e3 100644 (file)
@@ -18,6 +18,7 @@
 
 / {
        model = "bq Curie 2";
+       compatible = "mundoreader,bq-curie2", "rockchip,rk3066a";
 
        memory {
                reg = <0x60000000 0x40000000>;
index 3ba1968a70abb55489d692dfb8ce2bebab683a23..a5eee55079cb7e622dfd6368cefff3b6329439a4 100644 (file)
@@ -17,6 +17,7 @@
 
 / {
        model = "Radxa Rock";
+       compatible = "radxa,rock", "rockchip,rk3188";
 
        memory {
                reg = <0x60000000 0x80000000>;