summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/qcom/sm8150-hdk.dts
diff options
context:
space:
mode:
authorKonrad Dybcio <konrad.dybcio@somainline.org>2021-06-13 14:48:22 +0200
committerBjorn Andersson <bjorn.andersson@linaro.org>2021-06-15 21:34:27 -0500
commitb135d097eb1a2586ee2c0ebcc0d0aa4a9b641b68 (patch)
treea36c6282584caef95cdb54c0d0af43cef36b49ec /arch/arm64/boot/dts/qcom/sm8150-hdk.dts
parent69cdb97ef6529b6b23c81da37bab7b183af7b8ee (diff)
arm64: dts: qcom: sm8[12]50-pm8150: Move RESIN to pm8150 dtsi
It's not worth duplicating the same node over and over and over and over again, so let's keep the common bits in the pm8150 DTSI, making only changing the status and keycode necessary. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Link: https://lore.kernel.org/r/20210613124822.124039-1-konrad.dybcio@somainline.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/sm8150-hdk.dts')
-rw-r--r--arch/arm64/boot/dts/qcom/sm8150-hdk.dts18
1 files changed, 7 insertions, 11 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8150-hdk.dts b/arch/arm64/boot/dts/qcom/sm8150-hdk.dts
index 50ee3bb97325..335aa0753fc0 100644
--- a/arch/arm64/boot/dts/qcom/sm8150-hdk.dts
+++ b/arch/arm64/boot/dts/qcom/sm8150-hdk.dts
@@ -362,18 +362,14 @@
status = "okay";
};
-&pon {
- pwrkey {
- status = "okay";
- };
+&pon_pwrkey {
+ status = "okay";
+};
- resin {
- compatible = "qcom,pm8941-resin";
- interrupts = <0x0 0x8 0x1 IRQ_TYPE_EDGE_BOTH>;
- debounce = <15625>;
- bias-pull-up;
- linux,code = <KEY_VOLUMEDOWN>;
- };
+&pon_resin {
+ status = "okay";
+
+ linux,code = <KEY_VOLUMEDOWN>;
};
&qupv3_id_1 {