commit | d3655bbb1398644e0b336a3ebde25be8c42424ff | [log] [tgz] |
---|---|---|
author | Max Krummenacher <max.krummenacher@toradex.com> | Mon Jan 30 13:39:06 2023 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jan 31 16:02:05 2023 +0100 |
tree | aed9cf01053a59a2b101cdd94e857d9a122f3c4b | |
parent | 0cf91115edff03df55c04dfdc3a0d7f505a22edf [diff] |
ARM: arm: colibri-imx6ull-emmc: fix emmc access Synchronizing the device tree with linux introduced a regression. The U-Boot specific dtsi mustn't override the alias settings for the eMMC/SD interfaces. Without this U-Boot cannot access the eMMC and boot the kernel. Fixes: c21b61bff15 ("colibri-imx6ull/-emmc: synchronise device tree with linux") Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>