Skip to content

Commit

Permalink
arm64: dts: qcom: qrb5165-rb5: enabled pwrkey and resin nodes
Browse files Browse the repository at this point in the history
Enable powerkey and resin nodes to let the board handle POWER and
Volume- keys properly.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Tested-by: Amit Pundir <amit.pundir@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210916151341.1797512-3-dmitry.baryshkov@linaro.org
  • Loading branch information
Dmitry Baryshkov authored and Bjorn Andersson committed Sep 24, 2021
1 parent c5c2437 commit 30b8322
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm64/boot/dts/qcom/qrb5165-rb5.dts
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,16 @@
};
};

&pon_pwrkey {
status = "okay";
};

&pon_resin {
status = "okay";

linux,code = <KEY_VOLUMEDOWN>;
};

&qupv3_id_0 {
status = "okay";
};
Expand Down

0 comments on commit 30b8322

Please sign in to comment.