Skip to content

Commit 7aff940

Browse files
Headcrabedtmlind
authored andcommitted
ARM: dts: am335x-bone-common: Add vcc-supply for on-board eeprom
The on-board eeprom on beaglebone series has a power supply from VDD_3V3A, add that to dts to reduce dummy regulator warning. Signed-off-by: Shengyu Qu <wiagn233@outlook.com> Message-ID: <TY3P286MB2611CDC84604B11570B4A8D2980FA@TY3P286MB2611.JPNP286.PROD.OUTLOOK.COM> Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent 623cef6 commit 7aff940

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/ti/omap/am335x-bone-common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
baseboard_eeprom: baseboard_eeprom@50 {
220220
compatible = "atmel,24c256";
221221
reg = <0x50>;
222+
vcc-supply = <&ldo4_reg>;
222223

223224
#address-cells = <1>;
224225
#size-cells = <1>;

0 commit comments

Comments
 (0)