diff options
author | Duc Dang <dhdang@apm.com> | 2016-02-25 22:36:13 +0100 |
---|---|---|
committer | Duc Dang <dhdang@apm.com> | 2016-02-26 02:13:59 +0100 |
commit | b8a4ee33d9f3115c60ad6d8f9d0c65532f46f9c7 (patch) | |
tree | 995fe2a8008de121543826cccc3abe91ebf08f6c /arch/arm64/boot | |
parent | arm64: dts: apm: Update GPIO to control power-off on X-Gene v1 platforms (diff) | |
download | linux-b8a4ee33d9f3115c60ad6d8f9d0c65532f46f9c7.tar.xz linux-b8a4ee33d9f3115c60ad6d8f9d0c65532f46f9c7.zip |
arm64: dts: apm: Update GPIO standby controller DT node for X-Gene v2 platforms
xgene-gpio-sb driver now supports configuring some GPIO pins
as interrupt pins. This patch adds the required fields for GPIO
standby controller DT node of X-Gene v2 platform to work with
this new driver change.
Signed-off-by: Quan Nguyen <qnguyen@apm.com>
Signed-off-by: Duc Dang <dhdang@apm.com>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r-- | arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi index 83d293eee37e..66b394220b69 100644 --- a/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi +++ b/arch/arm64/boot/dts/apm/apm-shadowcat.dtsi @@ -598,6 +598,12 @@ <0x0 0x2d 0x1>, <0x0 0x2e 0x1>, <0x0 0x2f 0x1>; + interrupt-parent = <&gic>; + #interrupt-cells = <2>; + interrupt-controller; + apm,nr-gpios = <22>; + apm,nr-irqs = <8>; + apm,irq-start = <8>; }; sgenet0: ethernet@1f610000 { |