mbox series

[0/2] arm64: dts: qcom: x1e80100-crd: add support for volume-up key

Message ID 20250307171222.7470-1-johan+linaro@kernel.org
Headers show
Series arm64: dts: qcom: x1e80100-crd: add support for volume-up key | expand

Message

Johan Hovold March 7, 2025, 5:12 p.m. UTC
Add support for the volume-up key on the debug extension board, which
can also be used as a wakeup source from deep idle states (CX shutdown).

Johan


Johan Hovold (2):
  arm64: dts: qcom: x1e80100-crd: add support for volume-up key
  arm64: dts: qcom: x1e80100-crd: add gpio-keys label for lid switch

 arch/arm64/boot/dts/qcom/x1-crd.dtsi | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

Comments

Konrad Dybcio March 8, 2025, 4:26 p.m. UTC | #1
On 7.03.2025 6:12 PM, Johan Hovold wrote:
> Add a gpio-keys label for the lid-switch for consistency and to separate
> it from the volume-up key (e.g. in /proc/interrupts).
> 
> Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad