[PATCH v1 05/16] dts: xea: Enable debug UART support in XEA's SPL (DM_SERIAL)
Lukasz Majewski
lukma at denx.de
Fri May 19 12:43:47 CEST 2023
After enabling DM_SERIAL for XEA board, the same serial shall be used
in the SPL (with SPL_OF_PLATDATA support).
Signed-off-by: Lukasz Majewski <lukma at denx.de>
---
arch/arm/dts/imx28-xea-u-boot.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/imx28-xea-u-boot.dtsi b/arch/arm/dts/imx28-xea-u-boot.dtsi
index 9f1e261b2f..e40a6d240c 100644
--- a/arch/arm/dts/imx28-xea-u-boot.dtsi
+++ b/arch/arm/dts/imx28-xea-u-boot.dtsi
@@ -34,6 +34,10 @@
bootph-pre-ram;
};
+&duart {
+ bootph-pre-ram;
+};
+
&gpio0 {
bootph-pre-ram;
};
--
2.30.2
More information about the U-Boot
mailing list