arm64: dts: ti: am62-phyboard-lyra: Provide a vcc-supply for the I2C EEPROM

Add the missing vcc-supply property to the EEPROM node which resolves
the following warning:

  at24 1-0051: supply vcc not found, using dummy regulator

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
Link: https://lore.kernel.org/r/20241101131427.3815341-4-w.egorov@phytec.de
Signed-off-by: Nishanth Menon <nm@ti.com>
This commit is contained in:
Wadim Egorov 2024-11-01 14:14:27 +01:00 committed by Nishanth Menon
parent 4ffe12ccae
commit 80ad23c403

View File

@ -416,6 +416,7 @@ eeprom@51 {
compatible = "atmel,24c02";
pagesize = <16>;
reg = <0x51>;
vcc-supply = <&vcc_3v3_mmc>;
};
};