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:
Sinthu Raja 2022-02-09 15:06:54 +05:30 committed by Tom Rini
parent 1e82a80d17
commit 1157f36724

View File

@ -393,3 +393,8 @@
resets = <&serdes_wiz0 2>;
};
};
/* EEPROM might be read before SYSFW is available */
&wkup_i2c0 {
/delete-property/ power-domains;
};