]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
ARM: dts: axp22x.dtsi: Disable axp22x ldo_io# regulators by default
authorHans de Goede <hdegoede@redhat.com>
Sat, 11 Jun 2016 13:53:01 +0000 (15:53 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 4 Jul 2016 19:17:59 +0000 (21:17 +0200)
Use of these as regulators conflicts with use of the gpio pins as
gpios, so disabled the ldo_io# regulators by default, this avoids
the regulator core touching them when the pins are used as gpios.

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 76302f58c4780d963fc2379df86e5e0df48ef9a7..0cfec509963701aa4f49f62db89df681b49077ea 100644 (file)
 
                reg_ldo_io0: ldo_io0 {
                        regulator-name = "ldo_io0";
+                       status = "disabled";
                };
 
                reg_ldo_io1: ldo_io1 {
                        regulator-name = "ldo_io1";
+                       status = "disabled";
                };
 
                reg_rtc_ldo: rtc_ldo {