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

Peter Robinson pbrobinson at gmail.com
Wed Jun 12 15:42:33 UTC 2019


On Wed, Jun 12, 2019 at 4:38 PM Fabio Estevam <festevam at 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 at 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 at lists.denx.de
> https://lists.denx.de/listinfo/u-boot


More information about the U-Boot mailing list