aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2021-05-06 16:44:57 +0530
committerLokesh Vutla <lokeshvutla@ti.com>2021-05-12 16:32:44 +0530
commite922b5a96370bc5766394dee941b6059d864f7c0 (patch)
tree97a27ae4d3e5ad631c3daec3064bac0898bd19bb /arch
parent93e0bfb829c7bf96c6c05ec8eeadb3dc7953c4ce (diff)
downloadu-boot-e922b5a96370bc5766394dee941b6059d864f7c0.zip
u-boot-e922b5a96370bc5766394dee941b6059d864f7c0.tar.gz
u-boot-e922b5a96370bc5766394dee941b6059d864f7c0.tar.bz2
arm: dts: k3-am642-r5-evm: Do not use power-domains for I2C
I2C EEPROM will be probed before SYSFW is available. So drop the power-domains property for I2C. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/k3-am642-r5-evm.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am642-r5-evm.dts b/arch/arm/dts/k3-am642-r5-evm.dts
index 68af8ee..1fbf6d2 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"