[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ebc787cfb5c89588deeb219190e4fbc4f3f90436.camel@mediatek.com>
Date: Sun, 29 Sep 2024 05:44:03 +0000
From: Andy-ld Lu (卢东) <Andy-ld.Lu@...iatek.com>
To: "conor@...nel.org" <conor@...nel.org>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-mediatek@...ts.infradead.org" <linux-mediatek@...ts.infradead.org>,
"linux-mmc@...r.kernel.org" <linux-mmc@...r.kernel.org>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
Wenbin Mei (梅文彬) <Wenbin.Mei@...iatek.com>,
"robh@...nel.org" <robh@...nel.org>, "linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>, "matthias.bgg@...il.com"
<matthias.bgg@...il.com>, "ulf.hansson@...aro.org" <ulf.hansson@...aro.org>,
"krzk+dt@...nel.org" <krzk+dt@...nel.org>
Subject: Re: [PATCH 2/2] dt-bindings: mmc: mtk-sd: Add support for MT8196
On Thu, 2024-09-26 at 17:13 +0100, Conor Dooley wrote:
> On Thu, Sep 26, 2024 at 03:03:18PM +0800, Andy-ld Lu wrote:
> > Extend the devicetree bindings to include the MT8196 mmc controller
> > by adding the compatible string 'mediatek,msdc-v2', which could be
> > also used for future compatible SoCs that support new tx/rx.
> >
> > Add three properties for MT8196 settings:
> > - 'mediatek,prohibit-gate-cg', indicate if the source clock CG
> > could
> > be disabled when CPU access IP registers.
> >
> > - 'mediatek,stop-dly-sel', configure read data clock stops at block
> > gap.
> >
> > - 'mediatek,pop-en-cnt', configure the margins of write and read
> > pointers while begin to pop data transfer.
> >
> > Signed-off-by: Andy-ld Lu <andy-ld.lu@...iatek.com>
> > ---
> > .../devicetree/bindings/mmc/mtk-sd.yaml | 26
> > +++++++++++++++++++
> > 1 file changed, 26 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml
> > b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml
> > index c532ec92d2d9..82d1a9fac67c 100644
> > --- a/Documentation/devicetree/bindings/mmc/mtk-sd.yaml
> > +++ b/Documentation/devicetree/bindings/mmc/mtk-sd.yaml
> > @@ -25,6 +25,7 @@ properties:
> > - mediatek,mt8173-mmc
> > - mediatek,mt8183-mmc
> > - mediatek,mt8516-mmc
> > + - mediatek,msdc-v2
> > - items:
> > - const: mediatek,mt7623-mmc
> > - const: mediatek,mt2701-mmc
> > @@ -154,6 +155,30 @@ properties:
> > enum: [32, 64]
> > default: 32
> >
> > + mediatek,stop-dly-sel:
> > + $ref: /schemas/types.yaml#/definitions/uint32
> > + description:
> > + Some SoCs need to set appropriate stop-dly-sel to configure
> > read data clock
> > + stops at block gap. The valid range is from 0 to 0xf.
>
> If you used a specific compatible for these devices, which you
> should,
> you would not require either this or "pop-en-cnt".
Thanks for your review.
I will follow your comment in next change.
>
> > + minimum: 0
> > + maximum: 0xf
> > +
> > + mediatek,pop-en-cnt:
> > + $ref: /schemas/types.yaml#/definitions/uint32
> > + description:
> > + Some SoCs need to set appropriate pop-en-cnt to configure
> > the margins of write
> > + and read pointers while begin to pop data transfer. The
> > valid range is from 0
> > + to 0xf.
> > + minimum: 0
> > + maximum: 0xf
> > +
> > + mediatek,prohibit-gate-cg:
>
> This is also probably detectable from a specific compatible, if you
> had
> one?
> TL;DR specific compatibles please, non of this "msdc-v2" stuff,
> sorry.
>
> Thanks,
> Conor.
I will follow your comment in next change.
>
> > + $ref: /schemas/types.yaml#/definitions/flag
> > + description:
> > + Decide if source clock CG could be disabled when CPU access
> > IP registers.
> > + If present, source clock CG could not be disabled.
> > + If not present, source clock CG could be disabled.
> > +
> > resets:
> > maxItems: 1
> >
> > @@ -191,6 +216,7 @@ allOf:
> > - mediatek,mt8188-mmc
> > - mediatek,mt8195-mmc
> > - mediatek,mt8516-mmc
> > + - mediatek,msdc-v2
> > then:
> > properties:
> > clocks:
> > --
> > 2.46.0
> >
> >
Powered by blists - more mailing lists