[PATCH] arm64: versal-net: Remove current-speed from mini

25 Sep
2024
25 Sep
'24
9:03 a.m.
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 ---
arch/arm/dts/versal-net-mini.dts | 1 - 1 file changed, 1 deletion(-)
diff --git a/arch/arm/dts/versal-net-mini.dts b/arch/arm/dts/versal-net-mini.dts index 9365efbe9fed..f98f95a5c2fc 100644 --- a/arch/arm/dts/versal-net-mini.dts +++ b/arch/arm/dts/versal-net-mini.dts @@ -60,7 +60,6 @@ clock-names = "uartclk", "apb_pclk"; clocks = <&clk1>, <&clk1>; clock = <1000000>; - current-speed = <115200>; skip-init; }; };
--
2.43.0
230
Age (days ago)
230
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michal Simek