From: Lee Jones Date: Thu, 6 Dec 2012 15:00:46 +0000 (+0000) Subject: ARM: ux500: Specify the ux5x0 MMCI regulator's on/off GPIO as high-enable X-Git-Tag: upstream/snapshot3+hdmi~5224^2~14^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7bda303a43f5507cb76f8b41a6e73fec0f83cc8;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: ux500: Specify the ux5x0 MMCI regulator's on/off GPIO as high-enable If not specified, the GPIO control bit is inverted by default i.e. low-enable and high-disable. This is not the case with the MMCI regulator, hence it will turn on during a disable and off when regulator_enable() is invoked. Signed-off-by: Lee Jones Signed-off-by: Linus Walleij --- diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index a8562e3..b5e73aa 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++ b/arch/arm/boot/dts/dbx5x0.dtsi @@ -679,6 +679,8 @@ regulator-name = "mmci-reg"; regulator-type = "voltage"; + enable-active-high; + states = <1800000 0x1 2900000 0x0>;