diff mbox series

[v1,05/16] dts: xea: Enable debug UART support in XEA's SPL (DM_SERIAL)

Message ID 20230519104359.2048821-6-lukma@denx.de
State Accepted
Commit 9a1efecb2c63c65c65124eb6f984f9417db0eddc
Delegated to: Stefano Babic
Headers show
Series arm: xea: Update i.MX28 XEA board to use DM_SERIAL | expand

Commit Message

Lukasz Majewski May 19, 2023, 10:43 a.m. UTC
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@denx.de>
---

 arch/arm/dts/imx28-xea-u-boot.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Stefano Babic July 11, 2023, 7:42 p.m. UTC | #1
> 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@denx.de>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

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;
 };