Message ID | 1495550852-3672-5-git-send-email-ckeepax@opensource.wolfsonmicro.com |
---|---|
State | New |
Headers | show |
On Tue, 23 May 2017, Charles Keepax wrote: > Link to the generic GPIO specifier bindings now that the second cell of > the binding has some support in the driver. > > Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> > --- > > Changes since v1: > - Now just points at the standard gpio binding stuff > > Thanks, > Charles > > Documentation/devicetree/bindings/mfd/arizona.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) I'll take this if/when the GPIO changes are merged. For my own reference: Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org> > diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt b/Documentation/devicetree/bindings/mfd/arizona.txt > index 8f2e282..b37bdde 100644 > --- a/Documentation/devicetree/bindings/mfd/arizona.txt > +++ b/Documentation/devicetree/bindings/mfd/arizona.txt > @@ -30,7 +30,8 @@ Required properties: > > - gpio-controller : Indicates this device is a GPIO controller. > - #gpio-cells : Must be 2. The first cell is the pin number and the > - second cell is used to specify optional parameters (currently unused). > + second cell is used to specify optional parameters, see ../gpio/gpio.txt > + for details. > > - AVDD-supply, DBVDD1-supply, CPVDD-supply : Power supplies for the device, > as covered in Documentation/devicetree/bindings/regulator/regulator.txt
On Wed, May 24, 2017 at 10:35 AM, Lee Jones <lee.jones@linaro.org> wrote: > On Tue, 23 May 2017, Charles Keepax wrote: > >> Link to the generic GPIO specifier bindings now that the second cell of >> the binding has some support in the driver. >> >> Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> >> --- >> >> Changes since v1: >> - Now just points at the standard gpio binding stuff >> >> Thanks, >> Charles >> >> Documentation/devicetree/bindings/mfd/arizona.txt | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) > > I'll take this if/when the GPIO changes are merged. > > For my own reference: > Acked-for-MFD-by: Lee Jones <lee.jones@linaro.org> I merged them today. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Tue, 23 May 2017, Charles Keepax wrote: > Link to the generic GPIO specifier bindings now that the second cell of > the binding has some support in the driver. > > Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> > --- > > Changes since v1: > - Now just points at the standard gpio binding stuff > > Thanks, > Charles > > Documentation/devicetree/bindings/mfd/arizona.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Applied, thanks. > diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt b/Documentation/devicetree/bindings/mfd/arizona.txt > index 8f2e282..b37bdde 100644 > --- a/Documentation/devicetree/bindings/mfd/arizona.txt > +++ b/Documentation/devicetree/bindings/mfd/arizona.txt > @@ -30,7 +30,8 @@ Required properties: > > - gpio-controller : Indicates this device is a GPIO controller. > - #gpio-cells : Must be 2. The first cell is the pin number and the > - second cell is used to specify optional parameters (currently unused). > + second cell is used to specify optional parameters, see ../gpio/gpio.txt > + for details. > > - AVDD-supply, DBVDD1-supply, CPVDD-supply : Power supplies for the device, > as covered in Documentation/devicetree/bindings/regulator/regulator.txt
diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt b/Documentation/devicetree/bindings/mfd/arizona.txt index 8f2e282..b37bdde 100644 --- a/Documentation/devicetree/bindings/mfd/arizona.txt +++ b/Documentation/devicetree/bindings/mfd/arizona.txt @@ -30,7 +30,8 @@ Required properties: - gpio-controller : Indicates this device is a GPIO controller. - #gpio-cells : Must be 2. The first cell is the pin number and the - second cell is used to specify optional parameters (currently unused). + second cell is used to specify optional parameters, see ../gpio/gpio.txt + for details. - AVDD-supply, DBVDD1-supply, CPVDD-supply : Power supplies for the device, as covered in Documentation/devicetree/bindings/regulator/regulator.txt
Link to the generic GPIO specifier bindings now that the second cell of the binding has some support in the driver. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> --- Changes since v1: - Now just points at the standard gpio binding stuff Thanks, Charles Documentation/devicetree/bindings/mfd/arizona.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)