Commit 1112b5b1 authored by NeilBrown's avatar NeilBrown Committed by Greg Kroah-Hartman
Browse files

staging: mt7621-dts: convert to gpio-keys



Now that gpio-interrupts work correctly, we
can use gpio-keys instead of gpio-keys-polled
for the single push-button on the gbpc-1.

Signed-off-by: default avatarNeilBrown <neil@brown.name>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 97738374
Loading
Loading
Loading
Loading
+2 −5
Original line number Original line Diff line number Diff line
@@ -24,11 +24,8 @@ i2c@900 {
		};
		};
	};
	};


	gpio-keys-polled {
	gpio-keys {
		compatible = "gpio-keys-polled";
		compatible = "gpio-keys";
		#address-cells = <1>;
		#size-cells = <0>;
		poll-interval = <20>;


		reset {
		reset {
			label = "reset";
			label = "reset";