提交 e41f7683 编写于 作者: D Daniel Mack 提交者: Robert Jarzmik

ARM: pxa: dts: add gpio-ranges to gpio controller

The PXA GPIO driver calls out to the pinctrl driver for claiming pins
unless the config has CONFIG_PINCTRL unset. IOW, if a pinctrl driver is
active, it must be visible to the GPIO driver.
Signed-off-by: NDaniel Mack <daniel@zonque.org>
Signed-off-by: NRobert Jarzmik <robert.jarzmik@free.fr>
上级 60cc43fc
...@@ -148,6 +148,7 @@ ...@@ -148,6 +148,7 @@
compatible = "intel,pxa3xx-gpio"; compatible = "intel,pxa3xx-gpio";
reg = <0x40e00000 0x10000>; reg = <0x40e00000 0x10000>;
clocks = <&clks CLK_GPIO>; clocks = <&clks CLK_GPIO>;
gpio-ranges = <&pinctrl 0 0 128>;
interrupt-names = "gpio0", "gpio1", "gpio_mux"; interrupt-names = "gpio0", "gpio1", "gpio_mux";
interrupts = <8 9 10>; interrupts = <8 9 10>;
gpio-controller; gpio-controller;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册