[PATCH] dt-bindings: riscv: extensions: Drop unnecessary select schema

Rob Herring (Arm) posted 1 patch 1 month ago
Documentation/devicetree/bindings/riscv/extensions.yaml | 6 ------
1 file changed, 6 deletions(-)
[PATCH] dt-bindings: riscv: extensions: Drop unnecessary select schema
Posted by Rob Herring (Arm) 1 month ago
The "select" schema is not necessary because this schema is referenced by
riscv/cpus.yaml schema.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 Documentation/devicetree/bindings/riscv/extensions.yaml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/Documentation/devicetree/bindings/riscv/extensions.yaml b/Documentation/devicetree/bindings/riscv/extensions.yaml
index 565cb2cbb49b..29e8b50851ed 100644
--- a/Documentation/devicetree/bindings/riscv/extensions.yaml
+++ b/Documentation/devicetree/bindings/riscv/extensions.yaml
@@ -24,12 +24,6 @@ description: |
   ratified states, with the exception of the I, Zicntr & Zihpm extensions.
   See the "i" property for more information.
 
-select:
-  properties:
-    compatible:
-      contains:
-        const: riscv
-
 properties:
   riscv,isa:
     description:
-- 
2.51.0
Re: [PATCH] dt-bindings: riscv: extensions: Drop unnecessary select schema
Posted by Conor Dooley 4 weeks ago
On Mon, Jan 05, 2026 at 03:29:09PM -0600, Rob Herring (Arm) wrote:
> The "select" schema is not necessary because this schema is referenced by
> riscv/cpus.yaml schema.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

I'll grab this I guess.

> ---
>  Documentation/devicetree/bindings/riscv/extensions.yaml | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/riscv/extensions.yaml b/Documentation/devicetree/bindings/riscv/extensions.yaml
> index 565cb2cbb49b..29e8b50851ed 100644
> --- a/Documentation/devicetree/bindings/riscv/extensions.yaml
> +++ b/Documentation/devicetree/bindings/riscv/extensions.yaml
> @@ -24,12 +24,6 @@ description: |
>    ratified states, with the exception of the I, Zicntr & Zihpm extensions.
>    See the "i" property for more information.
>  
> -select:
> -  properties:
> -    compatible:
> -      contains:
> -        const: riscv
> -
>  properties:
>    riscv,isa:
>      description:
> -- 
> 2.51.0
>