git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef4d962
)
arch: arm: dts: k3-am67a-beagley-ai-u-boot: Mark main_gpio1 as bootph-all
author
Nishanth Menon
<nm@ti.com>
Fri, 25 Apr 2025 17:31:12 +0000
(12:31 -0500)
committer
Tom Rini
<trini@konsulko.com>
Fri, 2 May 2025 20:23:32 +0000
(14:23 -0600)
main_gpio1 controls the voltage for the SDcard from 3.3v to 1.8v.
This is required for proper operation of SDcard through various boot
stages.
Fixes the following seen in the boot log:
failed to set vqmmc-voltage to 3.3V
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Bryan Brattlof <bb@ti.com>
Reviewed-by: Andrew Davis <afd@ti.com>
arch/arm/dts/k3-am67a-beagley-ai-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/k3-am67a-beagley-ai-u-boot.dtsi
b/arch/arm/dts/k3-am67a-beagley-ai-u-boot.dtsi
index
6c52038
..
6330ca9
100644
(file)
--- a/
arch/arm/dts/k3-am67a-beagley-ai-u-boot.dtsi
+++ b/
arch/arm/dts/k3-am67a-beagley-ai-u-boot.dtsi
@@
-53,6
+53,10
@@
status = "disabled";
};
+&main_gpio1 {
+ bootph-all;
+};
+
#if IS_ENABLED(CONFIG_TARGET_J722S_R5_BEAGLEY_AI)
&binman {