mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Cathy Xu (许华婷)" <ot_cathy.xu@mediatek.com>
To: "Lei Xue (薛磊)" <Lei.Xue@mediatek.com>,
	"linus.walleij@linaro.org" <linus.walleij@linaro.org>,
	"conor+dt@kernel.org" <conor+dt@kernel.org>,
	"robh@kernel.org" <robh@kernel.org>,
	"sean.wang@kernel.org" <sean.wang@kernel.org>,
	"matthias.bgg@gmail.com" <matthias.bgg@gmail.com>,
	"krzk+dt@kernel.org" <krzk+dt@kernel.org>,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-mediatek@lists.infradead.org"
	<linux-mediatek@lists.infradead.org>,
	"Andy-ld Lu (卢东)" <Andy-ld.Lu@mediatek.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"Wenbin Mei (梅文彬)" <Wenbin.Mei@mediatek.com>,
	"Guodong Liu (刘国栋)" <Guodong.Liu@mediatek.com>,
	"Yong Mao (毛勇)" <yong.mao@mediatek.com>,
	"linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
	"Jimin Wang (汪济民)" <Jimin.Wang@mediatek.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"Axe Yang (杨磊)" <Axe.Yang@mediatek.com>
Subject: Re: [PATCH v6 1/3] dt-bindings: pinctrl: mediatek: Add support for mt8196
Date: Thu, 10 Apr 2025 09:46:23 +0000	[thread overview]
Message-ID: <29bd0c567da8aeafa932f9b55daad693fcaf994d.camel@mediatek.com> (raw)
In-Reply-To: <7e77b50c-1808-49fa-a711-956a570ad208@collabora.com>

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@mediatek.com>
> > Signed-off-by: Cathy Xu <ot_cathy.xu@mediatek.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@mediatek.com>
> > +  - Cathy Xu <ot_cathy.xu@mediatek.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
> 
> 

  reply	other threads:[~2025-04-10  9:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-01  5:48 [PATCH v6 0/3] pinctrl: mediatek: Add pinctrl driver on mt8196 Cathy Xu
2025-04-01  5:48 ` [PATCH v6 1/3] dt-bindings: pinctrl: mediatek: Add support for mt8196 Cathy Xu
2025-04-01  6:06   ` Krzysztof Kozlowski
2025-04-01 10:15   ` AngeloGioacchino Del Regno
2025-04-10  7:49   ` AngeloGioacchino Del Regno
2025-04-10  9:46     ` Cathy Xu (许华婷) [this message]
2025-04-01  5:48 ` [PATCH v6 2/3] arm64: dts: mediatek: mt8196: Add pinmux macro header file Cathy Xu
2025-04-01 10:15   ` AngeloGioacchino Del Regno
2025-04-01  5:48 ` [PATCH v6 3/3] pinctrl: mediatek: Add pinctrl driver on mt8196 Cathy Xu
2025-04-01 10:15   ` AngeloGioacchino Del Regno

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=29bd0c567da8aeafa932f9b55daad693fcaf994d.camel@mediatek.com \
    --to=ot_cathy.xu@mediatek.com \
    --cc=Andy-ld.Lu@mediatek.com \
    --cc=Axe.Yang@mediatek.com \
    --cc=Guodong.Liu@mediatek.com \
    --cc=Jimin.Wang@mediatek.com \
    --cc=Lei.Xue@mediatek.com \
    --cc=Wenbin.Mei@mediatek.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=robh@kernel.org \
    --cc=sean.wang@kernel.org \
    --cc=yong.mao@mediatek.com \
    /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

all inboxes | Powered by JetHome®