arm: dts: k3-j721e-r5-common-proc-board: Do not use power-domains for I2C
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: Sinthu Raja <sinthu.raja@ti.com>
This commit is contained in:
parent
1e82a80d17
commit
1157f36724
@ -393,3 +393,8 @@
|
||||
resets = <&serdes_wiz0 2>;
|
||||
};
|
||||
};
|
||||
|
||||
/* EEPROM might be read before SYSFW is available */
|
||||
&wkup_i2c0 {
|
||||
/delete-property/ power-domains;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user