devicetree: fix base power supply-gpios
This should have been a phandle-array since it's a full GPIO specifier including pin and flags. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
76bfc02345
commit
ade3ef3ef7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
properties:
|
||||
supply-gpios:
|
||||
type: phandle
|
||||
type: phandle-array
|
||||
required: false
|
||||
description: |
|
||||
GPIO specifier that controls power to the device.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue