Commit fafc991c authored by Ben Tyner's avatar Ben Tyner Committed by Joel Stanley
Browse files

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: default avatarBen Tyner <ben.tyner@ibm.com>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 965e0e26
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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>;