arm64: tegra: Add missing current-speed for SBSA UART

The SBSA UART device tree bindings require a current-speed property that
specifies the baud rate configured by the firmware. Add it on Jetson AGX
Orin and Jetson Orin Nano/NX.

Bug 4037899

Change-Id: I73a72f7278892e2331368f1d13dd2c306bf4c5ed
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3037842
Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Thierry Reding
2023-08-17 16:14:03 +02:00
committed by mobile promotions
parent 46c1a0c49d
commit bddb2afb0e
2 changed files with 2 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
};
serial@31d0000 {
current-speed = <115200>;
status = "okay";
};

View File

@@ -29,6 +29,7 @@
};
serial@31d0000 {
current-speed = <115200>;
status = "okay";
};