Re: [PATCH] arm64: dts: qcom: x1-denali: Add volume up/down GPIO keys
From: Konrad Dybcio
Date: Mon Aug 31 2026 - 03:13:50 EST
On 8/29/26 8:41 PM, Dale Whinham wrote:
> Configure gpio6 and gpio8 as volume up and volume down respectively, to
> enable the volume rocker located at the top of the screen.
>
> Signed-off-by: Dale Whinham <daleyo@xxxxxxxxx>
> ---
[...]
> pmic-glink {
> @@ -995,6 +1013,22 @@ rtmr0_3p3_reg_en: rtmr0-3p3-reg-en-state {
> function = "normal";
> power-source = <1>; /* 1.8V */
> };
> +
> + vol_down_n: vol-down-n-state {
> + bias-pull-up;
> + input-enable;
> + pins = "gpio8";
> + function = "normal";
> + power-source = <1>; /* 1.8V */
> + };
> +
> + vol_up_n: vol-up-n-state {
> + bias-pull-up;
> + input-enable;
> + pins = "gpio6";
> + function = "normal";
> + power-source = <1>; /* 1.8V */
> + };
Let's order the pin nodes by their gpio number
otherwise:
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad