
12 Jun
2019
12 Jun
'19
5:42 p.m.
On Wed, Jun 12, 2019 at 4:38 PM Fabio Estevam festevam@gmail.com wrote:
Add a mmc0 alias so that U-Boot proper can associate mmc0 with the boot SD card.
Shouldn't this go in a -u-boot.dtsi if it's diverging from the linux dtsi?
Signed-off-by: Fabio Estevam festevam@gmail.com
arch/arm/dts/imx6qdl-wandboard.dtsi | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/imx6qdl-wandboard.dtsi b/arch/arm/dts/imx6qdl-wandboard.dtsi index 50d9a989e0..90aa43d21b 100644 --- a/arch/arm/dts/imx6qdl-wandboard.dtsi +++ b/arch/arm/dts/imx6qdl-wandboard.dtsi @@ -8,6 +8,10 @@ #include <dt-bindings/gpio/gpio.h>
/ {
aliases {
mmc0 = &usdhc3;
};
chosen { stdout-path = &uart1; };
-- 2.17.1
U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot