On lun, nov 23, 2015 at 05:47:20 -0600, Rob Herring wrote: > On Mon, Nov 23, 2015 at 11:16:55AM +0100, Carlo Caione wrote: > > From: Carlo Caione <carlo@xxxxxxxxxxxx> > > > > Extend the pinctrl binding documentation with the support for external > > GPIO interrupts. > > > > Signed-off-by: Carlo Caione <carlo@xxxxxxxxxxxx> > > Signed-off-by: Beniamino Galvani <b.galvani@xxxxxxxxx> > > --- > > Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt | 12 ++++++++++++ > > 1 file changed, 12 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt > > index 3f6a524..56743eb 100644 > > --- a/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt > > +++ b/Documentation/devicetree/bindings/pinctrl/meson,pinctrl.txt > > @@ -3,6 +3,12 @@ > > Required properties for the root node: > > - compatible: "amlogic,meson8-pinctrl" or "amlogic,meson8b-pinctrl" > > - reg: address and size of registers controlling irq functionality > > + - reg-names: should be "irq" > > You don't really need names when there is only one. Otherwise: > > Acked-by: Rob Herring <robh@xxxxxxxxxx> I missed this reply sorry. The name is conveniently used so that I can use the meson_map_resource() helper function to map that and get back the regmap struct in one shot. I'm going to submit v3 soon without this modification leaving out your Acked-by. Let me know if your ACK is still valid without this code change. -- Carlo Caione -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html