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.

Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding 2023-08-17 16:14:03 +02:00
parent ed80bb2350
commit f7a9a7d9e9
2 changed files with 2 additions and 0 deletions

View File

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

View File

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