Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: am33xx: Map baseboard EEPROM on BeagleBone Black

The identification EEPROM on the BeagleBone Black baseboard is supplied
by VDD_3V3A which is supplied by LDO4 on the PMIC. Map this as per the DT
binding for the EEPROM. Since this supply is always-on this has no
practical impact but it does silence a warning at boot due to using a dummy
regulator.

Signed-off-by: Mark Brown <broonie@kernel.org>
Message-Id: <20220620152150.708664-1-broonie@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Mark Brown and committed by
Tony Lindgren
6db372de f2906aa8

+4
+4
arch/arm/boot/dts/am335x-boneblack.dts
··· 168 168 "NC", 169 169 "NC"; 170 170 }; 171 + 172 + &baseboard_eeprom { 173 + vcc-supply = <&ldo4_reg>; 174 + };