arm64: tegra: Remove current-speed for SBSA UART

The SBSA UART device tree bindings don't define a current-speed
property, so remove it.

Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding
2023-07-17 18:32:12 +02:00
parent 938745c5f1
commit 6358377fec
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

View File

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