[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130618132235.GB31320@laptop>
Date: Tue, 18 Jun 2013 14:22:35 +0100
From: Lee Jones <lee.jones@...aro.org>
To: Arnd Bergmann <arnd@...db.de>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linus.walleij@...ricsson.com, srinidhi.kasagar@...ricsson.com
Subject: Re: [PATCH 2/3] ARM: ux500: Correct the EN_3v3 regulator's on/off
GPIO
On Tue, 18 Jun 2013, Arnd Bergmann wrote:
> 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?
Yes, it's intentional. See: drivers/regulator/fixed.c
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists