arm64: dts: apm: Update GPIO to control power-off on X-Gene v1 platforms

This patch updates gpio-keys node that supports power-off for
X-Gene v1 Mustang board to adapt with new changes in xgene-gpio-sb
driver (to support configuring some GPIO pins as interrupt pins).

Signed-off-by: Duc Dang <dhdang@apm.com>
This commit is contained in:
Duc Dang 2016-02-25 07:56:27 -08:00
parent 47f134a2d5
commit 310b1406a5
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ button@1 {
label = "POWER";
linux,code = <116>;
linux,input-type = <0x1>;
interrupts = <0x0 0x2d 0x1>;
interrupt-parent = <&sbgpio>;
interrupts = <0x5 0x1>;
};
};