aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLukasz Majewski2023-05-19 12:43:47 +0200
committerStefano Babic2023-07-11 14:40:04 +0200
commit9a1efecb2c63c65c65124eb6f984f9417db0eddc (patch)
tree2f820c747af135778c57215d22a7771838bebc31 /arch
parent9c2eefaf0d15368e9ca1bb7325e2b3baa263e448 (diff)
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 <lukma@denx.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/imx28-xea-u-boot.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/imx28-xea-u-boot.dtsi b/arch/arm/dts/imx28-xea-u-boot.dtsi
index 9f1e261b2f5..e40a6d240ce 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;
};