diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2024-04-08 13:51:28 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2024-04-12 11:02:29 +0300 |
commit | 2aacaed459b5546910ac38fe4570ffa18e4efd98 (patch) | |
tree | 5ef6a069fa61483e453b5159aab05487e07857ab | |
parent | 932640c0f78947c59a6e9c743a17a355165d69d5 (diff) | |
download | linux-2aacaed459b5546910ac38fe4570ffa18e4efd98.tar.xz |
dt-bindings: pinctrl: mediatek: mt7622: add "gpio-ranges" property
Allow specifying pin to GPIO mapping. It can be find in in-Linux DTS
file for MT7622.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Message-ID: <20240408105128.30586-1-zajec5@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/mediatek,mt7622-pinctrl.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/mediatek,mt7622-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/mediatek,mt7622-pinctrl.yaml index bd72a326e6e0..4637f3a40e83 100644 --- a/Documentation/devicetree/bindings/pinctrl/mediatek,mt7622-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/mediatek,mt7622-pinctrl.yaml @@ -34,6 +34,9 @@ properties: the amount of cells must be specified as 2. See the below mentioned gpio binding representation for description of particular cells. + gpio-ranges: + maxItems: 1 + interrupt-controller: true interrupts: |