Commit 6358377f authored by Thierry Reding's avatar Thierry Reding

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: default avatarThierry Reding <treding@nvidia.com>
parent 938745c5
......@@ -30,7 +30,6 @@ serial@3100000 {
};
serial@31d0000 {
current-speed = <115200>;
status = "okay";
};
......
......@@ -21,7 +21,6 @@ chosen {
bus@0 {
serial@31d0000 {
current-speed = <115200>;
status = "okay";
};
......
......@@ -29,7 +29,6 @@ eeprom@57 {
};
serial@31d0000 {
current-speed = <115200>;
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment