]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: axp22x.dtsi: Add reg_drivebus node
authorHans de Goede <hdegoede@redhat.com>
Sat, 11 Jun 2016 13:53:03 +0000 (15:53 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 4 Jul 2016 19:18:00 +0000 (21:18 +0200)
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>
arch/arm/boot/dts/axp22x.dtsi

index 0401787cfb9c86efb2763a05a52623ca5155115a..458b6681e3ec54b37845b6245464e5385454c087 100644 (file)
@@ -141,6 +141,11 @@ reg_rtc_ldo: rtc_ldo {
                        regulator-max-microvolt = <3000000>;
                        regulator-name = "rtc_ldo";
                };
+
+               reg_drivevbus: drivevbus {
+                       regulator-name = "drivevbus";
+                       status = "disabled";
+               };
        };
 
        usb_power_supply: usb_power_supply {