Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1254078
| From | Rob Herring <robh+dt@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 04/11] dt-binding: Add new compatible string for gpio controller driver |
| Date | 2015-10-22 20:50 +0200 |
| Message-ID | <qmt61-2wa-7@gated-at.bofh.it> (permalink) |
| References | <qlbux-3xU-3@gated-at.bofh.it> <qlbuz-3xU-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Oct 19, 2015 at 12:43 AM, Pramod Kumar <pramodku@broadcom.com> wrote: > This new compatible string, "brcm,iproc-gpio", should be used for > all new iproc-based future SoCs. Can't predict the future and crazy whims of hardware designers. This is fine for matching, but you should also have a SOC specific string. > Signed-off-by: Pramod Kumar <pramodku@broadcom.com> > Reviewed-by: Ray Jui <rjui@broadcom.com> > Reviewed-by: Scott Branden <sbranden@broadcom.com> > --- > Documentation/devicetree/bindings/pinctrl/brcm,cygnus-gpio.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/pinctrl/brcm,cygnus-gpio.txt b/Documentation/devicetree/bindings/pinctrl/brcm,cygnus-gpio.txt > index 25a5002..f92b833 100644 > --- a/Documentation/devicetree/bindings/pinctrl/brcm,cygnus-gpio.txt > +++ b/Documentation/devicetree/bindings/pinctrl/brcm,cygnus-gpio.txt > @@ -3,8 +3,8 @@ Broadcom Cygnus GPIO/PINCONF Controller > Required properties: > > - compatible: > - Must be "brcm,cygnus-ccm-gpio", "brcm,cygnus-asiu-gpio", or > - "brcm,cygnus-crmu-gpio" > + Must be "brcm,cygnus-ccm-gpio", "brcm,cygnus-asiu-gpio", > +"brcm,cygnus-crmu-gpio" or "brcm,iproc-gpio" > > - reg: > Define the base and range of the I/O address space that contains the Cygnus > -- > 1.9.1 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 00/11] Generalized broadcom cygnus gpio driver Pramod Kumar <pramodku@broadcom.com> - 2015-10-19 07:50 +0200
[PATCH 03/11] dts: pinctrl: Add GPIO to Pinctrl pin mapping in DT Pramod Kumar <pramodku@broadcom.com> - 2015-10-19 07:50 +0200
Re: [PATCH 03/11] dts: pinctrl: Add GPIO to Pinctrl pin mapping in DT Linus Walleij <linus.walleij@linaro.org> - 2015-10-27 10:50 +0100
[PATCH 06/11] dts: define ngpios property in gpio controller's node Pramod Kumar <pramodku@broadcom.com> - 2015-10-19 07:50 +0200
[PATCH 07/11] pinctrl: use ngpios propety from DT Pramod Kumar <pramodku@broadcom.com> - 2015-10-19 07:50 +0200
Re: [PATCH 07/11] pinctrl: use ngpios propety from DT Linus Walleij <linus.walleij@linaro.org> - 2015-10-27 11:00 +0100
RE: [PATCH 07/11] pinctrl: use ngpios propety from DT Pramod Kumar <pramodku@broadcom.com> - 2015-10-28 13:00 +0100
Re: [PATCH 07/11] pinctrl: use ngpios propety from DT Ray Jui <rjui@broadcom.com> - 2015-10-28 16:50 +0100
Re: [PATCH 07/11] pinctrl: use ngpios propety from DT Linus Walleij <linus.walleij@linaro.org> - 2015-10-29 15:40 +0100
Re: [PATCH 07/11] pinctrl: use ngpios propety from DT Jonas Gorski <jogo@openwrt.org> - 2015-10-29 15:50 +0100
Re: [PATCH 07/11] pinctrl: use ngpios propety from DT Linus Walleij <linus.walleij@linaro.org> - 2015-10-30 12:10 +0100
[PATCH 08/11] pinctrl: Add new compatible string to GPIO controller driver Pramod Kumar <pramodku@broadcom.com> - 2015-10-19 07:50 +0200
Re: [PATCH 08/11] pinctrl: Add new compatible string to GPIO controller driver Linus Walleij <linus.walleij@linaro.org> - 2015-10-27 11:00 +0100
[PATCH 02/11] pinctrl: Remove GPIO to Pinctrl pin mapping from driver Pramod Kumar <pramodku@broadcom.com> - 2015-10-19 07:50 +0200
Re: [PATCH 02/11] pinctrl: Remove GPIO to Pinctrl pin mapping from driver Linus Walleij <linus.walleij@linaro.org> - 2015-10-27 10:50 +0100
[PATCH 11/11] pinctrl: Rename gpio driver from cygnus to iproc Pramod Kumar <pramodku@broadcom.com> - 2015-10-19 07:50 +0200
[PATCH 04/11] dt-binding: Add new compatible string for gpio controller driver Pramod Kumar <pramodku@broadcom.com> - 2015-10-19 07:50 +0200
Re: [PATCH 04/11] dt-binding: Add new compatible string for gpio controller driver Rob Herring <robh+dt@kernel.org> - 2015-10-22 20:50 +0200
Re: [PATCH 04/11] dt-binding: Add new compatible string for gpio controller driver Linus Walleij <linus.walleij@linaro.org> - 2015-10-27 10:50 +0100
csiph-web