From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rajendra Nayak Subject: Re: [PATCH 2/4] arm64: dts: Add msm8996 SoC and MTP board support Date: Mon, 23 Nov 2015 14:42:29 +0530 Message-ID: <5652D87D.20201@codeaurora.org> References: <1447809149-29724-1-git-send-email-sboyd@codeaurora.org> <1447809149-29724-3-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:34296 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753901AbbKWJMf (ORCPT ); Mon, 23 Nov 2015 04:12:35 -0500 In-Reply-To: <1447809149-29724-3-git-send-email-sboyd@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd , Andy Gross Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org On 11/18/2015 06:42 AM, Stephen Boyd wrote: > Add initial device tree support for the Qualcomm MSM8996 SoC and > MTP8996 evaluation board. > > Signed-off-by: Stephen Boyd > --- []... > + > + spmi_bus: qcom,spmi@400f000 { > + compatible = "qcom,spmi-pmic-arb"; > + reg = <0x400f000 0x1000>, > + <0x4400000 0x800000>, > + <0x4c00000 0x800000>, > + <0x5800000 0x200000>, > + <0x400a000 0x002100>; > + reg-names = "core", "chnls", "obsrvr", "intr", "cnfg"; > + interrupt-names = "periph_irq"; > + interrupts = ; > + qcom,ee = <0>; > + qcom,channel = <0>; > + #address-cells = <2>; > + #size-cells = <0>; > + interrupt-controller; > + #interrupt-cells = <4>; > + }; > + > + mmcc: clock-controller@8c0000 { > + compatible = "qcom,mmcc-msm8996"; > + #clock-cells = <1>; > + #reset-cells = <1>; > + reg = <0x8c0000 0xc0000>; I think the size here should be 0x40000 and not 0xc0000 regards, Rajendra -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation