1
0
Fork 0

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>
steinar/wifi_calib_4_9_kernel
Hans de Goede 2016-06-11 15:53:03 +02:00 committed by Maxime Ripard
parent 94efd9da3a
commit 46850c55c6
1 changed files with 5 additions and 0 deletions

View File

@ -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 {