From mboxrd@z Thu Jan 1 00:00:00 1970 From: olof@lixom.net (Olof Johansson) Date: Sat, 31 Oct 2015 01:58:02 +0000 Subject: [PATCH] ARM: dts: uniphier: add system-bus-controller nodes In-Reply-To: <1445916065-13118-1-git-send-email-yamada.masahiro@socionext.com> References: <1445916065-13118-1-git-send-email-yamada.masahiro@socionext.com> Message-ID: <20151031015802.GG1722@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Oct 27, 2015 at 12:21:05PM +0900, Masahiro Yamada wrote: > The System Bus Controller block has two register regions, > but having only the second one in a separate node was not nice. > > Replace it with a new node with two register regions in it. > > Signed-off-by: Masahiro Yamada Applied even though it's very late. Based on the contents in the DT, the chips seem to share several identical blocks at the same addresses. It could be worth trying to consolidate some of the DT contents in a shared dtsi that contains these blocks. -Olof From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olof Johansson Subject: Re: [PATCH] ARM: dts: uniphier: add system-bus-controller nodes Date: Sat, 31 Oct 2015 01:58:02 +0000 Message-ID: <20151031015802.GG1722@localhost> References: <1445916065-13118-1-git-send-email-yamada.masahiro@socionext.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1445916065-13118-1-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Masahiro Yamada Cc: arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Arnd Bergmann , Russell King , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Kumar Gala , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Ian Campbell , Rob Herring , Pawel Moll , Mark Rutland , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Tue, Oct 27, 2015 at 12:21:05PM +0900, Masahiro Yamada wrote: > The System Bus Controller block has two register regions, > but having only the second one in a separate node was not nice. > > Replace it with a new node with two register regions in it. > > Signed-off-by: Masahiro Yamada Applied even though it's very late. Based on the contents in the DT, the chips seem to share several identical blocks at the same addresses. It could be worth trying to consolidate some of the DT contents in a shared dtsi that contains these blocks. -Olof -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752799AbbJaCFi (ORCPT ); Fri, 30 Oct 2015 22:05:38 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:34171 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752530AbbJaCFI (ORCPT ); Fri, 30 Oct 2015 22:05:08 -0400 Date: Sat, 31 Oct 2015 01:58:02 +0000 From: Olof Johansson To: Masahiro Yamada Cc: arm@kernel.org, Arnd Bergmann , Russell King , devicetree@vger.kernel.org, Kumar Gala , linux-kernel@vger.kernel.org, Ian Campbell , Rob Herring , Pawel Moll , Mark Rutland , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: dts: uniphier: add system-bus-controller nodes Message-ID: <20151031015802.GG1722@localhost> References: <1445916065-13118-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445916065-13118-1-git-send-email-yamada.masahiro@socionext.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 27, 2015 at 12:21:05PM +0900, Masahiro Yamada wrote: > The System Bus Controller block has two register regions, > but having only the second one in a separate node was not nice. > > Replace it with a new node with two register regions in it. > > Signed-off-by: Masahiro Yamada Applied even though it's very late. Based on the contents in the DT, the chips seem to share several identical blocks at the same addresses. It could be worth trying to consolidate some of the DT contents in a shared dtsi that contains these blocks. -Olof