From 1a4085ad0fbb93fa3139fe8b7461f669da794cad Mon Sep 17 00:00:00 2001 From: Declan Snyder Date: Thu, 21 Nov 2024 11:50:15 -0600 Subject: [PATCH] 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 --- dts/bindings/test/vnd,gpio-device.yaml | 5 ----- dts/bindings/test/vnd,gpio-expander-i2c.yaml | 8 -------- dts/bindings/test/vnd,i2c.yaml | 6 ------ dts/bindings/test/vnd,i3c-device.yaml | 6 ------ dts/bindings/test/vnd,i3c-i2c-device.yaml | 6 ------ dts/bindings/test/vnd,i3c.yaml | 6 ------ dts/bindings/test/vnd,spi-device.yaml | 6 ------ 7 files changed, 43 deletions(-) diff --git a/dts/bindings/test/vnd,gpio-device.yaml b/dts/bindings/test/vnd,gpio-device.yaml index 27c9f1997da..7e59306e76c 100644 --- a/dts/bindings/test/vnd,gpio-device.yaml +++ b/dts/bindings/test/vnd,gpio-device.yaml @@ -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 diff --git a/dts/bindings/test/vnd,gpio-expander-i2c.yaml b/dts/bindings/test/vnd,gpio-expander-i2c.yaml index 8eb291905c6..c361c6c3499 100644 --- a/dts/bindings/test/vnd,gpio-expander-i2c.yaml +++ b/dts/bindings/test/vnd,gpio-expander-i2c.yaml @@ -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 diff --git a/dts/bindings/test/vnd,i2c.yaml b/dts/bindings/test/vnd,i2c.yaml index 3287e462115..5b15542823d 100644 --- a/dts/bindings/test/vnd,i2c.yaml +++ b/dts/bindings/test/vnd,i2c.yaml @@ -7,9 +7,3 @@ compatible: "vnd,i2c" include: - name: i2c-controller.yaml - property-blocklist: - - label - -properties: - label: - type: string diff --git a/dts/bindings/test/vnd,i3c-device.yaml b/dts/bindings/test/vnd,i3c-device.yaml index b4a28a64720..dfbf1dbfa10 100644 --- a/dts/bindings/test/vnd,i3c-device.yaml +++ b/dts/bindings/test/vnd,i3c-device.yaml @@ -9,9 +9,3 @@ compatible: "vnd,i3c-device" include: - name: i3c-device.yaml - property-blocklist: - - label - -properties: - label: - type: string diff --git a/dts/bindings/test/vnd,i3c-i2c-device.yaml b/dts/bindings/test/vnd,i3c-i2c-device.yaml index 4b5be74740f..ad6d6ec441a 100644 --- a/dts/bindings/test/vnd,i3c-i2c-device.yaml +++ b/dts/bindings/test/vnd,i3c-i2c-device.yaml @@ -9,9 +9,3 @@ compatible: "vnd,i3c-i2c-device" include: - name: i2c-device.yaml - property-blocklist: - - label - -properties: - label: - type: string diff --git a/dts/bindings/test/vnd,i3c.yaml b/dts/bindings/test/vnd,i3c.yaml index fde41c5e259..56f00e1fe25 100644 --- a/dts/bindings/test/vnd,i3c.yaml +++ b/dts/bindings/test/vnd,i3c.yaml @@ -9,9 +9,3 @@ compatible: "vnd,i3c" include: - name: i3c-controller.yaml - property-blocklist: - - label - -properties: - label: - type: string diff --git a/dts/bindings/test/vnd,spi-device.yaml b/dts/bindings/test/vnd,spi-device.yaml index 91c6ef5cb64..9ef2c5c0000 100644 --- a/dts/bindings/test/vnd,spi-device.yaml +++ b/dts/bindings/test/vnd,spi-device.yaml @@ -7,9 +7,3 @@ compatible: "vnd,spi-device" include: - name: spi-device.yaml - property-blocklist: - - label - -properties: - label: - type: string