[Letux-kernel] [PATCH] pyra: Disable modem wakeup input even on v5.3

David Shah dave at ds0.me
Sat Aug 8 13:40:19 CEST 2020


At the moment it is resulting in spurious '+' keys sent to userspace
that make logging in tricky if the modem is not rfkill'd.

Although we may want something like this in the long term, at the
moment the Pyra doesn't have any userspace set up to use it anyway.

Signed-off-by: David Shah <dave at ds0.me>
---
 arch/arm/boot/dts/pyra-mainboard-v5.3.dtsi | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/arm/boot/dts/pyra-mainboard-v5.3.dtsi b/arch/arm/boot/dts/pyra-mainboard-v5.3.dtsi
index c9e9052ab90b..ab36a6e50969 100644
--- a/arch/arm/boot/dts/pyra-mainboard-v5.3.dtsi
+++ b/arch/arm/boot/dts/pyra-mainboard-v5.3.dtsi
@@ -48,11 +48,6 @@ otg_path: otg_path {
 		vin-supply = <&otg_reg>;	/* request otg booster of bq24297 */
 	};
 
-	pyra-lid-wakeup {
-		wwan_wakeup {
-			status = "okay";	/* we have now connected RING0 of PLS8 */
-		};
-	};
 };
 
 &gpio99 {
-- 
2.27.0



More information about the Letux-kernel mailing list