ARM: dts: rk322x-android: add partitions specified by fstab in device tree

Change-Id: I334ee5e8f4e0cbfa274bc72173aa89ac44a0c727
Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
This commit is contained in:
Zhangbin Tong
2018-02-02 16:40:06 +08:00
committed by Tao Huang
parent 0777e17b91
commit 13e8708f28

View File

@@ -59,6 +59,29 @@
pinctrl-0 = <&uart21_xfer>;
};
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,verify";
};
vendor {
compatible = "android,vendor";
dev = "/dev/block/by-name/vendor";
type = "ext4";
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
fsmgr_flags = "wait,verify";
};
};
};
};
psci {
compatible = "arm,psci-1.0";
method = "smc";