diff mbox

[RESEND,v0] arm64: dts: Add APM X-Gene standby GPIO controller DTS entries

Message ID 1434448184-10584-1-git-send-email-yvo@apm.com
State New
Headers show

Commit Message

Y Vo June 16, 2015, 9:49 a.m. UTC
Add standby domain gpio controller for APM X-Gene SoC platform.

Signed-off-by: Y Vo <yvo@apm.com>
---
 arch/arm64/boot/dts/apm/apm-storm.dtsi |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

Comments

Linus Walleij June 30, 2015, 6:34 a.m. UTC | #1
On Tue, Jun 16, 2015 at 11:49 AM, Y Vo <yvo@apm.com> wrote:

> Add standby domain gpio controller for APM X-Gene SoC platform.
>
> Signed-off-by: Y Vo <yvo@apm.com>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

Please funnel this through the ARM SoC tree.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Kevin Hilman July 1, 2015, 8:33 p.m. UTC | #2
Linus Walleij <linus.walleij@linaro.org> writes:

> On Tue, Jun 16, 2015 at 11:49 AM, Y Vo <yvo@apm.com> wrote:
>
>> Add standby domain gpio controller for APM X-Gene SoC platform.
>>
>> Signed-off-by: Y Vo <yvo@apm.com>
>
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
>
> Please funnel this through the ARM SoC tree.

Picking this up with Linus' ack for the arm-soc/late branch, which might
make it before -rc1, if not will make it for -rc2.

Kevin

--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm64/boot/dts/apm/apm-storm.dtsi b/arch/arm64/boot/dts/apm/apm-storm.dtsi
index 0bb287c..0689c3f 100644
--- a/arch/arm64/boot/dts/apm/apm-storm.dtsi
+++ b/arch/arm64/boot/dts/apm/apm-storm.dtsi
@@ -717,6 +717,19 @@ 
 			phy-names = "sata-phy";
 		};
 
+		sbgpio: sbgpio@17001000{
+			compatible = "apm,xgene-gpio-sb";
+			reg = <0x0 0x17001000 0x0 0x400>;
+			#gpio-cells = <2>;
+			gpio-controller;
+			interrupts = 	<0x0 0x28 0x1>,
+					<0x0 0x29 0x1>,
+					<0x0 0x2a 0x1>,
+					<0x0 0x2b 0x1>,
+					<0x0 0x2c 0x1>,
+					<0x0 0x2d 0x1>;
+		};
+
 		rtc: rtc@10510000 {
 			compatible = "apm,xgene-rtc";
 			reg = <0x0 0x10510000 0x0 0x400>;