aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorY Vo <yvo@apm.com>2015-06-16 05:49:44 -0400
committerKevin Hilman <khilman@linaro.org>2015-07-01 15:21:29 -0400
commitea21feb37e753213a093e1f77b2c05ce57997ccd (patch)
tree0413394f347e86d54efce3ceff96f2bdf06bb694
parent498f09bce4dc0a2803df7fc25befbdb249074b85 (diff)
arm64: dts: Add APM X-Gene standby GPIO controller DTS entries
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> Signed-off-by: Kevin Hilman <khilman@linaro.org>
-rw-r--r--arch/arm64/boot/dts/apm/apm-storm.dtsi13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apm/apm-storm.dtsi b/arch/arm64/boot/dts/apm/apm-storm.dtsi
index c8d3e0e86678..6bbab95307ae 100644
--- a/arch/arm64/boot/dts/apm/apm-storm.dtsi
+++ b/arch/arm64/boot/dts/apm/apm-storm.dtsi
@@ -607,6 +607,19 @@
607 phy-names = "sata-phy"; 607 phy-names = "sata-phy";
608 }; 608 };
609 609
610 sbgpio: sbgpio@17001000{
611 compatible = "apm,xgene-gpio-sb";
612 reg = <0x0 0x17001000 0x0 0x400>;
613 #gpio-cells = <2>;
614 gpio-controller;
615 interrupts = <0x0 0x28 0x1>,
616 <0x0 0x29 0x1>,
617 <0x0 0x2a 0x1>,
618 <0x0 0x2b 0x1>,
619 <0x0 0x2c 0x1>,
620 <0x0 0x2d 0x1>;
621 };
622
610 rtc: rtc@10510000 { 623 rtc: rtc@10510000 {
611 compatible = "apm,xgene-rtc"; 624 compatible = "apm,xgene-rtc";
612 reg = <0x0 0x10510000 0x0 0x400>; 625 reg = <0x0 0x10510000 0x0 0x400>;