On 22.07.2024 1:57 PM, Dmitry Baryshkov wrote: > Let resin device generate the VolumeDown key. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/msm8998-clamshell.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/msm8998-clamshell.dtsi b/arch/arm64/boot/dts/qcom/msm8998-clamshell.dtsi > index 3b7172aa4037..75958c4013b4 100644 > --- a/arch/arm64/boot/dts/qcom/msm8998-clamshell.dtsi > +++ b/arch/arm64/boot/dts/qcom/msm8998-clamshell.dtsi > @@ -128,6 +128,11 @@ pm8005_s1: s1 { /* VDD_GFX supply */ > }; > }; > > +&pm8998_resin { > + linux,code = <KEY_VOLUMEDOWN>; > + status = "okay"; A newline before status, please Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad