Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752459AbbKXAnd (ORCPT ); Mon, 23 Nov 2015 19:43:33 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:41902 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751843AbbKXAnb (ORCPT ); Mon, 23 Nov 2015 19:43:31 -0500 Date: Mon, 23 Nov 2015 16:43:29 -0800 From: Stephen Boyd To: Rajendra Nayak Cc: Andy Gross , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 2/4] arm64: dts: Add msm8996 SoC and MTP board support Message-ID: <20151124004329.GJ19156@codeaurora.org> References: <1447809149-29724-1-git-send-email-sboyd@codeaurora.org> <1447809149-29724-3-git-send-email-sboyd@codeaurora.org> <5652D87D.20201@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5652D87D.20201@codeaurora.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1474 Lines: 48 On 11/23, Rajendra Nayak wrote: > > 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 > Yes you're right. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/