Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: gpio: mrvl-gpio: Fix the gpio-ranges property

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>
Link: https://lore.kernel.org/r/20210121034130.1381872-2-lkundrak@v3.sk'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Lubomir Rintel and committed by
Arnd Bergmann
1adacc49 481d73c6

+1 -2
+1 -2
Documentation/devicetree/bindings/gpio/mrvl-gpio.yaml
··· 82 82 '#gpio-cells': 83 83 const: 2 84 84 85 - gpio-ranges: 86 - maxItems: 1 85 + gpio-ranges: true 87 86 88 87 interrupts: true 89 88