diff options
author | Quan Nguyen <qnguyen@apm.com> | 2016-02-17 20:15:09 +0700 |
---|---|---|
committer | Duc Dang <dhdang@apm.com> | 2016-02-25 14:40:17 -0800 |
commit | 47f134a2d585b9bee251d5ae8d671e5e2cd93247 (patch) | |
tree | 6c9702b4c56295e9ab096d3da7ccd9a1b89c1230 /arch/arm64/boot/dts/apm | |
parent | 8943f5530dacf5074f3faced9f0976576830ada6 (diff) |
arm64: dts: apm: Update X-Gene standby GPIO controller DTS entries
Update APM X-Gene standby GPIO controller DTS entries to enable it
as interrupt controller.
[dhdang: update patch subject]
Signed-off-by: Y Vo <yvo@apm.com>
Signed-off-by: Quan Nguyen <qnguyen@apm.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Duc Dang <dhdang@apm.com>
Diffstat (limited to 'arch/arm64/boot/dts/apm')
-rw-r--r-- | arch/arm64/boot/dts/apm/apm-storm.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apm/apm-storm.dtsi b/arch/arm64/boot/dts/apm/apm-storm.dtsi index fe30f7671ea3..0f733da41c03 100644 --- a/arch/arm64/boot/dts/apm/apm-storm.dtsi +++ b/arch/arm64/boot/dts/apm/apm-storm.dtsi @@ -883,6 +883,9 @@ <0x0 0x2b 0x1>, <0x0 0x2c 0x1>, <0x0 0x2d 0x1>; + interrupt-parent = <&gic>; + #interrupt-cells = <2>; + interrupt-controller; }; rtc: rtc@10510000 { |