]> Git Repo - linux.git/commitdiff
arm64: dts: apm: Update GPIO standby controller DT node for X-Gene v2 platforms
authorDuc Dang <[email protected]>
Thu, 25 Feb 2016 21:36:13 +0000 (13:36 -0800)
committerDuc Dang <[email protected]>
Fri, 26 Feb 2016 01:13:59 +0000 (17:13 -0800)
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 <[email protected]>
Signed-off-by: Duc Dang <[email protected]>
arch/arm64/boot/dts/apm/apm-shadowcat.dtsi

index 83d293eee37e4e3f7a8b0816f40eb5c15185091f..66b394220b6975ae8d204dca5b259410c4d8e586 100644 (file)
                                     <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 {
This page took 0.074826 seconds and 4 git commands to generate.