Skip to content
Snippets Groups Projects
Commit 565681e5 authored by Fabio Estevam's avatar Fabio Estevam Committed by Tom Rini
Browse files

imx6sx-udoo-neo-basic: Introduce the u-boot.dtsi


After the conversion to DM_SERIAL in commit 01f372d8 ("udoo_neo:
Select DM_SERIAL and drop iomux board level init") the SPL log is gone
and the U-Boot proper log becomes incomplete:

Core:  80 devices, 18 uclasses, devicetree: separate
MMC:   FSL_SDHC: 1, FSL_SDHC: 2
Loading Environment from MMC... OK
In:    serial@2020000
Out:   serial@2020000
Err:   serial@2020000
Net:   eth0: ethernet@2188000
Hit any key to stop autoboot:  0

Introduce the u-boot.dtsi file that passes the u-boot,dm-pre-reloc
properties to the relevant nodes so that UART can be used early in SPL.

With this change, the complete SPL and U-Boot messages are seen again.

Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
parent 27fbae57
No related branches found
No related tags found
No related merge requests found
Pipeline #59707 canceled with stages
in 35 seconds
// SPDX-License-Identifier: GPL-2.0+
&soc {
u-boot,dm-pre-reloc;
};
&aips1 {
u-boot,dm-pre-reloc;
};
&pinctrl_uart1 {
u-boot,dm-pre-reloc;
};
&uart1 {
u-boot,dm-pre-reloc;
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment