[U-Boot] [PATCH 2/2] arm: mvebu: clearfog: fix boot from SD card
Stefan Roese
sr at denx.de
Tue Nov 5 15:15:54 UTC 2019
Hi Baruch,
On 03.11.19 10:52, Baruch Siach wrote:
> Enable gpio0 in SPL to allow the sdhci driver read the SD card-detect
> signal.
>
> Signed-off-by: Baruch Siach <baruch at tkos.co.il>
> ---
> arch/arm/dts/armada-388-clearfog-u-boot.dtsi | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/arch/arm/dts/armada-388-clearfog-u-boot.dtsi b/arch/arm/dts/armada-388-clearfog-u-boot.dtsi
> index cf6c08881b18..38e4f3d99ac9 100644
> --- a/arch/arm/dts/armada-388-clearfog-u-boot.dtsi
> +++ b/arch/arm/dts/armada-388-clearfog-u-boot.dtsi
> @@ -12,6 +12,10 @@
> u-boot,dm-spl;
> };
>
> +&gpio0 {
> + u-boot,dm-spl;
> +};
> +
> &ahci0 {
> u-boot,dm-spl;
> };
>
Reviewed-by: Stefan Roese <sr at denx.de>
Thanks,
Stefan
More information about the U-Boot
mailing list