]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: k3-am642-r5-evm: Do not use power-domains for I2C
authorLokesh Vutla <lokeshvutla@ti.com>
Thu, 6 May 2021 11:14:57 +0000 (16:44 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Wed, 12 May 2021 11:02:44 +0000 (16:32 +0530)
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>
arch/arm/dts/k3-am642-r5-evm.dts

index 68af8eede28208534e4ccbca18105c43f27c37e8..1fbf6d2c23a5f51e5099e4606381a7323bb60eb7 100644 (file)
        /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"