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
Bug 4707773

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
(cherry picked from commit bddb2afb0e)
Signed-off-by: Vedant Deshpande <vedantd@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3172850
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Brad Griffis <bgriffis@nvidia.com>
Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Thierry Reding
2023-08-17 16:14:03 +02:00
committed by mobile promotions
parent d3df85c64a
commit d9ee65d083
2 changed files with 2 additions and 0 deletions

View File

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

View File

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