diff options
author | Haojian Zhuang <haojian.zhuang@linaro.org> | 2013-04-09 10:27:50 -0400 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@linaro.org> | 2013-04-10 22:00:34 -0400 |
commit | f87311743eaf8597ddc045a2b5d9fe41f32ae87b (patch) | |
tree | 1f76a93833d3da1c7fc3fa2abef39a3d52819795 /Documentation/devicetree/bindings | |
parent | b8f649f1f531914a30ecb420e7565ee04dccc2ad (diff) |
ARM: mmp: add more compatible names in gpio driver
Since more driver names are added into platform id, do the same thing on
compatible names for DT mode.
Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/gpio/mrvl-gpio.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/gpio/mrvl-gpio.txt b/Documentation/devicetree/bindings/gpio/mrvl-gpio.txt index e13787498bcf..9b3f1d4a88d6 100644 --- a/Documentation/devicetree/bindings/gpio/mrvl-gpio.txt +++ b/Documentation/devicetree/bindings/gpio/mrvl-gpio.txt | |||
@@ -1,7 +1,10 @@ | |||
1 | * Marvell PXA GPIO controller | 1 | * Marvell PXA GPIO controller |
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | - compatible : Should be "mrvl,pxa-gpio" or "mrvl,mmp-gpio" | 4 | - compatible : Should be "intel,pxa25x-gpio", "intel,pxa26x-gpio", |
5 | "intel,pxa27x-gpio", "intel,pxa3xx-gpio", | ||
6 | "marvell,pxa93x-gpio", "marvell,mmp-gpio" or | ||
7 | "marvell,mmp2-gpio". | ||
5 | - reg : Address and length of the register set for the device | 8 | - reg : Address and length of the register set for the device |
6 | - interrupts : Should be the port interrupt shared by all gpio pins. | 9 | - interrupts : Should be the port interrupt shared by all gpio pins. |
7 | There're three gpio interrupts in arch-pxa, and they're gpio0, | 10 | There're three gpio interrupts in arch-pxa, and they're gpio0, |
@@ -18,7 +21,7 @@ Required properties: | |||
18 | Example: | 21 | Example: |
19 | 22 | ||
20 | gpio: gpio@d4019000 { | 23 | gpio: gpio@d4019000 { |
21 | compatible = "mrvl,mmp-gpio"; | 24 | compatible = "marvell,mmp-gpio"; |
22 | reg = <0xd4019000 0x1000>; | 25 | reg = <0xd4019000 0x1000>; |
23 | interrupts = <49>; | 26 | interrupts = <49>; |
24 | interrupt-name = "gpio_mux"; | 27 | interrupt-name = "gpio_mux"; |