From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: Igor Belwon <igor.belwon@mentallysanemainliners.org>,
Linus Walleij <linus.walleij@linaro.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
Sean Wang <sean.wang@kernel.org>
Cc: linux-gpio@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org
Subject: Re: [PATCH v2 1/4] dt-bindings: pinctrl: mediatek: Document MT6878 pin controller bindings
Date: Mon, 15 Sep 2025 09:28:56 +0200 [thread overview]
Message-ID: <7bacf8ca-4ec4-4b06-b989-52e287a812d8@collabora.com> (raw)
In-Reply-To: <20250914-mt6878-pinctrl-support-v2-1-254731aa3fc2@mentallysanemainliners.org>
Il 14/09/25 16:51, Igor Belwon ha scritto:
> Add device-tree bindings for the pin controller and the EINT controller
> found in the MediaTek MT6878 SoC.
>
> Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org>
> ---
> .../bindings/pinctrl/mediatek,mt6878-pinctrl.yaml | 210 +++++++++++++++++++++
> 1 file changed, 210 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/pinctrl/mediatek,mt6878-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/mediatek,mt6878-pinctrl.yaml
> new file mode 100644
> index 0000000000000000000000000000000000000000..f320d286ad2155bc4aa449c195ddff3a8686204c
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/pinctrl/mediatek,mt6878-pinctrl.yaml
> @@ -0,0 +1,210 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/pinctrl/mediatek,mt6878-pinctrl.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: MediaTek MT6878 Pin Controller
> +
> +maintainers:
> + - AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> + - Igor Belwon <igor.belwon@mentallysanemainliners.org>
> +
> +description:
> + The MediaTek MT6878 Pin controller is used to control SoC pins.
> +
> +properties:
> + compatible:
> + const: mediatek,mt6878-pinctrl
> +
> + reg:
> + items:
> + - description: pin controller base
> + - description: bl group IO
> + - description: bm group IO
> + - description: br group IO
> + - description: bl1 group IO
> + - description: br1 group IO
> + - description: lm group IO
> + - description: lt group IO
> + - description: rm group IO
> + - description: rt group IO
> + - description: EINT controller E block
> + - description: EINT controller S block
> + - description: EINT controller W block
> + - description: EINT controller C block
> +
> + reg-names:
> + items:
> + - const: base
> + - const: bl
> + - const: bm
> + - const: br
> + - const: bl1
> + - const: br1
> + - const: lm
> + - const: lt
> + - const: rm
> + - const: rt
> + - const: eint-e
> + - const: eint-s
> + - const: eint-w
> + - const: eint-c
> +
> + gpio-controller: true
> +
> + '#gpio-cells':
> + description:
> + Number of cells in GPIO specifier. Since the generic GPIO binding is used,
> + the amount of cells must be specified as 2. See the below mentioned gpio
> + binding representation for description of particular cells.
> + const: 2
> +
> + gpio-ranges:
> + maxItems: 1
> +
> + gpio-line-names: true
Krzysztof asked you to restrict the maximum number of gpio-line-names if I
remember correctly, you forgot to do so :-)
Cheers,
Angelo
next prev parent reply other threads:[~2025-09-15 7:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-14 14:51 [PATCH v2 0/4] Add support for mt6878 pinctrl Igor Belwon
2025-09-14 14:51 ` [PATCH v2 1/4] dt-bindings: pinctrl: mediatek: Document MT6878 pin controller bindings Igor Belwon
2025-09-15 7:28 ` AngeloGioacchino Del Regno [this message]
2025-09-14 14:52 ` [PATCH v2 2/4] pinctrl: mediatek: Add debounce times for MT6878 Igor Belwon
2025-09-15 7:27 ` AngeloGioacchino Del Regno
2025-09-14 14:52 ` [PATCH v2 3/4] pinctrl: mediatek: Add support for MT6878 pinctrl Igor Belwon
2025-09-15 7:27 ` AngeloGioacchino Del Regno
2025-09-14 14:52 ` [PATCH v2 4/4] arm64: dts: mediatek: Add MT6878 pinmux macro header file Igor Belwon
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=7bacf8ca-4ec4-4b06-b989-52e287a812d8@collabora.com \
--to=angelogioacchino.delregno@collabora.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=igor.belwon@mentallysanemainliners.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 \
/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®