[PATCH 10/17] arm: dts: k3-j721e-r5-common-proc-board: Do not use power-domains for I2C
Sinthu Raja
sinthu.raja at mistralsolutions.com
Sat Jun 26 16:55:55 CEST 2021
From: Amarnath MB <amarnath.mb at ti.com>
Board ID I2C EEPROM will be probed before SYSFW is available.
So drop the power-domains property for wakup_i2c0 on which
board ID EEPROM is connected.
Signed-off-by: Amarnath MB <amarnath.mb at ti.com>
Signed-off-by: Sinthu Raja <sinthu.raja at ti.com>
---
arch/arm/dts/k3-j721e-r5-common-proc-board.dts | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/dts/k3-j721e-r5-common-proc-board.dts b/arch/arm/dts/k3-j721e-r5-common-proc-board.dts
index 0542b2f8b8..e878f8f879 100644
--- a/arch/arm/dts/k3-j721e-r5-common-proc-board.dts
+++ b/arch/arm/dts/k3-j721e-r5-common-proc-board.dts
@@ -363,3 +363,8 @@
&mcu_udmap {
ti,sci = <&dm_tifs>;
};
+
+/* EEPROM might be read before SYSFW is available */
+&wkup_i2c0 {
+ /delete-property/ power-domains;
+};
--
2.31.1
More information about the U-Boot
mailing list