projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c2eefa
)
dts: xea: Enable debug UART support in XEA's SPL (DM_SERIAL)
author
Lukasz Majewski
<lukma@denx.de>
Fri, 19 May 2023 10:43:47 +0000
(12:43 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 11 Jul 2023 12:40:04 +0000
(14:40 +0200)
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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/imx28-xea-u-boot.dtsi
b/arch/arm/dts/imx28-xea-u-boot.dtsi
index 9f1e261b2f51dbeb89b3f3efbdcec83ad3b4f221..e40a6d240ce19f9f7490d6f0d4e8da8491429ed1 100644
(file)
--- 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;
};