diff options
author | Kamlakant Patel <kamlakant.patel@broadcom.com> | 2016-03-24 15:01:40 +0530 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-03-31 10:44:08 +0200 |
commit | dd98756d78153dbb43685f0f0e618dda235aee00 (patch) | |
tree | 844d2f29936ca3c6230179a17c682ab5e8c18780 /Documentation | |
parent | 16fe1ad289019d78a8f8fdb65f08d298ee921cb3 (diff) | |
download | linux-dd98756d78153dbb43685f0f0e618dda235aee00.tar.gz linux-dd98756d78153dbb43685f0f0e618dda235aee00.tar.bz2 linux-dd98756d78153dbb43685f0f0e618dda235aee00.zip |
gpio: xlp: Add GPIO driver support for Broadcom Vulcan ARM64
- Add GPIO support for Broadcom Vulcan ARM64.
- Add depends on ARCH_VULCAN to Kconfig to enable gpio controller
driver for Broadcom Vulcan ARM64 SoCs.
Signed-off-by: Kamlakant Patel <kamlakant.patel@broadcom.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/gpio/gpio-xlp.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpio/gpio-xlp.txt b/Documentation/devicetree/bindings/gpio/gpio-xlp.txt index 262ee4ddf2cb..28662d83a43e 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-xlp.txt +++ b/Documentation/devicetree/bindings/gpio/gpio-xlp.txt @@ -3,6 +3,8 @@ Netlogic XLP Family GPIO This GPIO driver is used for following Netlogic XLP SoCs: XLP832, XLP316, XLP208, XLP980, XLP532 +This GPIO driver is also compatible with GPIO controller found on +Broadcom Vulcan ARM64. Required properties: ------------------- @@ -13,6 +15,7 @@ Required properties: - "netlogic,xlp208-gpio": For Netlogic XLP208 - "netlogic,xlp980-gpio": For Netlogic XLP980 - "netlogic,xlp532-gpio": For Netlogic XLP532 + - "brcm,vulcan-gpio": For Broadcom Vulcan ARM64 - reg: Physical base address and length of the controller's registers. - #gpio-cells: Should be two. The first cell is the pin number and the second cell is used to specify optional parameters (currently unused). |