From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751424AbdBAKYh convert rfc822-to-8bit (ORCPT ); Wed, 1 Feb 2017 05:24:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37148 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751086AbdBAKYf (ORCPT ); Wed, 1 Feb 2017 05:24:35 -0500 Message-ID: <1485944672.1076.50.camel@redhat.com> Subject: Re: [RESENT PATCH] ARM: bcm2835: Add devicetree for the Raspberry Pi 3, for arm (32) From: Gerd Hoffmann To: Eric Anholt Cc: linux-rpi-kernel@lists.infradead.org, Rob Herring , Mark Rutland , Russell King , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "moderated list:ARM PORT" , open list Date: Wed, 01 Feb 2017 11:24:32 +0100 In-Reply-To: <878tpqki0k.fsf@eliezer.anholt.net> References: <1484845444-4617-1-git-send-email-kraxel@redhat.com> <87fukcgsqp.fsf@eliezer.anholt.net> <878tpqki0k.fsf@eliezer.anholt.net> 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.38]); Wed, 01 Feb 2017 10:24:36 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > >> - bcm2835-rpi-zero.dtb > >> + bcm2835-rpi-zero.dtb \ > >> + ../../../arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dtb > Unfortunately, I just remembered yesterday that one of the requirements > is that we not use these sorts of ../../../ references in the DT tree. > Instead we have to use symlinks -- see arch/arm64/boot/dts/broadcom/ for > how we did the last round of this. Yes, we did that with the *.dtsi include files. Not fully sure this is a requirement for the Makefile too. > I think just having links from > arch/arm64/boot/dts/broadcom/bcm2837*.dts* to arch/arm/boot/dts/ would > be the solution, then this Makefile could just reference > bcm2837-rpi-3-b.dtb. I suspect it is not that easy, last time I tried it didn't work. Will try again though. cheers, Gerd