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:
eaa51d0
)
arch: arm: dts: phyboard-electra-uboot.dtsi: Add bootph props to i2c
author
Wadim Egorov
<w.egorov@phytec.de>
Wed, 5 Feb 2025 04:30:11 +0000
(
05:30
+0100)
committer
Tom Rini
<trini@konsulko.com>
Mon, 10 Feb 2025 16:28:05 +0000
(10:28 -0600)
Add bootph-all properties to I2C0 nodes to ensure the bus and EEPROM
are accessible across all stages. This enables reading the SoM
configuration at any point during the boot process.
Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Tested-by: Daniel Schultz <d.schultz@phytec.de>
Reviewed-by: Dhruva Gole <d-gole@ti.com>
arch/arm/dts/k3-am642-phyboard-electra-rdk-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/k3-am642-phyboard-electra-rdk-u-boot.dtsi
b/arch/arm/dts/k3-am642-phyboard-electra-rdk-u-boot.dtsi
index
8f3c3a1
..
c68a486
100644
(file)
--- a/
arch/arm/dts/k3-am642-phyboard-electra-rdk-u-boot.dtsi
+++ b/
arch/arm/dts/k3-am642-phyboard-electra-rdk-u-boot.dtsi
@@
-72,6
+72,14
@@
bootph-all;
};
+&main_i2c0 {
+ bootph-all;
+};
+
+&main_i2c0_pins_default {
+ bootph-all;
+};
+
&main_mmc1_pins_default {
bootph-all;
};