diff mbox series

[01/12] dt-bindings: gpio: mrvl-gpio: Fix the gpio-ranges property

Message ID 20210121034130.1381872-2-lkundrak@v3.sk (mailing list archive)
State Accepted
Commit 1adacc4919099bc115efb61a6db89c7f663c90e0
Headers show
Series [01/12] dt-bindings: gpio: mrvl-gpio: Fix the gpio-ranges property | expand

Commit Message

Lubomir Rintel Jan. 21, 2021, 3:41 a.m. UTC
The property specifies a list of GPIO-capable pins. Don't limit it to a
single element as there's  presumably more than one GPIO pin.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
---
 Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Feb. 2, 2021, 5:20 p.m. UTC | #1
Hello:

This series was applied to soc/soc.git (refs/heads/for-next):

On Thu, 21 Jan 2021 04:41:19 +0100 you wrote:
> The property specifies a list of GPIO-capable pins. Don't limit it to a
> single element as there's  presumably more than one GPIO pin.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> ---
>  Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

Here is the summary with links:
  - [01/12] dt-bindings: gpio: mrvl-gpio: Fix the gpio-ranges property
    https://git.kernel.org/soc/soc/c/1adacc491909
  - [02/12] media: dt-bindings: marvell,mmp2-ccic: Allow power-domains property
    https://git.kernel.org/soc/soc/c/fa432444095a
  - [03/12] ARM: dts: mmp2-olpc-xo-1-75: Fix memory node name
    https://git.kernel.org/soc/soc/c/7ca1ea0db2de
  - [04/12] ARM: dts: mmp2-olpc-xo-1-75: Drop linux,usable-memory from /memory
    https://git.kernel.org/soc/soc/c/ebfdb34c277d
  - [05/12] ARM: dts: mmp3-dell-ariel: Drop linux,usable-memory from /memory
    https://git.kernel.org/soc/soc/c/1130466a4101
  - [06/12] ARM: dts: mmp3: Extend the MPMU reg range
    https://git.kernel.org/soc/soc/c/5fb4df28da3b
  - [07/12] ARM: dts: mmp2: Use symbolic names for audio clocks
    https://git.kernel.org/soc/soc/c/d2192c0d3cfb
  - [08/12] ARM: dts: mmp2-olpc-xo-1-75: Use symbolic names for audio clocks
    https://git.kernel.org/soc/soc/c/a2decdbd7592
  - [09/12] ARM: dts: mmp3-dell-ariel: Add the embedded controller
    https://git.kernel.org/soc/soc/c/e691d58e3383
  - [10/12] ARM: dts: mmp3-dell-ariel: Add the power button node
    https://git.kernel.org/soc/soc/c/49061130eb1f
  - [11/12] ARM: dts: mmp3-dell-ariel: Replace SSP2 with spi-gpio
    https://git.kernel.org/soc/soc/c/0561cba77caf
  - [12/12] ARM: dts: mmp3: Fix the CCIC interrupts
    https://git.kernel.org/soc/soc/c/fff342100771

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml b/Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml
index 4db3b8a3332c2..9cf6137dd5241 100644
--- a/Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml
+++ b/Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml
@@ -82,8 +82,7 @@  properties:
   '#gpio-cells':
     const: 2
 
-  gpio-ranges:
-    maxItems: 1
+  gpio-ranges: true
 
   interrupts: true