From: Lukasz Majewski Date: Fri, 19 May 2023 10:43:47 +0000 (+0200) Subject: dts: xea: Enable debug UART support in XEA's SPL (DM_SERIAL) X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=9a1efecb2c63c65c65124eb6f984f9417db0eddc;p=u-boot.git dts: xea: Enable debug UART support in XEA's SPL (DM_SERIAL) 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 --- 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; };