From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751939AbcFFHUS (ORCPT ); Mon, 6 Jun 2016 03:20:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33552 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751844AbcFFHUQ convert rfc822-to-8bit (ORCPT ); Mon, 6 Jun 2016 03:20:16 -0400 Message-ID: <1465197612.24775.190.camel@redhat.com> Subject: Re: [PATCH v2 7/9] ARM: bcm2835: Add devicetree for the Raspberry Pi 3. From: Gerd Hoffmann To: Rob Herring Cc: Arnd Bergmann , "linux-arm-kernel@lists.infradead.org" , linux-rpi-kernel@lists.infradead.org, Mark Rutland , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Florian Fainelli , Catalin Marinas , Scott Branden , Pawel Moll , Ian Campbell , Ray Jui , Will Deacon , Russell King , open list , Eric Anholt , "open list:BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITE..." , Kumar Gala Date: Mon, 06 Jun 2016 09:20:12 +0200 In-Reply-To: References: <1464934708-24769-1-git-send-email-kraxel@redhat.com> <5490184.9quKRk1Imx@wuerfel> <1464943546.24775.131.camel@redhat.com> <3885625.kWfxlR3OJi@wuerfel> <1464950355.24775.143.camel@redhat.com> 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.30]); Mon, 06 Jun 2016 07:20:14 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fr, 2016-06-03 at 11:17 -0500, 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/. With the 2/7 patch at the start of this subthread the dtb ends up in arch/arm64/boot/dts/broadcom for both arm and arm64 builds. make "dtbs_install" places it in /boot/dtbs/$version/ for arm builds and in /boot/dtbs/$version/broadcom/ for arm64 builds. cheers, Gerd