diff options
| author | Dmitry Baryshkov <[email protected]> | 2023-08-27 01:19:14 +0300 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2023-09-19 19:48:23 -0700 |
| commit | be30dc31823d46dca3a184896433ebf8beffa1a0 (patch) | |
| tree | 2e7a73ad1208ad5ace4faf8ba9fabaa39d9b048d | |
| parent | 37857110db63783bac36960aa3bd335d4adea9d7 (diff) | |
arm64: dts: qcom: sdm845-mtp: enable Vol-/reset button
Wire up the Vol- / reset button on Qualcomm SDM845 MTP board.
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Dmitry Baryshkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/qcom/sdm845-mtp.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845-mtp.dts b/arch/arm64/boot/dts/qcom/sdm845-mtp.dts index 7579ba66c6d8..aec3f358d426 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-mtp.dts +++ b/arch/arm64/boot/dts/qcom/sdm845-mtp.dts @@ -609,6 +609,11 @@ }; }; +&pm8998_resin { + linux,code = <KEY_VOLUMEDOWN>; + status = "okay"; +}; + &qupv3_id_1 { status = "okay"; }; |