[PATCH 2/3] ARM: ux500: Correct the EN_3v3 regulator's on/off GPIO
Arnd Bergmann
arnd at arndb.de
Tue Jun 18 09:12:58 EDT 2013
On Tuesday 18 June 2013, Lee Jones wrote:
> - gpios = <&gpio0 26 0x4>; // 26
> - startup-delay-us = <5000>;
> - enable-active-high;
> + regulator-name = "en-3v3-fixed-supply";
> + regulator-min-microvolt = <3300000>;
> + regulator-max-microvolt = <3300000>;
> + /* AB8500 GPIOs start from 1 - offset 25 is GPIO26. */
> + gpio = <&ab8500_gpio 25 0x4>;
Is it intentional that you had "gpios" before and "gpio" after the change
as the property name?
Arnd
More information about the linux-arm-kernel
mailing list