diff options
author | Ben Tyner <ben.tyner@ibm.com> | 2020-06-01 21:20:22 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2020-07-20 07:58:12 +0300 |
commit | fafc991c887e69cd53ace00e436a844653327110 (patch) | |
tree | b459503b817a25a368e8289e532106a1bed22d99 /arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts | |
parent | 965e0e26d62b850ab2ae4401e76cde06e9dc3656 (diff) | |
download | linux-fafc991c887e69cd53ace00e436a844653327110.tar.xz |
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 'arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts')
-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>; |