arm64: dts: rockchip: px30-evb-ext-rk618-avb support androidQ

Change-Id: I733a6948c76322d3ea4d3b21f28a7352f89102b4
Signed-off-by: Wu Liangqing <wlq@rock-chips.com>
This commit is contained in:
Wu Liangqing
2020-07-27 10:31:23 +08:00
committed by Tao Huang
parent c6ac480a22
commit 5344750cd6

View File

@@ -9,22 +9,3 @@
model = "Rockchip PX30 EVB EXT RK618 board";
compatible = "rockchip,px30-evb-ext-rk618-avb", "rockchip,px30";
};
&firmware_android {
compatible = "android,firmware";
boot_devices = "ff390000.dwmmc,ff3b0000.nandc";
vbmeta {
compatible = "android,vbmeta";
parts = "vbmeta,boot,system,vendor,dtbo";
};
fstab {
compatible = "android,fstab";
vendor {
compatible = "android,vendor";
dev = "/dev/block/by-name/vendor";
type = "ext4";
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
fsmgr_flags = "wait,avb";
};
};
};