Skip to content

Commit cecff1f

Browse files
Bartosz Golaszewskiandersson
authored andcommitted
arm64: dts: qcom: sa8775p: pmic: add support for the pmm8654 RESIN input
Add the RESIN input for sa8775p platforms' PMIC. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230327125316.210812-11-brgl@bgdev.pl
1 parent b3a755b commit cecff1f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@
2626
linux,code = <KEY_POWER>;
2727
debounce = <15625>;
2828
};
29+
30+
pmm8654au_0_pon_resin: resin {
31+
compatible = "qcom,pmk8350-resin";
32+
interrupts-extended = <&spmi_bus 0x0 0x12 0x6 IRQ_TYPE_EDGE_BOTH>;
33+
debounce = <15625>;
34+
status = "disabled";
35+
};
2936
};
3037
};
3138

0 commit comments

Comments
 (0)