I2C EEPROM will be probed before SYSFW is available.
So drop the power-domains property for I2C.

Signed-off-by: Lokesh Vutla <lokeshvu...@ti.com>
---
 arch/arm/dts/k3-am642-r5-evm.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/dts/k3-am642-r5-evm.dts b/arch/arm/dts/k3-am642-r5-evm.dts
index 68af8eede2..1fbf6d2c23 100644
--- a/arch/arm/dts/k3-am642-r5-evm.dts
+++ b/arch/arm/dts/k3-am642-r5-evm.dts
@@ -196,4 +196,9 @@
        /delete-property/ power-domains;
 };
 
+/* EEPROM might be read before SYSFW is available */
+&main_i2c0 {
+       /delete-property/ power-domains;
+};
+
 #include "k3-am642-evm-u-boot.dtsi"
-- 
2.30.0

Reply via email to