diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2014-05-06 19:10:11 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2014-05-10 01:38:00 +0200 |
commit | ac4eba8e6d1ec0f891f7f67f8106dd9977ed0373 (patch) | |
tree | c5c78df113938c4b3270b524dac653e7ad002e1f /arch/arm/boot/dts/rk3066a-bqcurie2.dts | |
parent | d83271a6fa2ba4756250ccfde7d7f0d3e0b30d97 (diff) |
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 'arch/arm/boot/dts/rk3066a-bqcurie2.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3066a-bqcurie2.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3066a-bqcurie2.dts b/arch/arm/boot/dts/rk3066a-bqcurie2.dts index 035df4053c21..afb327322a4a 100644 --- a/arch/arm/boot/dts/rk3066a-bqcurie2.dts +++ b/arch/arm/boot/dts/rk3066a-bqcurie2.dts @@ -18,6 +18,7 @@ / { model = "bq Curie 2"; + compatible = "mundoreader,bq-curie2", "rockchip,rk3066a"; memory { reg = <0x60000000 0x40000000>; |