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

Raphael Gallais-Pou posted 3 patches 2 months, 3 weeks ago
There is a newer version of this series
[PATCH 1/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.

Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>
---
 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 1/3] dt-bindings: arm: sti: drop B2120 board support
Posted by Krzysztof Kozlowski 2 months, 3 weeks ago
On 13/07/2025 15:27, Raphael Gallais-Pou wrote:
> B2120 boards are internal boards which never were commercialised.
> 
> Remove them from bindings.
> 
> Signed-off-by: Raphael Gallais-Pou <rgallaispou@gmail.com>

Just like remove() and probe() driver callbacks, cleanup should be
reversed from adding, so you drop the docs in the last patch, otherwise
your patchset is not really bisectable and at this point it reports
warnings.


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof