From: Vinod Koul Date: Mon, 10 Sep 2018 09:48:49 +0000 (+0530) Subject: arm64: dts: qcom: apq8096-db820c: Add resin node X-Git-Tag: v4.20-rc1~66^2~20^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5817e887fc05bb62c287a8446812edc2347a66f1;p=thirdparty%2Flinux.git arm64: dts: qcom: apq8096-db820c: Add resin node Resin is board specific, so add the resin node in apq8096-db820c dtsi Signed-off-by: Vinod Koul Reviewed-by: Bjorn Andersson Signed-off-by: Andy Gross --- diff --git a/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi b/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi index 0ef90c6554a98..bf20c55a6bc4a 100644 --- a/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi +++ b/arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi @@ -623,3 +623,17 @@ }; }; }; + +&spmi_bus { + pmic@0 { + pon@800 { + resin { + compatible = "qcom,pm8941-resin"; + interrupts = <0x0 0x8 1 IRQ_TYPE_EDGE_BOTH>; + debounce = <15625>; + bias-pull-up; + linux,code = ; + }; + }; + }; +};