Re: [PATCH] arm64: dts: qcom: sc8280xp-crd: add support for volume-up key

From: Konrad Dybcio
Date: Sat Mar 08 2025 - 11:26:39 EST


On 7.03.2025 6:10 PM, Johan Hovold wrote:
> Add support for the keypad volume-up key on the debug extension board.
>
> This is useful to have when testing PMIC interrupt handling, and the key
> can also be used to wake up from deep suspend states (CX shutdown).
>
> Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx>

I'm lukewarm about this since there is no "actual" button for that.
Does the power button not work here?

If systemd induces a shutdown, try setting

HandlePowerKey=ignore

in /etc/systemd/logind.conf

Konrad