diff options
| author | Wadim Egorov <w.egorov@phytec.de> | 2025-02-05 05:30:11 +0100 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-02-10 10:28:05 -0600 |
| commit | 7c652360c89026ae6607a369952353f230c6eeee (patch) | |
| tree | 7c78805783e0480bd971be55f1225b88879ca7f8 /arch/arm | |
| parent | eaa51d0fda433c35e0c1d253c399e27d7a4c4765 (diff) | |
arch: arm: dts: phyboard-electra-uboot.dtsi: Add bootph props to i2c
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>
Diffstat (limited to 'arch/arm')
| -rw-r--r-- | arch/arm/dts/k3-am642-phyboard-electra-rdk-u-boot.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
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 8f3c3a185ae..c68a48678a2 100644 --- 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; }; |
