Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1951719AbdD1Uaw (ORCPT ); Fri, 28 Apr 2017 16:30:52 -0400 Received: from mail-io0-f194.google.com ([209.85.223.194]:33268 "EHLO mail-io0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1947310AbdD1Uad (ORCPT ); Fri, 28 Apr 2017 16:30:33 -0400 Date: Fri, 28 Apr 2017 15:30:25 -0500 From: Rob Herring To: sean.wang@mediatek.com Cc: matthias.bgg@gmail.com, john@phrozen.org, mark.rutland@arm.com, linux@armlinux.org.uk, linus.walleij@linaro.org, devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 25/30] arm: dts: mt7623: rename mt7623-evb.dts to arch/arm/boot/dts/mt7623n-rfb.dtsi Message-ID: <20170428203025.gdrtbudfzwy5z4h5@rob-hp-laptop> References: <1493198774-4478-1-git-send-email-sean.wang@mediatek.com> <1493198774-4478-26-git-send-email-sean.wang@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1493198774-4478-26-git-send-email-sean.wang@mediatek.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2152 Lines: 45 On Wed, Apr 26, 2017 at 05:26:09PM +0800, sean.wang@mediatek.com wrote: > From: Sean Wang > > There are 2 versions of the SoC. MT7623N is almost identical to MT7623A > but has some additional multimedia features. The reference boards are > available as NAND or MMC and might have a different ethernet setup. In > order to reduce the duplication of devicetree code we add an intermediate > dtsi file for these reference boards. Additionally Mediatek pointed out, > that the EVB is yet another board and the board in question is infact the > RFB. Take this into account while renaming the files. You are breaking compatibility with existing DTs. Just document which flavor you want "mediatek,mt7623" to refer to and add the new one. Or just add 2 new strings but keep the old one. > > Signed-off-by: John Crispin > Signed-off-by: Sean Wang > > --- > Documentation/devicetree/bindings/arm/mediatek.txt | 6 ++-- > arch/arm/boot/dts/Makefile | 2 +- > arch/arm/boot/dts/mt7623-evb.dts | 33 ---------------------- > arch/arm/boot/dts/mt7623n-rfb-nand.dts | 21 ++++++++++++++ > arch/arm/boot/dts/mt7623n-rfb.dtsi | 29 +++++++++++++++++++ > arch/arm/mach-mediatek/mediatek.c | 4 +-- > arch/arm/mach-mediatek/platsmp.c | 2 +- > 7 files changed, 57 insertions(+), 40 deletions(-) > delete mode 100644 arch/arm/boot/dts/mt7623-evb.dts > create mode 100644 arch/arm/boot/dts/mt7623n-rfb-nand.dts > create mode 100644 arch/arm/boot/dts/mt7623n-rfb.dtsi > > diff --git a/Documentation/devicetree/bindings/arm/mediatek.txt b/Documentation/devicetree/bindings/arm/mediatek.txt > index c860b24..7f7c804 100644 > --- a/Documentation/devicetree/bindings/arm/mediatek.txt > +++ b/Documentation/devicetree/bindings/arm/mediatek.txt > @@ -12,7 +12,7 @@ compatible: Must contain one of > "mediatek,mt6592" > "mediatek,mt6755" > "mediatek,mt6795" > - "mediatek,mt7623" > + "mediatek,mt7623n" > "mediatek,mt8127" > "mediatek,mt8135" > "mediatek,mt8173"