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:
Kumar Gala 2022-08-10 08:31:00 -05:00 committed by Marti Bolivar
commit c527c063c6
2 changed files with 5 additions and 0 deletions

View file

@ -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: