arm: dts: rockchip: rk3126-bnd-m88-emmc for android Q

Change-Id: I0e18cf7d475f113ab198706f4d0568ffc1d154c6
Signed-off-by: Wu Liangqing <wlq@rock-chips.com>
This commit is contained in:
Wu Liangqing
2019-11-01 14:44:13 +08:00
committed by Tao Huang
parent 27ee5b3f77
commit 6f880e6cc8

View File

@@ -114,29 +114,6 @@
};
};
firmware {
android {
compatible = "android,firmware";
fstab {
compatible = "android,fstab";
system {
compatible = "android,system";
dev = "/dev/block/platform/1021c000.dwmmc/by-name/system";
type = "ext4";
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
fsmgr_flags = "wait";
};
vendor {
compatible = "android,vendor";
dev = "/dev/block/platform/1021c000.dwmmc/by-name/vendor";
type = "ext4";
mnt_flags = "ro,barrier=1,inode_readahead_blks=8";
fsmgr_flags = "wait";
};
};
};
};
uboot-charge {
compatible = "rockchip,uboot-charge";
rockchip,uboot-charge-on = <0>;
@@ -209,6 +186,25 @@
};
};
&firmware_android {
compatible = "android,firmware";
boot_devices = "1021c000.dwmmc";
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";
};
};
};
&codec {
#sound-dai-cells = <0>;
spk-ctl-gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>;