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:
|
||||
label:
|
||||
type: string
|
||||
required: true
|
||||
required: false
|
||||
deprecated: true
|
||||
a-gpios:
|
||||
type: phandle-array
|
||||
required: true
|
||||
|
|
Loading…
Add table
Reference in a new issue