aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2015-08-03 13:12:12 -0400
committerShawn Guo <shawnguo@kernel.org>2015-08-11 11:15:26 -0400
commit18619ff55d613dc5c8276ae70e5ca4e48c609f44 (patch)
tree06562e21ad90f81f7cd3902c7c035e0b2a1a054c
parent461aa6d723ef7bfd0dcc44676976711e2c3445c6 (diff)
ARM: dts: imx6ul: enable GPC as extended interrupt controller
Enable GPC as extended interrupt controller of GIC, as GPC needs to manage wakeup source for low power modes. Signed-off-by: Anson Huang <b20788@freescale.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm/boot/dts/imx6ul.dtsi5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi
index 49103bc79bef..70a11e395b9d 100644
--- a/arch/arm/boot/dts/imx6ul.dtsi
+++ b/arch/arm/boot/dts/imx6ul.dtsi
@@ -126,7 +126,7 @@
126 #address-cells = <1>; 126 #address-cells = <1>;
127 #size-cells = <1>; 127 #size-cells = <1>;
128 compatible = "simple-bus"; 128 compatible = "simple-bus";
129 interrupt-parent = <&intc>; 129 interrupt-parent = <&gpc>;
130 ranges; 130 ranges;
131 131
132 pmu { 132 pmu {
@@ -433,7 +433,10 @@
433 gpc: gpc@020dc000 { 433 gpc: gpc@020dc000 {
434 compatible = "fsl,imx6ul-gpc", "fsl,imx6q-gpc"; 434 compatible = "fsl,imx6ul-gpc", "fsl,imx6q-gpc";
435 reg = <0x020dc000 0x4000>; 435 reg = <0x020dc000 0x4000>;
436 interrupt-controller;
437 #interrupt-cells = <3>;
436 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>; 438 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
439 interrupt-parent = <&intc>;
437 }; 440 };
438 441
439 iomuxc: iomuxc@020e0000 { 442 iomuxc: iomuxc@020e0000 {