]> git.baikalelectronics.ru Git - uboot.git/commit
pico-imx6: Pass the mmc alias to fix boot regression
authorFabio Estevam <festevam@denx.de>
Wed, 15 Feb 2023 18:24:44 +0000 (15:24 -0300)
committerStefano Babic <sbabic@denx.de>
Wed, 29 Mar 2023 20:27:39 +0000 (22:27 +0200)
commit59e11bcdf52f05047120aaa51b9e6a3ffb1adb60
treecd3084a750432e6bca3318a95d5ad20264f5ead1
parentc2f320e763e7acf8a870809487781fcf956e1d1c
pico-imx6: Pass the mmc alias to fix boot regression

Originally, the mmc aliases node was present in imx6qdl-pico.dtsi.

After the sync with Linux in commit c2092e38fd66 ("imx6dl/imx6qdl:
synchronise device trees with linux"), the aliases node is gone as
the upstream version does not have it.

This causes a boot regression in which the eMMC card cannot be found anymore.

Fix it by passing the alias node in the u-boot.dtsi file to
restore the original behaviour where the eMMC (esdhc3) was
mapped to mmc0.

Fixes: c2092e38fd66 ("imx6dl/imx6qdl: synchronise device trees with linux")
Signed-off-by: Fabio Estevam <festevam@denx.de>
arch/arm/dts/imx6dl-pico-u-boot.dtsi [new file with mode: 0644]