]> git.baikalelectronics.ru Git - uboot.git/commit
imx6sx-udoo-neo-basic: Introduce the u-boot.dtsi
authorFabio Estevam <festevam@denx.de>
Wed, 22 Mar 2023 19:59:31 +0000 (16:59 -0300)
committerTom Rini <trini@konsulko.com>
Tue, 28 Mar 2023 14:58:16 +0000 (10:58 -0400)
commit2bd154360172d2ed2da78f7c484abd7acfcaec17
treec225b41bc3ce29604b5aa31b07d438a796ca7d45
parentca1b670848d7bcca2a5ac70dd9513813e3da1a57
imx6sx-udoo-neo-basic: Introduce the u-boot.dtsi

After the conversion to DM_SERIAL in commit 4de0f15ee44d ("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: Fabio Estevam <festevam@denx.de>
arch/arm/dts/imx6sx-udoo-neo-basic-u-boot.dtsi [new file with mode: 0644]