drivers: led_strip: ws2812_gpio: Rename in-gpios property to gpios
ws2812-gpio's `in-gpios` property is not used as an input pin. Renaming it to `gpios` to reflect the actual situation. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
parent
8b9464089c
commit
0702f0eb45
5 changed files with 14 additions and 8 deletions
|
@ -14,7 +14,7 @@ compatible: "worldsemi,ws2812-gpio"
|
|||
include: [base.yaml, ws2812.yaml]
|
||||
|
||||
properties:
|
||||
in-gpios:
|
||||
gpios:
|
||||
type: phandle-array
|
||||
required: true
|
||||
description: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue