Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752415AbbH1QjM (ORCPT ); Fri, 28 Aug 2015 12:39:12 -0400 Received: from mail-gw3-out.broadcom.com ([216.31.210.64]:19211 "EHLO mail-gw3-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751739AbbH1QjK (ORCPT ); Fri, 28 Aug 2015 12:39:10 -0400 X-IronPort-AV: E=Sophos;i="5.17,425,1437462000"; d="scan'208";a="73518527" Message-ID: <55E08E1A.8050805@broadcom.com> Date: Fri, 28 Aug 2015 09:36:42 -0700 From: Florian Fainelli User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Rob Herring , Jon Mason CC: Olof Johansson , Arnd Bergmann , "Kevin Hilman" , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , "Florian Fainelli" , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "bcm-kernel-feedback-list@broadcom.com" , "linux-kernel@vger.kernel.org" , Kapil Hali Subject: Re: [PATCH v2 2/5] ARM: NSP: add minimal Northstar Plus device tree References: <1440628530-6137-1-git-send-email-jonmason@broadcom.com> <1440628530-6137-3-git-send-email-jonmason@broadcom.com> In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1283 Lines: 40 On 28/08/15 08:41, Rob Herring wrote: > On Wed, Aug 26, 2015 at 5:35 PM, Jon Mason wrote: >> Add a very minimalistic set of Northstar Plus Device Tree files which >> describes the SoC and the BCM958625 implementation. The perpherials >> described are: >> >> ARM Cortex A9 CPU >> 2 8250 UARTs >> ARM GIC >> PL310 L2 Cache >> ARM A9 Global timer >> >> Signed-off-by: Kapil Hali >> Signed-off-by: Jon Mason >> --- [snip] >> + clocks { >> + #address-cells = <1>; >> + #size-cells = <1>; >> + ranges; >> + >> + periph_clk: periph_clk { >> + compatible = "fixed-clock"; >> + #clock-cells = <0>; >> + clock-frequency = <500000000>; >> + }; >> + }; >> + >> + uart0: serial@18000300 { > > All these devices should go under a bus node. Jon, you can send a replacement patch and I would drop this one. Thanks! -- Florian -- 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/