diff options
author | Ben Tyner <bentyner@linux.ibm.com> | 2020-04-07 17:13:24 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2020-07-27 06:16:48 +0300 |
commit | 2488f50027d1bea485a2e6a2d809940ce187db87 (patch) | |
tree | 7d17345482c6f36d8c9305c2ea1263af354cbaac | |
parent | 74743a5e7d960b3ee2c4af9e6821f1ecd8853bae (diff) | |
download | linux-2488f50027d1bea485a2e6a2d809940ce187db87.tar.xz |
Remove checkstop GPIO from gpio-keys definitions
Attention handler will monitor the checkstop gpio via the character
device interface so it needs to not be defined.
OpenBMC-Staging-Count: 1
Signed-off-by: Ben Tyner <bentyner@linux.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-witherspoon-128.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon-128.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon-128.dts index 1ba673a49334..f4d575ed1541 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon-128.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon-128.dts @@ -4,6 +4,12 @@ #include "aspeed-bmc-opp-witherspoon.dts" +/ { + gpio-keys { + /delete-node/ checkstop; + }; +}; + &fmc { status = "okay"; |