From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752183AbcFBG4M (ORCPT ); Thu, 2 Jun 2016 02:56:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54603 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750978AbcFBG4K convert rfc822-to-8bit (ORCPT ); Thu, 2 Jun 2016 02:56:10 -0400 Message-ID: <1464850565.24775.40.camel@redhat.com> Subject: Re: [PATCH 09/32] bcm2837-rpi-3-b.dts for 32bit arm From: Gerd Hoffmann To: Arnd Bergmann Cc: Eric Anholt , linux-rpi-kernel@lists.infradead.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "moderated list:ARM PORT" , open list Date: Thu, 02 Jun 2016 08:56:05 +0200 In-Reply-To: <5616246.RRQ2rLjLud@wuerfel> References: <1464817421-8519-1-git-send-email-kraxel@redhat.com> <7065434.SNfT8zjcK3@wuerfel> <87zir4leyc.fsf@eliezer.anholt.net> <5616246.RRQ2rLjLud@wuerfel> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Mime-Version: 1.0 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Thu, 02 Jun 2016 06:56:09 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Do, 2016-06-02 at 00:39 +0200, Arnd Bergmann wrote: > On Wednesday, June 1, 2016 3:30:35 PM CEST Eric Anholt wrote: > > Arnd Bergmann writes: > > > > > On Wednesday, June 1, 2016 11:43:18 PM CEST Gerd Hoffmann wrote: > > >> diff --git a/arch/arm/boot/dts/bcm2837-rpi-3-b.dts b/arch/arm/boot/dts/bcm2837-rpi-3-b.dts > > >> new file mode 100644 > > >> index 0000000..36178a6 > > >> --- /dev/null > > >> +++ b/arch/arm/boot/dts/bcm2837-rpi-3-b.dts > > >> @@ -0,0 +1 @@ > > >> +#include "../../../arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts" > > >> -- > > >> 1.8.3.1 > > >> > > > > > > What does this gain you? > > > > Many Raspberry Pi users use a small set of SD cards that they swap > > between various versions of the hardware. It would be good to have > > their 32-bit OS images work on the Pi3 as well. > > Sure, but you already have the dts file in the other directory, > and the dtb is the same. > > According to the comment in the other patch, the idea was to have > the file in the arm64 directory because it's a 64-bit platform, > but now you have it here as well. Well, it just includes the arm64 version as-is, so we don't have duplication. I'm open to suggestions to how handle this better. Symbolic link? Reference to ../../../arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts directly in the Makefile? I've seen arch/arm/boot/dts/Makefile uses globs on *.dts, so I suspect the later wouldn't be that straight forward. cheers, Gerd