diff options
author | 2020-06-01 13:20:22 -0500 | |
---|---|---|
committer | 2020-07-20 14:28:12 +0930 | |
commit | fafc991c887e69cd53ace00e436a844653327110 (patch) | |
tree | b459503b817a25a368e8289e532106a1bed22d99 | |
parent | ARM: dts: aspeed: tacoma: Enable XDMA engine (diff) | |
download | wireguard-linux-fafc991c887e69cd53ace00e436a844653327110.tar.xz wireguard-linux-fafc991c887e69cd53ace00e436a844653327110.zip |
ARM: dts: aspeed: tacoma: Remove checkstop gpio-key
The attention handler will monitor the checkstop gpio via the character
device interface so it needs to not be defined.
Signed-off-by: Ben Tyner <ben.tyner@ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts index 61d7fd913b5e..ff1538cf9d51 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts @@ -40,12 +40,6 @@ gpio-keys { compatible = "gpio-keys"; - checkstop { - label = "checkstop"; - gpios = <&gpio0 ASPEED_GPIO(E, 3) GPIO_ACTIVE_LOW>; - linux,code = <ASPEED_GPIO(E, 3)>; - }; - ps0-presence { label = "ps0-presence"; gpios = <&gpio0 ASPEED_GPIO(H, 3) GPIO_ACTIVE_LOW>; |