]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: tegra: Add missing current-speed for SBSA UART
authorThierry Reding <treding@nvidia.com>
Thu, 17 Aug 2023 14:14:03 +0000 (16:14 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 10 Oct 2023 15:37:35 +0000 (17:37 +0200)
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.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dts
arch/arm64/boot/dts/nvidia/tegra234-p3768-0000.dtsi

index 4413a9b6da87a220afcaf261a97cbb96b7127dfd..ea13c4a7027c46ba5f5151947537b5376bcbad20 100644 (file)
@@ -30,6 +30,7 @@
                };
 
                serial@31d0000 {
+                       current-speed = <115200>;
                        status = "okay";
                };
 
index 39110c1232e0da7d48583652c404dd5b36066152..5d0298b6c30d0621f00628319122a4db54c71376 100644 (file)
@@ -29,6 +29,7 @@
                };
 
                serial@31d0000 {
+                       current-speed = <115200>;
                        status = "okay";
                };