Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1633147
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 25/30] arm: dts: mt7623: rename mt7623-evb.dts to arch/arm/boot/dts/mt7623n-rfb.dtsi |
| Date | 2017-04-28 22:40 +0200 |
| Message-ID | <tBkQi-4e7-19@gated-at.bofh.it> (permalink) |
| References | <tArK9-tv-3@gated-at.bofh.it> <tArKb-tv-43@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Apr 26, 2017 at 05:26:09PM +0800, sean.wang@mediatek.com wrote: > From: Sean Wang <sean.wang@mediatek.com> > > 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 <john@phrozen.org> > Signed-off-by: Sean Wang <sean.wang@mediatek.com> > > --- > 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"
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 25/30] arm: dts: mt7623: rename mt7623-evb.dts to arch/arm/boot/dts/mt7623n-rfb.dtsi <sean.wang@mediatek.com> - 2017-04-26 11:50 +0200
Re: [PATCH v2 25/30] arm: dts: mt7623: rename mt7623-evb.dts to arch/arm/boot/dts/mt7623n-rfb.dtsi Rob Herring <robh@kernel.org> - 2017-04-28 22:40 +0200
Re: [PATCH v2 25/30] arm: dts: mt7623: rename mt7623-evb.dts to arch/arm/boot/dts/mt7623n-rfb.dtsi Sean Wang <sean.wang@mediatek.com> - 2017-05-01 09:10 +0200
csiph-web