Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751397AbbLRKA5 (ORCPT ); Fri, 18 Dec 2015 05:00:57 -0500 Received: from mail-wm0-f43.google.com ([74.125.82.43]:38719 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750833AbbLRKAy (ORCPT ); Fri, 18 Dec 2015 05:00:54 -0500 Date: Fri, 18 Dec 2015 11:00:46 +0100 From: Alexander Aring To: Eric Anholt Cc: linux-rpi-kernel@lists.infradead.org, Mark Rutland , devicetree@vger.kernel.org, Ian Campbell , Florian Fainelli , Jason Cooper , Scott Branden , Marc Zyngier , Ray Jui , linux-kernel@vger.kernel.org, Rob Herring , bcm-kernel-feedback-list@broadcom.com, Kumar Gala , Thomas Gleixner , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 4/8] ARM: bcm2835: Split the DT for peripherals from the DT for the CPU Message-ID: <20151218100041.GA1145@omega> References: <1450310115-22163-1-git-send-email-eric@anholt.net> <1450310115-22163-5-git-send-email-eric@anholt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1450310115-22163-5-git-send-email-eric@anholt.net> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 915 Lines: 28 Hi Eric, On Wed, Dec 16, 2015 at 03:55:11PM -0800, Eric Anholt wrote: > The set of peripherals remained constant across bcm2835 (Raspberry Pi > 1) and bcm2836 (Raspberry Pi 2), but the CPU was swapped out. Split > the files so that we can include just peripheral setup in 2836. > > Signed-off-by: Eric Anholt > --- > - > arm-pmu { > compatible = "arm,arm1176-pmu"; > }; > }; This is bcm2835 related only? It's still inside bcm283x.dtsi, see [0]. The rename here makes it a little hard to review. I suppose it should be removed from [0]. - Alex [0] https://github.com/anholt/linux/blob/bcm2836-4.4/arch/arm/boot/dts/bcm283x.dtsi#L189 -- 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/