aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2013-04-22 11:07:31 -0400
committerJames Hogan <james.hogan@imgtec.com>2013-07-22 05:55:31 -0400
commit8a697827540d54443f343b058b8dac695c847f9f (patch)
treeb73e5923a6c0c4cd8153aa13a32d41431a676134
parentd6cffa4f28695eab44a4268652788b96bb44c441 (diff)
metag: tz1090: instantiate gpio-tz1090-pdc
Instantiate the PDC GPIO controller driver from tz1090.dtsi ready for when it is merged. Signed-off-by: James Hogan <james.hogan@imgtec.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Grant Likely <grant.likely@linaro.org>
-rw-r--r--arch/metag/boot/dts/tz1090.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/metag/boot/dts/tz1090.dtsi b/arch/metag/boot/dts/tz1090.dtsi
index 66cf55de1825..24ea7d2e9138 100644
--- a/arch/metag/boot/dts/tz1090.dtsi
+++ b/arch/metag/boot/dts/tz1090.dtsi
@@ -90,5 +90,19 @@
90 gpio-ranges = <&pinctrl 0 60 30>; 90 gpio-ranges = <&pinctrl 0 60 30>;
91 }; 91 };
92 }; 92 };
93
94 pdc_gpios: gpios@02006500 {
95 gpio-controller;
96 #gpio-cells = <2>;
97
98 compatible = "img,tz1090-pdc-gpio";
99 reg = <0x02006500 0x100>;
100
101 interrupt-parent = <&pdc>;
102 interrupts = <8 IRQ_TYPE_NONE>,
103 <9 IRQ_TYPE_NONE>,
104 <10 IRQ_TYPE_NONE>;
105 gpio-ranges = <&pdc_pinctrl 0 0 7>;
106 };
93 }; 107 };
94}; 108};