From: Hans de Goede Date: Sat, 11 Jun 2016 13:53:01 +0000 (+0200) Subject: ARM: dts: axp22x.dtsi: Disable axp22x ldo_io# regulators by default X-Git-Tag: v4.8-rc1~66^2~10^2~26 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c365df39d95c33274143a67f021521215ffc4b91;p=karo-tx-linux.git 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 Signed-off-by: Maxime Ripard --- 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 {