提交 0409d756 编写于 作者: L Linus Walleij 提交者: Arnd Bergmann

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: NJonas Jensen <jonas.jensen@gmail.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: NArnd Bergmann <arnd@arndb.de>
上级 c83e93e6
...@@ -67,8 +67,8 @@ ...@@ -67,8 +67,8 @@
gpio: gpio@98700000 { gpio: gpio@98700000 {
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
compatible = "moxa,moxart-gpio"; compatible = "moxa,moxart-gpio", "faraday,ftgpio010";
reg = <0x98700000 0xC>; reg = <0x98700000 0x100>;
}; };
rtc: rtc { rtc: rtc {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册