diff options
author | Arnd Bergmann <[email protected]> | 2022-07-04 14:32:32 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2022-07-04 14:32:33 +0200 |
commit | 9b47c57437aaf5aa252b2091f6fb1a250b47d582 (patch) | |
tree | 8678229615901b53bbe6fb277eddc34d2272a1f6 | |
parent | a57cbe02c058410b8d9adc801761ca5d1297785e (diff) | |
parent | 6db372de959ac68b261cdbc2dd3c315f256c6d74 (diff) |
Merge tag 'omap-for-v5.20/dt-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/dt
Devicetree changes omaps for v5.20 merge window
Just one devicetree change to add EEPROM regulator for BeagleBone Black.
* tag 'omap-for-v5.20/dt-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
ARM: dts: am33xx: Map baseboard EEPROM on BeagleBone Black
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/am335x-boneblack.dts | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ "NC", "NC"; }; + +&baseboard_eeprom { + vcc-supply = <&ldo4_reg>; +}; |