projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ec330f
)
arm: mvebu: clearfog: fix boot from SD card
author
Baruch Siach
<baruch@tkos.co.il>
Sun, 3 Nov 2019 09:52:39 +0000
(11:52 +0200)
committer
Stefan Roese
<sr@denx.de>
Thu, 14 Nov 2019 07:28:39 +0000
(08:28 +0100)
Enable gpio0 in SPL to allow the sdhci driver read the SD card-detect
signal.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Stefan Roese <sr@denx.de>
arch/arm/dts/armada-388-clearfog-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/armada-388-clearfog-u-boot.dtsi
b/arch/arm/dts/armada-388-clearfog-u-boot.dtsi
index cf6c08881b18a0e24378d7ac27da5f2ed2c3be01..38e4f3d99ac97a563c8af1652f2224fed09b4794 100644
(file)
--- 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;
};