[PATCH v2 3/3] dt-bindings: arm: sti: drop B2120 board support

Raphael Gallais-Pou posted 3 patches 2 months, 3 weeks ago
[PATCH v2 3/3] dt-bindings: arm: sti: drop B2120 board support
Posted by Raphael Gallais-Pou 2 months, 3 weeks ago
B2120 boards are internal boards which never were commercialised.

Remove them from bindings.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>

---
Changes in v2:
- Added Krzysztof's acked-by
- Put this patch last to get a bisectable series
---
 Documentation/devicetree/bindings/arm/sti.yaml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/sti.yaml b/Documentation/devicetree/bindings/arm/sti.yaml
index 842def3e3f2bce470763d3665c7603b9058b1e4e..177358895fe1c9f80f8c825142cf015d04286ce8 100644
--- a/Documentation/devicetree/bindings/arm/sti.yaml
+++ b/Documentation/devicetree/bindings/arm/sti.yaml
@@ -14,12 +14,8 @@ properties:
     const: '/'
   compatible:
     oneOf:
-      - items:
-          - const: st,stih407-b2120
-          - const: st,stih407
       - items:
           - enum:
-              - st,stih410-b2120
               - st,stih410-b2260
           - const: st,stih410
       - items:

-- 
2.50.1
Re: [PATCH v2 3/3] dt-bindings: arm: sti: drop B2120 board support
Posted by Patrice CHOTARD 2 months, 1 week ago

On 7/14/25 15:49, Raphael Gallais-Pou wrote:
> B2120 boards are internal boards which never were commercialised.
> 
> Remove them from bindings.
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
> 
> ---
> Changes in v2:
> - Added Krzysztof's acked-by
> - Put this patch last to get a bisectable series
> ---
>  Documentation/devicetree/bindings/arm/sti.yaml | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/sti.yaml b/Documentation/devicetree/bindings/arm/sti.yaml
> index 842def3e3f2bce470763d3665c7603b9058b1e4e..177358895fe1c9f80f8c825142cf015d04286ce8 100644
> --- a/Documentation/devicetree/bindings/arm/sti.yaml
> +++ b/Documentation/devicetree/bindings/arm/sti.yaml
> @@ -14,12 +14,8 @@ properties:
>      const: '/'
>    compatible:
>      oneOf:
> -      - items:
> -          - const: st,stih407-b2120
> -          - const: st,stih407
>        - items:
>            - enum:
> -              - st,stih410-b2120
>                - st,stih410-b2260
>            - const: st,stih410
>        - items:
> 


Hi Raphael

Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>

Thanks
Re: [PATCH v2 3/3] dt-bindings: arm: sti: drop B2120 board support
Posted by Patrice CHOTARD 1 month, 2 weeks ago

On 7/28/25 11:26, Patrice CHOTARD wrote:
> 
> 
> On 7/14/25 15:49, Raphael Gallais-Pou wrote:
>> B2120 boards are internal boards which never were commercialised.
>>
>> Remove them from bindings.
>>
>> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
>>
>> ---
>> Changes in v2:
>> - Added Krzysztof's acked-by
>> - Put this patch last to get a bisectable series
>> ---
>>  Documentation/devicetree/bindings/arm/sti.yaml | 4 ----
>>  1 file changed, 4 deletions(-)
>>
>> diff --git a/Documentation/devicetree/bindings/arm/sti.yaml b/Documentation/devicetree/bindings/arm/sti.yaml
>> index 842def3e3f2bce470763d3665c7603b9058b1e4e..177358895fe1c9f80f8c825142cf015d04286ce8 100644
>> --- a/Documentation/devicetree/bindings/arm/sti.yaml
>> +++ b/Documentation/devicetree/bindings/arm/sti.yaml
>> @@ -14,12 +14,8 @@ properties:
>>      const: '/'
>>    compatible:
>>      oneOf:
>> -      - items:
>> -          - const: st,stih407-b2120
>> -          - const: st,stih407
>>        - items:
>>            - enum:
>> -              - st,stih410-b2120
>>                - st,stih410-b2260
>>            - const: st,stih410
>>        - items:
>>
> 
> 
> Hi Raphael
> 
> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
> 
> Thanks
Applied to sti-next

Thanks
Patrice