From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753236AbdG1XzR (ORCPT ); Fri, 28 Jul 2017 19:55:17 -0400 Received: from mail-wr0-f194.google.com ([209.85.128.194]:37616 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752987AbdG1XzP (ORCPT ); Fri, 28 Jul 2017 19:55:15 -0400 Subject: Re: [PATCH v2] ARM: dts: bcm283x: Move the BCM2837 DT contents from arm64 to arm. To: Eric Anholt , Florian Fainelli , Ray Jui , Scott Branden , Catalin Marinas , Will Deacon , devicetree@vger.kernel.org, Rob Herring , Mark Rutland Cc: linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stefan Wahren , bcm-kernel-feedback-list@broadcom.com References: <20170726200156.30161-1-eric@anholt.net> From: Florian Fainelli Message-ID: <18c414ac-c58e-bf99-1d04-8fed2c4a0300@gmail.com> Date: Fri, 28 Jul 2017 16:55:06 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170726200156.30161-1-eric@anholt.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/26/2017 01:01 PM, Eric Anholt wrote: > BCM2837 is somewhat unusual in that we build its DT on both arm32 and > arm64. Most devices are being run in arm32 mode. > > Having the body of the DT for 2837 separate from 2835/6 has been a > source of pain, as we often need to make changes that span both > directories simultaneously (for example, the thermal changes for 4.13, > or anything that changes the name of a node referenced by '&' from > board files). Other changes are made more complicated than they need > to be, such as the SDHOST enabling, because we have to split a single > logical change into a 283[56] half and a 2837 half. > > To fix this, make the stub board include file live in arm64 instead of > arm32, and keep all of BCM283x's contents in arm32. From here on, our > changes to DT contents can be submitted through a single tree. > > Signed-off-by: Eric Anholt Applied to devicetree/next (arm64), thanks Eric! -- Florian