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

Commit 03208ff7 authored by Sibi S's avatar Sibi S Committed by Andy Gross
Browse files

arm64: dts: qcom: Add APSS shared mailbox node to SDM845



This patch add the node to support APSS shared
mailbox on SDM845

Signed-off-by: default avatarSibi Sankar <sibis@codeaurora.org>
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent c16e78b8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -272,5 +272,11 @@
			#interrupt-cells = <4>;
			cell-index = <0>;
		};

		apss_shared: mailbox@17990000 {
			compatible = "qcom,sdm845-apss-shared";
			reg = <0x17990000 0x1000>;
			#mbox-cells = <1>;
		};
	};
};