[PATCH] arm64: versal-net: Remove current-speed from mini
Michal Simek
michal.simek at amd.com
Wed Sep 25 09:03:59 CEST 2024
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 at 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
More information about the U-Boot
mailing list