From: Guochun Mao <guochun.mao@mediatek.com>
To: Rob Herring <robh@kernel.org>
Cc: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>,
Boris Brezillon <boris.brezillon@free-electrons.com>,
Matthias Brugger <matthias.bgg@gmail.com>,
Marek Vasut <marek.vasut@gmail.com>,
"Cyrille Pitchen" <cyrille.pitchen@atmel.com>,
Mark Rutland <mark.rutland@arm.com>, <devicetree@vger.kernel.org>,
Richard Weinberger <richard@nod.at>,
"Russell King" <linux@armlinux.org.uk>,
<linux-kernel@vger.kernel.org>, <linux-mtd@lists.infradead.org>,
<linux-mediatek@lists.infradead.org>,
"David Woodhouse" <dwmw2@infradead.org>,
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH] dt-bindings: mtd: add new compatible strings for mtk nor controller
Date: Fri, 4 Aug 2017 11:44:10 +0800 [thread overview]
Message-ID: <1501818250.4381.26.camel@mhfsdcap03> (raw)
In-Reply-To: <20170803174750.bipdynhyyyozzjk6@rob-hp-laptop>
On Thu, 2017-08-03 at 12:47 -0500, Rob Herring wrote:
> On Thu, Aug 03, 2017 at 10:16:42AM +0800, Guochun Mao wrote:
> > Hi Cyrille,
> >
> > On Wed, 2017-08-02 at 17:31 +0200, Cyrille Pitchen wrote:
> > > Hi Guochun,
> > >
> > > Le 02/08/2017 à 10:36, Boris Brezillon a écrit :
> > > > Hi Matthias,
> > > >
> > > > On Tue, 1 Aug 2017 14:33:22 +0200
> > > > Matthias Brugger <matthias.bgg@gmail.com> wrote:
> > > >
> > > >> On 07/25/2017 04:10 AM, Guochun Mao wrote:
> > > >>> Add "mediatek,mt2712-nor" and "mediatek,mt7622-nor"
> > > >>> for nor flash node's compatible strings.
> > > >>>
> > > >>> Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
> > > >>> Signed-off-by: Guochun Mao <guochun.mao@mediatek.com>
> > > >>> ---
> > > >>> .../devicetree/bindings/mtd/mtk-quadspi.txt | 2 ++
> > > >>> 1 file changed, 2 insertions(+)
> > > >>>
> > > >>> diff --git a/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt b/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
> > > >>> index 5ded66a..9845ff4 100644
> > > >>> --- a/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
> > > >>> +++ b/Documentation/devicetree/bindings/mtd/mtk-quadspi.txt
> > > >>> @@ -3,6 +3,8 @@
> > > >>> Required properties:
> > > >>> - compatible: The possible values are:
> > > >>> "mediatek,mt2701-nor"
> > > >>> + "mediatek,mt2712-nor"
> > > >>> + "mediatek,mt7622-nor"
> > > >>> "mediatek,mt7623-nor"
> > > >>> "mediatek,mt8173-nor"
> > > >>> For mt8173, compatible should be "mediatek,mt8173-nor".
> > > >>>
> > >
> > > There should be another patch to update the mtk_nor_of_ids[] array in
> > > the mtk-quadspi.c driver, shouldn't it?
> > >
> > > Currently, I only see the "mediatek,mt8173-nor" compatible string at the
> > > driver side. The driver and its documentation should be aligned and both
> > > patches should be applied at the same time.
> >
> > > Best regards,
> > >
> > > Cyrille
> >
> >
> > From my designer's info, these IPs' nor controller could use same
> > driver, and I had verified it. I think there's no need to update
> > mtk_nor_of_ids[], unless we find difference between these IPs(exactly
> > compared with mt8173).
> > How do you think?
>
> That is perfectly fine, but then the documentation needs to be explicit
> as to what are the fallback compatibles. It's one valid combination per
> line, not 1 compatible string per line.
OK, I'll corret the description in next version.
Thanks a lot.
Guochun
>
> Rob
>
> >
> > And, we will add dts patches for new SOCs, are these patches should
> > applied with this documentation?
> >
> > Best regards,
> > Guochun
> >
prev parent reply other threads:[~2017-08-04 3:44 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-25 2:10 [PATCH v4 1/1] add new compatible strings for mtk nor controller Guochun Mao
2017-07-25 2:10 ` [PATCH] dt-bindings: mtd: " Guochun Mao
2017-08-01 12:33 ` Matthias Brugger
2017-08-02 8:36 ` Boris Brezillon
2017-08-02 15:31 ` Cyrille Pitchen
2017-08-03 2:16 ` Guochun Mao
2017-08-03 10:09 ` Matthias Brugger
2017-08-03 17:47 ` Rob Herring
2017-08-04 3:44 ` Guochun Mao [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1501818250.4381.26.camel@mhfsdcap03 \
--to=guochun.mao@mediatek.com \
--cc=boris.brezillon@free-electrons.com \
--cc=cyrille.pitchen@atmel.com \
--cc=cyrille.pitchen@wedev4u.fr \
--cc=devicetree@vger.kernel.org \
--cc=dwmw2@infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-mtd@lists.infradead.org \
--cc=linux@armlinux.org.uk \
--cc=marek.vasut@gmail.com \
--cc=mark.rutland@arm.com \
--cc=matthias.bgg@gmail.com \
--cc=richard@nod.at \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox