diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-06-11 15:53:03 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-07-04 21:18:00 +0200 |
commit | 46850c55c64f73238ca3a37b6b8aed0ff664bf78 (patch) | |
tree | 2cbb04acfc87fe0163f6def78b451b42db64acf8 /arch/arm/boot/dts/axp22x.dtsi | |
parent | ARM: dts: axp22x.dtsi: Add usb_power_supply node (diff) | |
download | linux-46850c55c64f73238ca3a37b6b8aed0ff664bf78.tar.xz linux-46850c55c64f73238ca3a37b6b8aed0ff664bf78.zip |
ARM: dts: axp22x.dtsi: Add reg_drivebus node
Add a node describing the drivebus regulator which is an (optional)
part of the axp221/axp223 pmic. Since this regulator may not be
available at all depending on the board, mark it as disabled by
default.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/axp22x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/axp22x.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/axp22x.dtsi b/arch/arm/boot/dts/axp22x.dtsi index 0401787cfb9c..458b6681e3ec 100644 --- a/arch/arm/boot/dts/axp22x.dtsi +++ b/arch/arm/boot/dts/axp22x.dtsi @@ -141,6 +141,11 @@ regulator-max-microvolt = <3000000>; regulator-name = "rtc_ldo"; }; + + reg_drivevbus: drivevbus { + regulator-name = "drivevbus"; + status = "disabled"; + }; }; usb_power_supply: usb_power_supply { |