[PATCH 2/4] dt-bindings: gpio: tegra186: Add gpio-ranges

Aaron Kling via B4 Relay posted 4 patches 9 months, 2 weeks ago
There is a newer version of this series
[PATCH 2/4] dt-bindings: gpio: tegra186: Add gpio-ranges
Posted by Aaron Kling via B4 Relay 9 months, 2 weeks ago
From: Aaron Kling <webgeek1234@gmail.com>

Add optional gpio-ranges property.

Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
---
 Documentation/devicetree/bindings/gpio/nvidia,tegra186-gpio.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/gpio/nvidia,tegra186-gpio.yaml b/Documentation/devicetree/bindings/gpio/nvidia,tegra186-gpio.yaml
index 4ef06b2ff1ff04c38801b621b8e9be2ed749861f..065f5761a93f61d6b2c501102eadd492026a64d0 100644
--- a/Documentation/devicetree/bindings/gpio/nvidia,tegra186-gpio.yaml
+++ b/Documentation/devicetree/bindings/gpio/nvidia,tegra186-gpio.yaml
@@ -111,6 +111,9 @@ properties:
 
   gpio-controller: true
 
+  gpio-ranges:
+    maxItems: 1
+
   "#gpio-cells":
     description: |
       Indicates how many cells are used in a consumer's GPIO specifier. In the

-- 
2.48.1
Re: [PATCH 2/4] dt-bindings: gpio: tegra186: Add gpio-ranges
Posted by Linus Walleij 9 months ago
On Tue, Apr 29, 2025 at 11:33 PM Aaron Kling via B4 Relay
<devnull+webgeek1234.gmail.com@kernel.org> wrote:

> From: Aaron Kling <webgeek1234@gmail.com>
>
> Add optional gpio-ranges property.
>
> Signed-off-by: Aaron Kling <webgeek1234@gmail.com>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij
Re: [PATCH 2/4] dt-bindings: gpio: tegra186: Add gpio-ranges
Posted by Rob Herring (Arm) 9 months ago
On Tue, 29 Apr 2025 16:33:31 -0500, Aaron Kling wrote:
> Add optional gpio-ranges property.
> 
> Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
> ---
>  Documentation/devicetree/bindings/gpio/nvidia,tegra186-gpio.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>