mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 22:36:05 +00:00
arm64: versal-net: Remove current-speed from mini
U-Boot code is not reading this variable that's why remove it from DT. PL011 code is automatically using CONFIG_BAUDRATE instead. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/3de28cc8bbf9571d24673a60809c2075fe2f44c3.1727247837.git.michal.simek@amd.com
This commit is contained in:
parent
b62f095894
commit
359b640d6a
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@
|
|||
clock-names = "uartclk", "apb_pclk";
|
||||
clocks = <&clk1>, <&clk1>;
|
||||
clock = <1000000>;
|
||||
current-speed = <115200>;
|
||||
skip-init;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue