diff mbox series

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

Message ID 20220620152150.708664-1-broonie@kernel.org (mailing list archive)
State New, archived
Headers show
Series ARM: dts: am33xx: Map baseboard EEPROM on BeagleBone Black | expand

Commit Message

Mark Brown June 20, 2022, 3:21 p.m. UTC
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>
---
 arch/arm/boot/dts/am335x-boneblack.dts | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Tony Lindgren June 27, 2022, 10:57 a.m. UTC | #1
* Mark Brown <broonie@kernel.org> [220620 18:17]:
> 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.

Thanks applying into omap-for-v5.20/dt. Sorry looks like I missed your
earlier patch somehow.

Regards,

Tony
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/am335x-boneblack.dts b/arch/arm/boot/dts/am335x-boneblack.dts
index 9312197316f0..b956e2f60fe0 100644
--- a/arch/arm/boot/dts/am335x-boneblack.dts
+++ b/arch/arm/boot/dts/am335x-boneblack.dts
@@ -168,3 +168,7 @@  &gpio3 {
 		"NC",
 		"NC";
 };
+
+&baseboard_eeprom {
+	vcc-supply = <&ldo4_reg>;
+};