dts: bindings: Unblock base label property

Since the label property from base.yaml is no longer deprecated, no need
to require to explicitly block it.

The only affected bindings seem to be these test bindings.

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2024-11-21 11:50:15 -06:00 committed by Anas Nashif
parent 8e87d55473
commit 1a4085ad0f
7 changed files with 0 additions and 43 deletions

View file

@ -8,16 +8,11 @@ compatible: "vnd,gpio-device"
include: include:
- name: gpio-controller.yaml - name: gpio-controller.yaml
- name: base.yaml - name: base.yaml
property-blocklist:
- label
properties: properties:
reg: reg:
required: true required: true
label:
type: string
"#gpio-cells": "#gpio-cells":
const: 2 const: 2

View file

@ -7,12 +7,4 @@ compatible: "vnd,gpio-expander"
include: include:
- name: "vnd,gpio-expander-common.yaml" - name: "vnd,gpio-expander-common.yaml"
property-blocklist:
- label
- name: i2c-device.yaml - name: i2c-device.yaml
property-blocklist:
- label
properties:
label:
type: string

View file

@ -7,9 +7,3 @@ compatible: "vnd,i2c"
include: include:
- name: i2c-controller.yaml - name: i2c-controller.yaml
property-blocklist:
- label
properties:
label:
type: string

View file

@ -9,9 +9,3 @@ compatible: "vnd,i3c-device"
include: include:
- name: i3c-device.yaml - name: i3c-device.yaml
property-blocklist:
- label
properties:
label:
type: string

View file

@ -9,9 +9,3 @@ compatible: "vnd,i3c-i2c-device"
include: include:
- name: i2c-device.yaml - name: i2c-device.yaml
property-blocklist:
- label
properties:
label:
type: string

View file

@ -9,9 +9,3 @@ compatible: "vnd,i3c"
include: include:
- name: i3c-controller.yaml - name: i3c-controller.yaml
property-blocklist:
- label
properties:
label:
type: string

View file

@ -7,9 +7,3 @@ compatible: "vnd,spi-device"
include: include:
- name: spi-device.yaml - name: spi-device.yaml
property-blocklist:
- label
properties:
label:
type: string