ARM64: dts: rockchip: rk3368-android: Add system/vendor partition nodes for Android Oreo Treble

Change-Id: If01bda29e9952164dd135c397a058bf67a5ea03b
Signed-off-by: Hao Xiaowei <hxw@rock-chips.com>
This commit is contained in:
Hao Xiaowei
2017-09-27 17:25:34 +08:00
committed by Huang, Tao
parent 3be9ee15fb
commit 128eb5079c

View File

@@ -88,6 +88,29 @@
};
};
firmware {
android {
compatible = "android,firmware";
fstab {
compatible = "android,fstab";
system {
compatible = "android,system";
dev = "/dev/block/platform/ff0f0000.dwmmc/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/platform/ff0f0000.dwmmc/by-name/vendor";
type = "ext4";
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
fsmgr_flags = "wait";
};
};
};
};
rga@ff920000 {
compatible = "rockchip,rga2";
dev_mode = <1>;