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:
7d8c3fa
)
arm: dts: am62a: allow booting from eMMC
author
Anshul Dalal
<anshuld@ti.com>
Tue, 15 Apr 2025 09:51:36 +0000
(15:21 +0530)
committer
Tom Rini
<trini@konsulko.com>
Thu, 24 Apr 2025 14:24:17 +0000
(08:24 -0600)
The bootph-all property in u-boot enables driver initialization prior to
relocation, this is necessary to use the device as boot media.
sdhci0 is the phandle for eMMC on am62a, so this change allows us to use
eMMC as a boot media.
Signed-off-by: Anshul Dalal <anshuld@ti.com>
arch/arm/dts/k3-am62a7-sk-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/k3-am62a7-sk-u-boot.dtsi
b/arch/arm/dts/k3-am62a7-sk-u-boot.dtsi
index
7dfbeb1
..
a70fc88
100644
(file)
--- a/
arch/arm/dts/k3-am62a7-sk-u-boot.dtsi
+++ b/
arch/arm/dts/k3-am62a7-sk-u-boot.dtsi
@@
-100,6
+100,10
@@
bootph-all;
};
+&sdhci0 {
+ bootph-all;
+};
+
&sdhci1 {
bootph-all;
};