Commit 6db372de authored by Mark Brown's avatar Mark Brown Committed by Tony Lindgren
Browse files

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: default avatarMark Brown <broonie@kernel.org>
Message-Id: <20220620152150.708664-1-broonie@kernel.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent f2906aa8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -168,3 +168,7 @@ &gpio3 {
		"NC",
		"NC";
};

&baseboard_eeprom {
	vcc-supply = <&ldo4_reg>;
};