Skip to content

Commit 1a4085a

Browse files
decsnynashif
authored andcommitted
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 <[email protected]>
1 parent 8e87d55 commit 1a4085a

File tree

7 files changed

+0
-43
lines changed

7 files changed

+0
-43
lines changed

dts/bindings/test/vnd,gpio-device.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,11 @@ compatible: "vnd,gpio-device"
88
include:
99
- name: gpio-controller.yaml
1010
- name: base.yaml
11-
property-blocklist:
12-
- label
1311

1412
properties:
1513
reg:
1614
required: true
1715

18-
label:
19-
type: string
20-
2116
"#gpio-cells":
2217
const: 2
2318

dts/bindings/test/vnd,gpio-expander-i2c.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,4 @@ compatible: "vnd,gpio-expander"
77

88
include:
99
- name: "vnd,gpio-expander-common.yaml"
10-
property-blocklist:
11-
- label
1210
- name: i2c-device.yaml
13-
property-blocklist:
14-
- label
15-
16-
properties:
17-
label:
18-
type: string

dts/bindings/test/vnd,i2c.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,3 @@ compatible: "vnd,i2c"
77

88
include:
99
- name: i2c-controller.yaml
10-
property-blocklist:
11-
- label
12-
13-
properties:
14-
label:
15-
type: string

dts/bindings/test/vnd,i3c-device.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,3 @@ compatible: "vnd,i3c-device"
99

1010
include:
1111
- name: i3c-device.yaml
12-
property-blocklist:
13-
- label
14-
15-
properties:
16-
label:
17-
type: string

dts/bindings/test/vnd,i3c-i2c-device.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,3 @@ compatible: "vnd,i3c-i2c-device"
99

1010
include:
1111
- name: i2c-device.yaml
12-
property-blocklist:
13-
- label
14-
15-
properties:
16-
label:
17-
type: string

dts/bindings/test/vnd,i3c.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,3 @@ compatible: "vnd,i3c"
99

1010
include:
1111
- name: i3c-controller.yaml
12-
property-blocklist:
13-
- label
14-
15-
properties:
16-
label:
17-
type: string

dts/bindings/test/vnd,spi-device.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,3 @@ compatible: "vnd,spi-device"
77

88
include:
99
- name: spi-device.yaml
10-
property-blocklist:
11-
- label
12-
13-
properties:
14-
label:
15-
type: string

0 commit comments

Comments
 (0)