Skip to content

Commit

Permalink
pinctrl: cygnus: Add new compatible string for gpio controller driver
Browse files Browse the repository at this point in the history
This new compatible string, "brcm,iproc-gpio", should be used for
all new iproc-based future SoCs.

Signed-off-by: Pramod Kumar <pramodku@broadcom.com>
Reviewed-by: Ray Jui <rjui@broadcom.com>
Reviewed-by: Scott Branden <sbranden@broadcom.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Pramod Kumar authored and Linus Walleij committed Oct 27, 2015
1 parent ea92211 commit e054800
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e054800

Please sign in to comment.