ARM: dts: rockchip: Add chosen label for Android

Support dtbo overlay chosen for Android 10.

Change-Id: I1396ac6a8400ffeec698139a026ee1f95eb3ce6d
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
This commit is contained in:
Tao Huang
2019-10-10 11:14:43 +08:00
parent 68b15a042a
commit ff5af2620c
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
#include <dt-bindings/display/media-bus-format.h>
/ {
chosen {
chosen: chosen {
bootargs = "earlycon=uart8250,mmio32,0x20068000";
};

View File

@@ -43,7 +43,7 @@
#include <dt-bindings/input/input.h>
/ {
chosen {
chosen: chosen {
bootargs = "earlycon=uart8250,mmio32,0x11030000";
};

View File

@@ -50,7 +50,7 @@
firmware_android: android {};
};
chosen {
chosen: chosen {
bootargs = "earlycon=uart8250,mmio32,0xff690000 vmalloc=496M";
};

View File

@@ -10,7 +10,7 @@
/ {
model = "Rockchip rk3288 evb avb board";
compatible = "rockchip,rk3288-evb-android-rk808-edp", "rockchip,rk3288";
chosen {
chosen: chosen {
bootargs = "earlycon=uart8250,mmio32,0xff690000 vmalloc=496M swiotlb=1 console=ttyFIQ0 androidboot.baseband=N/A androidboot.veritymode=enforcing androidboot.hardware=rk30board androidboot.console=ttyFIQ0 init=/init kpti=0";
};
};