From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754199AbdEGXaf (ORCPT ); Sun, 7 May 2017 19:30:35 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:33615 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753748AbdEGXac (ORCPT ); Sun, 7 May 2017 19:30:32 -0400 Subject: Re: [PATCH 04/11] arm64: dts: Initial DTS files for Broadcom Stingray SOC To: Anup Patel , Rob Herring , Mark Rutland , Michael Turquette References: <1494071686-19098-1-git-send-email-anup.patel@broadcom.com> <1494071686-19098-5-git-send-email-anup.patel@broadcom.com> Cc: Catalin Marinas , Will Deacon , Ray Jui , Scott Branden , Jon Mason , 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 From: Florian Fainelli Message-ID: <38356358-cfd1-9a29-2b53-80ed495573c6@gmail.com> Date: Sun, 7 May 2017 16:30:29 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1494071686-19098-5-git-send-email-anup.patel@broadcom.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le 05/06/17 à 04:54, Anup Patel a écrit : > 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. > > Signed-off-by: Anup Patel > Signed-off-by: Scott Branden > Reviewed-by: Ray Jui > --- > + > + scr { > + compatible = "simple-bus"; > + #address-cells = <1>; > + #size-cells = <1>; > + ranges = <0 0 0 0xffffffff>; Sorry for missing that during the internal review, the ranges property here should include the 6300_0000 offset such that everything else under the "scr" node is relative to that base address. This makes it a lot easier to understand the different physical addresses involved and the bus topology. -- Florian