ARM: dts: rockchip: remove firmwre_android node

Which is not needed for Android 10.

Change-Id: Ibcbc2afb1f7d216821e70bd5a0ff66c78ee5f39c
Signed-off-by: Wu Liangqing <wlq@rock-chips.com>
This commit is contained in:
Wu Liangqing
2019-12-06 16:18:21 +08:00
committed by Tao Huang
parent e2a88d8a2a
commit 7ec17eafde
2 changed files with 0 additions and 37 deletions

View File

@@ -11,21 +11,3 @@
compatible = "rockchip,rk3126";
};
&firmware_android {
compatible = "android,firmware";
boot_devices = "10500000.nandc";
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";
};
};
};

View File

@@ -188,25 +188,6 @@
};
};
&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>;