Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Y Vo and committed by
Kevin Hilman
ea21feb3 498f09bc

+13
+13
arch/arm64/boot/dts/apm/apm-storm.dtsi
··· 607 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 623 rtc: rtc@10510000 { 611 624 compatible = "apm,xgene-rtc"; 612 625 reg = <0x0 0x10510000 0x0 0x400>;