diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-06-11 15:53:01 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-07-04 21:17:59 +0200 |
commit | c365df39d95c33274143a67f021521215ffc4b91 (patch) | |
tree | b99907b468d60db5d82877335010f742de289963 /arch/arm/boot/dts/axp22x.dtsi | |
parent | d130f2e7cf24e875271cf33f38c54ef31f34a92e (diff) | |
download | talos-op-linux-c365df39d95c33274143a67f021521215ffc4b91.tar.gz talos-op-linux-c365df39d95c33274143a67f021521215ffc4b91.zip |
ARM: dts: axp22x.dtsi: Disable axp22x ldo_io# regulators by default
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>
Diffstat (limited to 'arch/arm/boot/dts/axp22x.dtsi')
-rw-r--r-- | arch/arm/boot/dts/axp22x.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/axp22x.dtsi b/arch/arm/boot/dts/axp22x.dtsi index 76302f58c478..0cfec5099637 100644 --- a/arch/arm/boot/dts/axp22x.dtsi +++ b/arch/arm/boot/dts/axp22x.dtsi @@ -126,10 +126,12 @@ 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 { |