diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2014-05-06 21:10:11 +0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2014-05-10 03:38:00 +0400 |
commit | ac4eba8e6d1ec0f891f7f67f8106dd9977ed0373 (patch) | |
tree | c5c78df113938c4b3270b524dac653e7ad002e1f /Documentation/devicetree/bindings | |
parent | d83271a6fa2ba4756250ccfde7d7f0d3e0b30d97 (diff) | |
download | linux-ac4eba8e6d1ec0f891f7f67f8106dd9977ed0373.tar.xz |
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')
-rw-r--r-- | Documentation/devicetree/bindings/arm/rockchip.txt | 10 |
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"; |