summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-11-23 12:50:37 +0300
committerJoel Stanley <joel@jms.id.au>2017-11-30 07:08:28 +0300
commitf97fa0fb7a28f9772513aa425860c3ad5cbeae3c (patch)
treee3cce8157d588daf53523dedf084c171aaca2bc4
parent18cb9a85301d78f17b17468d3331f24a12be414d (diff)
downloadlinux-f97fa0fb7a28f9772513aa425860c3ad5cbeae3c.tar.xz
ARM: dts: aspeed: witherspoon: Add power-button LED
This LED wired to GPIO R5 is integrated with power button OpenBMC-Staging-Count: 1 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> Reviewed-by: Brandon Wyman <bjwyman@gmail.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
index ed5dcafba988..d73512c2cef4 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
@@ -143,6 +143,10 @@
rear-power {
gpios = <&gpio ASPEED_GPIO(N, 3) GPIO_ACTIVE_LOW>;
};
+
+ power-button {
+ gpios = <&gpio ASPEED_GPIO(R, 5) GPIO_ACTIVE_LOW>;
+ };
};
fsi: gpio-fsi {