From: Sibi S Date: Wed, 25 Apr 2018 14:38:03 +0000 (+0530) Subject: arm64: dts: qcom: Add APSS shared mailbox node to SDM845 X-Git-Tag: rel_imx_4.19.35_1.1.0~9906^2~4^2~10 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=03208ff7bf8d0635dac6cadd9b75a8bbddbc24c0;p=linux.git 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: Sibi Sankar Reviewed-by: Bjorn Andersson Signed-off-by: Andy Gross --- diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index 32f8561deb43..740c4182cbe1 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -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>; + }; }; };