From: Nishanth Menon Date: Thu, 10 Oct 2013 16:44:41 +0000 (-0500) Subject: ARM: dts: omap4-panda-es: Do not reset gpio1 X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=c1bac171c4f203101611110869bd2511c8153974;p=deliverable%2Flinux.git ARM: dts: omap4-panda-es: Do not reset gpio1 Do not reset GPIO1 at boot-up because GPIO 7 in GPIO1 block is used on OMAP4460 PandaBoard-ES to select voltage register in TPS62361 which supplies VDD_MPU. Without this, OMAP4460 PandaBoard-ES boards fail to boot-up because MPU voltage switches over to VSET0 voltage value (boot voltage) which is not sufficient to operate the device at OPP100. Signed-off-by: Nishanth Menon Signed-off-by: Benoit Cousson --- diff --git a/arch/arm/boot/dts/omap4-panda-es.dts b/arch/arm/boot/dts/omap4-panda-es.dts index 56c435468e94..816d1c95b592 100644 --- a/arch/arm/boot/dts/omap4-panda-es.dts +++ b/arch/arm/boot/dts/omap4-panda-es.dts @@ -62,3 +62,7 @@ gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>; }; }; + +&gpio1 { + ti,no-reset-on-init; +};