dts: bindings: deprecated label property
Mark 'label' property as deprecated in base.yaml. 'label' is still defined and valid for specific bindings to specify like gpio-keys.yaml or fixed-partitions.yaml. Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
parent
b62757210a
commit
c527c063c6
2 changed files with 5 additions and 0 deletions
|
@ -56,6 +56,7 @@ properties:
|
|||
label:
|
||||
type: string
|
||||
required: false
|
||||
deprecated: true
|
||||
description: Human readable string describing the device (used as device_get_binding() argument)
|
||||
|
||||
clocks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue