From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: Re: [PATCH 3/3] arm64: dts: qcom: Add APSS shared mailbox node to SDM845 Date: Wed, 25 Apr 2018 09:30:54 -0700 Message-ID: <20180425163054.GH18510@minitux> References: <20180425143803.11260-1-sibis@codeaurora.org> <20180425143803.11260-3-sibis@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180425143803.11260-3-sibis@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org To: Sibi Sankar Cc: andy.gross@linaro.org, mark.rutland@arm.com, david.brown@linaro.org, linux-arm-msm@vger.kernel.org, georgi.djakov@linaro.org, devicetree@vger.kernel.org, linux-soc@vger.kernel.org, linux-kernel@vger.kernel.org, jassisinghbrar@gmail.com, will.deacon@arm.com, catalin.marinas@arm.com List-Id: linux-arm-msm@vger.kernel.org On Wed 25 Apr 07:38 PDT 2018, Sibi Sankar wrote: > This patch add the node to support APSS shared > mailbox on SDM845 > > Signed-off-by: Sibi Sankar Reviewed-by: Bjorn Andersson Regards, Bjorn > --- > > This patch depends on https://patchwork.kernel.org/patch/10276419/ > > arch/arm64/boot/dts/qcom/sdm845.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi > index 486ace9a9e8b..9be763da0664 100644 > --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi > +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi > @@ -338,5 +338,11 @@ > status = "disabled"; > }; > }; > + > + apss_shared: mailbox@17990000 { > + compatible = "qcom,sdm845-apss-shared"; > + reg = <0x17990000 0x1000>; > + #mbox-cells = <1>; > + }; > }; > }; > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project >