ARM: dts: rk3288-evb-android-rk818-edp: Add system/vendor partition nodes

Change-Id: Ie583720ecb1af0aab04dae37519c3c749dd45f1a
Signed-off-by: Kevin Chen <kevin.chen@rock-chips.com>
This commit is contained in:
Kevin Chen 2018-03-07 14:45:36 +08:00 committed by Tao Huang
parent a9673f1df7
commit 02a1a8f66c

View File

@ -47,6 +47,29 @@
/ {
compatible = "rockchip,rk3288-evb-android-rk818", "rockchip,rk3288";
firmware {
android {
compatible = "android,firmware";
fstab {
compatible = "android,fstab";
system {
compatible = "android,system";
dev = "/dev/block/by-name/system";
type = "ext4";
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
fsmgr_flags = "wait";
};
vendor {
compatible = "android,vendor";
dev = "/dev/block/by-name/vendor";
type = "ext4";
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
fsmgr_flags = "wait";
};
};
};
};
sdio_pwrseq: sdio-pwrseq {
compatible = "mmc-pwrseq-simple";
clocks = <&rk818 1>;