refactor(drivers): Make label property optional
This commit is contained in:
parent
05925c72d7
commit
3ae9e74056
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ compatible: "alps,ec11"
|
||||||
properties:
|
properties:
|
||||||
label:
|
label:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: false
|
||||||
|
deprecated: true
|
||||||
a-gpios:
|
a-gpios:
|
||||||
type: phandle-array
|
type: phandle-array
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue