Re: [U-Boot] [PATCH 5/7] wandboard: Add mmc0 alias

2019-06-14 Thread Fabio Estevam
Hi Peter, On Wed, Jun 12, 2019 at 12:42 PM Peter Robinson wrote: > > On Wed, Jun 12, 2019 at 4:38 PM Fabio Estevam 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? I

Re: [U-Boot] [PATCH 5/7] wandboard: Add mmc0 alias

2019-06-12 Thread Peter Robinson
On Wed, Jun 12, 2019 at 4:38 PM Fabio Estevam 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 > --- > arch/arm/dts/imx6qdl-wandboard.dtsi | 4

[U-Boot] [PATCH 5/7] wandboard: Add mmc0 alias

2019-06-12 Thread Fabio Estevam
Add a mmc0 alias so that U-Boot proper can associate mmc0 with the boot SD card. Signed-off-by: Fabio Estevam --- 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 50d9a989e