tegra234: Move boot argument from base to overlay

The property "bootargs" is not available in base file
available in mainline. Hence, move this to overlay file.

Bug 4037899

Change-Id: I3065495c1d7e3e6f67f456fe0359c355cb024aff
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2947548
(cherry picked from commit 377744a854)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2955885
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Laxman Dewangan
2023-08-03 07:49:06 +00:00
committed by mobile promotions
parent 18c086b748
commit dbd67b026d
4 changed files with 8 additions and 2 deletions

View File

@@ -21,6 +21,10 @@
fragment-t234-p3737-p3701@0 { fragment-t234-p3737-p3701@0 {
target-path = "/"; target-path = "/";
__overlay__ { __overlay__ {
chosen {
bootargs = "console=ttyTCU0,115200n8";
};
cpus { cpus {
idle-states { idle-states {
c7 { c7 {

View File

@@ -19,6 +19,10 @@
fragment-t234-p3740-p3701@0 { fragment-t234-p3740-p3701@0 {
target-path = "/"; target-path = "/";
__overlay__ { __overlay__ {
chosen {
bootargs = "console=ttyTCU0,115200n8";
};
bpmp { bpmp {
thermal { thermal {
status = "okay"; status = "okay";

View File

@@ -18,7 +18,6 @@
}; };
chosen { chosen {
bootargs = "console=ttyS0,115200n8";
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };

View File

@@ -16,7 +16,6 @@
}; };
chosen { chosen {
bootargs = "console=ttyTCU0,115200n8";
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };