[PATCH] dt-bindings: pinctrl: mt8195: Add gpio-line-names property

AngeloGioacchino Del Regno posted 1 patch 2 years, 2 months ago
Documentation/devicetree/bindings/pinctrl/pinctrl-mt8195.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH] dt-bindings: pinctrl: mt8195: Add gpio-line-names property
Posted by AngeloGioacchino Del Regno 2 years, 2 months ago
Add the 'gpio-line-names' property to mt8195-pinctrl, as this will be
used in devicetrees to describe pin names.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
---
 Documentation/devicetree/bindings/pinctrl/pinctrl-mt8195.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8195.yaml b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8195.yaml
index c5b755514c46..15989743afd2 100644
--- a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8195.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt8195.yaml
@@ -29,6 +29,8 @@ properties:
     description: gpio valid number range.
     maxItems: 1
 
+  gpio-line-names: true
+
   reg:
     description: |
       Physical address base for gpio base registers. There are 8 GPIO
-- 
2.35.1
Re: [PATCH] dt-bindings: pinctrl: mt8195: Add gpio-line-names property
Posted by Linus Walleij 2 years, 2 months ago
On Thu, Jun 30, 2022 at 1:05 PM AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com> wrote:

> Add the 'gpio-line-names' property to mt8195-pinctrl, as this will be
> used in devicetrees to describe pin names.
>
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

Patch applied!

Yours,
Linus Walleij
Re: [PATCH] dt-bindings: pinctrl: mt8195: Add gpio-line-names property
Posted by Nícolas F. R. A. Prado 2 years, 2 months ago
On Thu, Jun 30, 2022 at 01:04:53PM +0200, AngeloGioacchino Del Regno wrote:
> Add the 'gpio-line-names' property to mt8195-pinctrl, as this will be
> used in devicetrees to describe pin names.
> 
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

Reviewed-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>

Thanks,
Nícolas