Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934417AbcJTT4j (ORCPT ); Thu, 20 Oct 2016 15:56:39 -0400 Received: from mail-pf0-f175.google.com ([209.85.192.175]:34535 "EHLO mail-pf0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933216AbcJTT4g (ORCPT ); Thu, 20 Oct 2016 15:56:36 -0400 Date: Thu, 20 Oct 2016 12:56:29 -0700 From: Bjorn Andersson To: Sarangdhar Joshi Cc: Andy Gross , David Brown , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stephen Boyd , Trilok Soni Subject: Re: [PATCH 3/4] arm64: dts: msm8996: Add SMEM DT nodes Message-ID: <20161020195629.GM7509@tuxbot> References: <1476989765-7524-1-git-send-email-spjoshi@codeaurora.org> <1476989765-7524-3-git-send-email-spjoshi@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476989765-7524-3-git-send-email-spjoshi@codeaurora.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1567 Lines: 59 On Thu 20 Oct 11:56 PDT 2016, Sarangdhar Joshi wrote: > From: Bjorn Andersson > > Add SMEM and TCSR DT nodes on MSM8996. > > Signed-off-by: Bjorn Andersson > Signed-off-by: Sarangdhar Joshi > --- > arch/arm64/boot/dts/qcom/msm8996.dtsi | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi > index 949b096..0a810f5 100644 > --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi > +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi > @@ -169,12 +169,31 @@ > method = "smc"; > }; > > + smem { > + compatible = "qcom,smem"; > + > + memory-region = <&smem_mem>; > + > + hwlocks = <&tcsr_mutex 3>; > + }; > + > soc: soc { > #address-cells = <1>; > #size-cells = <1>; > ranges = <0 0 0 0xffffffff>; > compatible = "simple-bus"; > > + tcsr_mutex_regs: syscon@740000 { > + compatible = "syscon"; > + reg = <0x740000 0x20000>; > + }; > + > + tcsr_mutex: hwlock { > + compatible = "qcom,tcsr-mutex"; > + syscon = <&tcsr_mutex_regs 0 0x1000>; > + #hwlock-cells = <1>; > + }; Sorry, I got this in the wrong place, the hwlock node should sit outside of soc {} - looks like we got this wrong in msm8916 as well. Regards, Bjorn > + > intc: interrupt-controller@9bc0000 { > compatible = "arm,gic-v3"; > #interrupt-cells = <3>; > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project >