From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v2 7/9] ARM: bcm2835: Add devicetree for the Raspberry Pi 3. Date: Sat, 04 Jun 2016 23:39:30 +0200 Message-ID: <3356677.OOi30D5YDa@wuerfel> References: <1464934708-24769-1-git-send-email-kraxel@redhat.com> <1464950355.24775.143.camel@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: linux-arm-kernel@lists.infradead.org Cc: Rob Herring , Gerd Hoffmann , Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Florian Fainelli , Scott Branden , Ian Campbell , Catalin Marinas , Kumar Gala , Will Deacon , Russell King , open list , Eric Anholt , Pawel Moll , linux-rpi-kernel@lists.infradead.org, Ray Jui , "open list:BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITE..." List-Id: devicetree@vger.kernel.org On Friday, June 3, 2016 11:17:51 AM CEST Rob Herring wrote: > On Fri, Jun 3, 2016 at 5:39 AM, Gerd Hoffmann wrote: > > Hi, > > > >> I tried > >> > >> subdir-y += ../../../arm64/boot/dts/broadcom > > > > Hmm, works for me too now, probably had a typo somewhere. > > What directory does the dtb end up in? Because as it was, it ended up > in arch/arm64/boot/dts/broadcom. I'm not sure all this hackery is > worth it if the dtb doesn't end up in arch/arm/boot/dts/. I think having the dtb in $(objdir)arch/arm64/boot/dts/broadcom is fine, however installing the 'make dtbs_install' rule copy it to /boot/dts/../../../arm64/boot/dts/broadcom is not. Arnd