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

Change-Id: Ibb6b1449a11c195a9316583270b82120b17f7cbb
Signed-off-by: JinSen Chen <kevin.chen@rock-chips.com>
This commit is contained in:
JinSen Chen
2018-03-15 18:47:50 +08:00
committed by Tao Huang
parent 244bfe93a4
commit fd3618748b
2 changed files with 23 additions and 23 deletions

View File

@@ -46,6 +46,29 @@
#include <dt-bindings/display/media-bus-format.h>
/ {
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";
};
};
};
};
chosen {
bootargs = "earlycon=uart8250,mmio32,0xff690000 vmalloc=496M";
};

View File

@@ -47,29 +47,6 @@
/ {
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>;