summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/axp22x.dtsi
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2016-06-11 15:53:03 +0200
committerMaxime Ripard <maxime.ripard@free-electrons.com>2016-07-04 21:18:00 +0200
commit46850c55c64f73238ca3a37b6b8aed0ff664bf78 (patch)
tree2cbb04acfc87fe0163f6def78b451b42db64acf8 /arch/arm/boot/dts/axp22x.dtsi
parent94efd9da3af3f6e03c4304b6cd528e5f94321938 (diff)
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.dtsi5
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 {