Commit b2a08abc authored by Nick Elsmore's avatar Nick Elsmore
Browse files

arm: dts: pyra: invert logic of lid sensor

pulled from letux commit 885244cdd53e2d07effb6d2519991bc2230e088d
parent 5c79ca0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -771,7 +771,7 @@
			label = "Display Lid";
			linux,input-type = <EV_SW>;
			linux,code = <SW_LID>;
			gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;	/* gpio1_wk6 */
			gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;	/* gpio1_wk6 */
			gpio-key,wakeup;
		};