]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
dts: xea: Enable debug UART support in XEA's SPL (DM_SERIAL)
authorLukasz Majewski <lukma@denx.de>
Fri, 19 May 2023 10:43:47 +0000 (12:43 +0200)
committerStefano 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

index 9f1e261b2f51dbeb89b3f3efbdcec83ad3b4f221..e40a6d240ce19f9f7490d6f0d4e8da8491429ed1 100644 (file)
        bootph-pre-ram;
 };
 
+&duart {
+       bootph-pre-ram;
+};
+
 &gpio0 {
        bootph-pre-ram;
 };