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>
This commit is contained in:
Ben Tyner
2020-06-01 13:20:22 -05:00
committed by Joel Stanley
parent 965e0e26d6
commit fafc991c88

View File

@@ -40,12 +40,6 @@ vga_memory: region@bf000000 {
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>;