arm64: dts: rockchip: rk3399pro-evb-v11: add bootargs for GPT partition

Change-Id: Ia4231166ddbcf16f635b9f52055a961dca3cd731
Signed-off-by: Weixin Zhou <zwx@rock-chips.com>
This commit is contained in:
Weixin Zhou
2019-06-03 10:30:43 +08:00
committed by Tao Huang
parent 675523fe4e
commit f18816ac45
2 changed files with 8 additions and 0 deletions

View File

@@ -10,6 +10,10 @@
/ {
model = "Rockchip RK3399pro evb v10 board";
compatible = "rockchip,rk3399pro-evb-v10", "rockchip,rk3399pro";
chosen {
bootargs = "console=ttyFIQ0 androidboot.baseband=N/A androidboot.selinux=permissive androidboot.veritymode=enforcing androidboot.hardware=rk30board androidboot.console=ttyFIQ0 init=/init earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1 coherent_pool=1m";
};
};
&firmware_android {

View File

@@ -10,6 +10,10 @@
/ {
model = "Rockchip RK3399pro evb v11 board";
compatible = "rockchip,rk3399pro-evb-v11", "rockchip,rk3399pro";
chosen {
bootargs = "console=ttyFIQ0 androidboot.baseband=N/A androidboot.selinux=permissive androidboot.veritymode=enforcing androidboot.hardware=rk30board androidboot.console=ttyFIQ0 init=/init earlycon=uart8250,mmio32,0xff1a0000 swiotlb=1 coherent_pool=1m";
};
};
&firmware_android {