ARM: dts: helios4: add vcc-supply to EEPROM

The at24 driver requests a 'vcc' supply for the EEPROM, producing
'supply vcc not found, using dummy regulator' at boot when the
property is missing.

The EEPROM sits on the Helios 4 and is powered by the
same always-on 3.3V rail used by other on-board I2C devices.
Add vcc-supply = <&reg_3p3v> to silence the warning.

Fixes: ced8025b56 ("ARM: dts: armada388-helios4")
Assisted-by: opencode:big-pickle
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
Rosen Penev 2026-07-08 17:50:03 -07:00 committed by Gregory CLEMENT
parent c517ff045d
commit ef65cf08bd

View File

@ -201,6 +201,10 @@ temp_sensor: temp@4c {
reg = <0x4c>;
vcc-supply = <&reg_3p3v>;
};
eeprom@53 {
vcc-supply = <&reg_3p3v>;
};
};
i2c@11100 {