Skip to content

Commit

Permalink
dts: bindings: Unblock base label property
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
decsny authored and nashif committed Nov 26, 2024
1 parent 8e87d55 commit 1a4085a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 43 deletions.
5 changes: 0 additions & 5 deletions dts/bindings/test/vnd,gpio-device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@ compatible: "vnd,gpio-device"
include:
- name: gpio-controller.yaml
- name: base.yaml
property-blocklist:
- label

properties:
reg:
required: true

label:
type: string

"#gpio-cells":
const: 2

Expand Down
8 changes: 0 additions & 8 deletions dts/bindings/test/vnd,gpio-expander-i2c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,4 @@ compatible: "vnd,gpio-expander"

include:
- name: "vnd,gpio-expander-common.yaml"
property-blocklist:
- label
- name: i2c-device.yaml
property-blocklist:
- label

properties:
label:
type: string
6 changes: 0 additions & 6 deletions dts/bindings/test/vnd,i2c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@ compatible: "vnd,i2c"

include:
- name: i2c-controller.yaml
property-blocklist:
- label

properties:
label:
type: string
6 changes: 0 additions & 6 deletions dts/bindings/test/vnd,i3c-device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,3 @@ compatible: "vnd,i3c-device"

include:
- name: i3c-device.yaml
property-blocklist:
- label

properties:
label:
type: string
6 changes: 0 additions & 6 deletions dts/bindings/test/vnd,i3c-i2c-device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,3 @@ compatible: "vnd,i3c-i2c-device"

include:
- name: i2c-device.yaml
property-blocklist:
- label

properties:
label:
type: string
6 changes: 0 additions & 6 deletions dts/bindings/test/vnd,i3c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,3 @@ compatible: "vnd,i3c"

include:
- name: i3c-controller.yaml
property-blocklist:
- label

properties:
label:
type: string
6 changes: 0 additions & 6 deletions dts/bindings/test/vnd,spi-device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@ compatible: "vnd,spi-device"

include:
- name: spi-device.yaml
property-blocklist:
- label

properties:
label:
type: string

0 comments on commit 1a4085a

Please sign in to comment.