Skip to content

Commit

Permalink
dt-bindings: gpio: mrvl-gpio: Fix the gpio-ranges property
Browse files Browse the repository at this point in the history
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
lkundrak authored and arndb committed Feb 2, 2021
1 parent 481d73c commit 1adacc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ properties:
'#gpio-cells':
const: 2

gpio-ranges:
maxItems: 1
gpio-ranges: true

interrupts: true

Expand Down

0 comments on commit 1adacc4

Please sign in to comment.