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