diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-03-22 12:12:09 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-03-31 11:59:56 +0200 |
commit | 0409d756d061736f7d27811263c3417c334b35cf (patch) | |
tree | ee3b8147f067475115251725d8192d1ff5ecfc57 | |
parent | Merge tag 'uniphier-dt-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff) | |
download | linux-0409d756d061736f7d27811263c3417c334b35cf.tar.xz linux-0409d756d061736f7d27811263c3417c334b35cf.zip |
ARM: dts: augment Moxa ART GPIO node
The Moxa ART GPIO is a Faraday FTGPIO010. Augment the DTS node
to indicate both compatible values for the SoC and the IP part.
Also increase the register range to 0x100, it has at least 0x48
bytes of registers, and a few extra will not hurt.
Tested-by: Jonas Jensen <jonas.jensen@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm/boot/dts/moxart.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/moxart.dtsi b/arch/arm/boot/dts/moxart.dtsi index 64f2f44235d0..e86f8c905ac5 100644 --- a/arch/arm/boot/dts/moxart.dtsi +++ b/arch/arm/boot/dts/moxart.dtsi @@ -67,8 +67,8 @@ gpio: gpio@98700000 { gpio-controller; #gpio-cells = <2>; - compatible = "moxa,moxart-gpio"; - reg = <0x98700000 0xC>; + compatible = "moxa,moxart-gpio", "faraday,ftgpio010"; + reg = <0x98700000 0x100>; }; rtc: rtc { |