[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <29bd0c567da8aeafa932f9b55daad693fcaf994d.camel@mediatek.com>
Date: Thu, 10 Apr 2025 09:46:23 +0000
From: Cathy Xu (许华婷) <ot_cathy.xu@...iatek.com>
To: Lei Xue (薛磊) <Lei.Xue@...iatek.com>,
"linus.walleij@...aro.org" <linus.walleij@...aro.org>, "conor+dt@...nel.org"
<conor+dt@...nel.org>, "robh@...nel.org" <robh@...nel.org>,
"sean.wang@...nel.org" <sean.wang@...nel.org>, "matthias.bgg@...il.com"
<matthias.bgg@...il.com>, "krzk+dt@...nel.org" <krzk+dt@...nel.org>,
AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-mediatek@...ts.infradead.org" <linux-mediatek@...ts.infradead.org>,
Andy-ld Lu (卢东) <Andy-ld.Lu@...iatek.com>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
Wenbin Mei (梅文彬) <Wenbin.Mei@...iatek.com>,
Guodong Liu (刘国栋) <Guodong.Liu@...iatek.com>,
Yong Mao (毛勇) <yong.mao@...iatek.com>,
"linux-gpio@...r.kernel.org" <linux-gpio@...r.kernel.org>,
Jimin Wang (汪济民) <Jimin.Wang@...iatek.com>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>, Axe Yang (杨磊)
<Axe.Yang@...iatek.com>
Subject: Re: [PATCH v6 1/3] dt-bindings: pinctrl: mediatek: Add support for
mt8196
On Thu, 2025-04-10 at 09:49 +0200, AngeloGioacchino Del Regno wrote:
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
>
>
> Il 01/04/25 07:48, Cathy Xu ha scritto:
> > Add the new binding document for pinctrl on MediaTek mt8196.
> >
> > Signed-off-by: Guodong Liu <guodong.liu@...iatek.com>
> > Signed-off-by: Cathy Xu <ot_cathy.xu@...iatek.com>
> > ---
> > .../pinctrl/mediatek,mt8196-pinctrl.yaml | 220
> > ++++++++++++++++++
> > 1 file changed, 220 insertions(+)
> > create mode 100644
> > Documentation/devicetree/bindings/pinctrl/mediatek,mt8196-
> > pinctrl.yaml
> >
> > diff --git
> > a/Documentation/devicetree/bindings/pinctrl/mediatek,mt8196-
> > pinctrl.yaml
> > b/Documentation/devicetree/bindings/pinctrl/mediatek,mt8196-
> > pinctrl.yaml
> > new file mode 100644
> > index 000000000000..cef7e0321722
> > --- /dev/null
> > +++ b/Documentation/devicetree/bindings/pinctrl/mediatek,mt8196-
> > pinctrl.yaml
> > @@ -0,0 +1,220 @@
> > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> > +%YAML 1.2
> > +---
> > +$id:
> > https://urldefense.com/v3/__http://devicetree.org/schemas/pinctrl/mediatek,mt8196-pinctrl.yaml*__;Iw!!CTRNKA9wMg0ARbw!n7xiWfhnU-OH1Yh9pUt3_UbyNsRTGOtkxND03uTyTcqSwSTUtsY1Glo6TvEMc9XX2_oGqyzYGV3uV6OE4aed8YdtXQZkQj7zdQ$
> > +$schema:
> > https://urldefense.com/v3/__http://devicetree.org/meta-schemas/core.yaml*__;Iw!!CTRNKA9wMg0ARbw!n7xiWfhnU-OH1Yh9pUt3_UbyNsRTGOtkxND03uTyTcqSwSTUtsY1Glo6TvEMc9XX2_oGqyzYGV3uV6OE4aed8YdtXQZR68c0YA$
> > +
> > +title: MediaTek MT8196 Pin Controller
> > +
> > +maintainers:
> > + - Lei Xue <lei.xue@...iatek.com>
> > + - Cathy Xu <ot_cathy.xu@...iatek.com>
> > +
> > +description:
> > + The MediaTek's MT8196 Pin controller is used to control SoC
> > pins.
> > +
> > +properties:
> > + compatible:
> > + const: mediatek,mt8196-pinctrl
> > +
> > + reg:
> > + items:
> > + - description: gpio base
> > + - description: rt group IO
> > + - description: rm1 group IO
> > + - description: rm2 group IO
> > + - description: rb group IO
> > + - description: bm1 group IO
> > + - description: bm2 group IO
> > + - description: bm3 group IO
> > + - description: lt group IO
> > + - description: lm1 group IO
> > + - description: lm2 group IO
> > + - description: lb1 group IO
> > + - description: lb2 group IO
> > + - description: tm1 group IO
> > + - description: tm2 group IO
> > + - description: tm3 group IO
> > +
> > + reg-names:
> > + items:
> > + - const: base
> > + - const: rt
> > + - const: rm1
> > + - const: rm2
> > + - const: rb
> > + - const: bm1
> > + - const: bm2
> > + - const: bm3
> > + - const: lt
> > + - const: lm1
> > + - const: lm2
> > + - const: lb1
> > + - const: lb2
> > + - const: tm1
> > + - const: tm2
> > + - const: tm3
>
> Why is there no EINT iospace?
Thank you for your review. It will be added in next version.
>
> Regards,
> Angelo
>
>
Powered by blists - more mailing lists