mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -8,7 +8,7 @@
|
||||
#include <dt-bindings/display/media-bus-format.h>
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
chosen: chosen {
|
||||
bootargs = "earlycon=uart8250,mmio32,0x20068000";
|
||||
};
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
#include <dt-bindings/input/input.h>
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
chosen: chosen {
|
||||
bootargs = "earlycon=uart8250,mmio32,0x11030000";
|
||||
};
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
firmware_android: android {};
|
||||
};
|
||||
|
||||
chosen {
|
||||
chosen: chosen {
|
||||
bootargs = "earlycon=uart8250,mmio32,0xff690000 vmalloc=496M";
|
||||
};
|
||||
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user