arm64: dts: rockchip: add compatible for rk3399evb board
authorZhengShunQian <zhengsq@rock-chips.com>
Tue, 22 Mar 2016 03:05:49 +0000 (11:05 +0800)
committerGerrit Code Review <gerrit@rock-chips.com>
Tue, 22 Mar 2016 10:43:59 +0000 (18:43 +0800)
Coreboot choose dtb by its compatible string.
Add "google,rk3399evb-rev*" accordingly.

Support more versions for rk3399evb in the future.
If we later find we need to introduce differences between versions,
it's easy to change things.

Change-Id: I049b4f113b1694577a1f0be68f6b635ae13653c0
Signed-off-by: ZhengShunQian <zhengsq@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399-chrome.dts

index 66d7636b49669304718f4b8dcb95f91c028e93e1..23a80bfa51b5953e3f5baa744df0dc6613ff4b9e 100644 (file)
@@ -45,7 +45,7 @@
 
 / {
        model = "Rockchip Chrome";
-       compatible = "rockchip,chrome", "rockchip,rk3399";
+       compatible ="google,rk3399evb-rev2",  "google,rk3399evb-rev1", "google,rk3399evb-rev0", "rockchip,chrome", "rockchip,rk3399";
 
        chosen {
                bootargs = "rootwait cros_debug cros_secure ro root=/dev/mmcblk0p3 init=/sbin/init console=uart,mmio32,0xff1a0000 clk_ignore_unused";