Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751199AbdFBFhy (ORCPT ); Fri, 2 Jun 2017 01:37:54 -0400 Received: from mail-yw0-f194.google.com ([209.85.161.194]:32835 "EHLO mail-yw0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751161AbdFBFhw (ORCPT ); Fri, 2 Jun 2017 01:37:52 -0400 Subject: Re: [PATCH v5 04/11] arm64: dts: Initial DTS files for Broadcom Stingray SOC To: Anup Patel , Rob Herring , Mark Rutland , Michael Turquette , Stephen Boyd Cc: Catalin Marinas , Will Deacon , Ray Jui , Scott Branden , Jon Mason , Florian Fainelli , Oza Pawandeep , Srinath Mannam , Pramod Kumar , Sandeep Tripathy , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, Scott Branden References: <1495790704-2438-1-git-send-email-anup.patel@broadcom.com> <1495790704-2438-5-git-send-email-anup.patel@broadcom.com> From: Florian Fainelli Message-ID: Date: Thu, 1 Jun 2017 22:37:47 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <1495790704-2438-5-git-send-email-anup.patel@broadcom.com> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1472 Lines: 57 On 05/26/2017 02:24 AM, Anup Patel wrote: > The Broadcom Stingray SoC is a new member in Broadcom iProc > SoC family. > > This patch adds initial DTS files for Broadcom Stingray SoC > and two of its reference boards (bcm958742k and bcm958742t). > > We have lot of reference boards and large number of devices > in Broadcom Stingray SoC so eventually we will have quite > a few DTS files for Stingray. To tackle, we have added a > separate directory for Stingray DTS files. So I was going to apply this, but... > + scr { > + compatible = "simple-bus"; > + #address-cells = <1>; > + #size-cells = <1>; > + ranges = <0x0 0x0 0x61000000 0x05000000>; So you corrected the ranges property here... > + > + gic: interrupt-controller@63c00000 { but you kept the original unit address here, which does not match the reg property, could you fix that through your entire submission? > + compatible = "arm,gic-v3"; > + #interrupt-cells = <3>; > + #address-cells = <1>; > + #size-cells = <1>; > + ranges; > + interrupt-controller; > + reg = <0x02c00000 0x010000>, /* GICD */ > + <0x02e00000 0x600000>; /* GICR */ > + hsls { > + compatible = "simple-bus"; > + #address-cells = <1>; > + #size-cells = <1>; > + ranges = <0x0 0x0 0x68900000 0x17700000>; Same here. > + > + uart0: uart@68a00000 { > + device_type = "serial"; > + compatible = "snps,dw-apb-uart"; > + reg = <0x00100000 0x1000>; and here and all other sub nodes -- Florian