Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5817e887 authored by Vinod Koul's avatar Vinod Koul Committed by Andy Gross
Browse files

arm64: dts: qcom: apq8096-db820c: Add resin node



Resin is board specific, so add the resin node in apq8096-db820c dtsi

Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent caf0caee
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -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 = <KEY_VOLUMEDOWN>;
			};
		};
	};
};