ARM: dts: aspeed: tacoma: Remove checkstop gpio-key
authorBen Tyner <ben.tyner@ibm.com>
Mon, 1 Jun 2020 18:20:22 +0000 (13:20 -0500)
committerJoel Stanley <joel@jms.id.au>
Mon, 20 Jul 2020 04:58:12 +0000 (14:28 +0930)
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>
arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts

index 61d7fd9..ff1538c 100644 (file)
        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>;