Commit 734b1881 authored by Samuel Holland's avatar Samuel Holland Committed by Dmitry Torokhov
Browse files

Input: axp20x-pek - enable wakeup for all AXP variants



There are many devices, including several mobile battery-powered
devices, using other AXP variants as their PMIC. Allow them to use
the power key as a wakeup source.

Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarSamuel Holland <samuel@sholland.org>
Link: https://lore.kernel.org/r/20200115051253.32603-3-samuel@sholland.org


Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent fe77f9bb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -280,7 +280,6 @@ static int axp20x_pek_probe_input_device(struct axp20x_pek *axp20x_pek,
		return error;
	}

	if (axp20x_pek->axp20x->variant == AXP288_ID)
	device_init_wakeup(&pdev->dev, true);

	return 0;