Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac4eba8e authored by Beniamino Galvani's avatar Beniamino Galvani Committed by Heiko Stuebner
Browse files

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: default avatarBeniamino Galvani <b.galvani@gmail.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent d83271a6
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
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";
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@

/ {
	model = "bq Curie 2";
	compatible = "mundoreader,bq-curie2", "rockchip,rk3066a";

	memory {
		reg = <0x60000000 0x40000000>;
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@

/ {
	model = "Radxa Rock";
	compatible = "radxa,rock", "rockchip,rk3188";

	memory {
		reg = <0x60000000 0x80000000>;