[PATCH 01/19] dt-bindings: soc: mobileye: rename to eyeq-olb.yaml

Benoît Monin posted 19 patches 4 weeks, 1 day ago
[PATCH 01/19] dt-bindings: soc: mobileye: rename to eyeq-olb.yaml
Posted by Benoît Monin 4 weeks, 1 day ago
Drop the 5 from the binding name as the OLB described in it are found
in multiple Mobileye eyeQ SoCs.

The binding already contains entries for eyeQ6L and eyeQ6H OLBs
alongside the one for the eyeQ5.

Signed-off-by: Benoît Monin <benoit.monin@bootlin.com>
---
 .../soc/mobileye/{mobileye,eyeq5-olb.yaml => mobileye,eyeq-olb.yaml}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/soc/mobileye/mobileye,eyeq5-olb.yaml b/Documentation/devicetree/bindings/soc/mobileye/mobileye,eyeq-olb.yaml
similarity index 99%
rename from Documentation/devicetree/bindings/soc/mobileye/mobileye,eyeq5-olb.yaml
rename to Documentation/devicetree/bindings/soc/mobileye/mobileye,eyeq-olb.yaml
index 6d11472ba5a704d5d20f43776e5867f507a39242..a1fb33ab4399cca52fad1e589beede54e09e5512 100644
--- a/Documentation/devicetree/bindings/soc/mobileye/mobileye,eyeq5-olb.yaml
+++ b/Documentation/devicetree/bindings/soc/mobileye/mobileye,eyeq-olb.yaml
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
 %YAML 1.2
 ---
-$id: http://devicetree.org/schemas/soc/mobileye/mobileye,eyeq5-olb.yaml#
+$id: http://devicetree.org/schemas/soc/mobileye/mobileye,eyeq-olb.yaml#
 $schema: http://devicetree.org/meta-schemas/core.yaml#
 
 title: Mobileye EyeQ SoC system controller

-- 
2.51.0

Re: [PATCH 01/19] dt-bindings: soc: mobileye: rename to eyeq-olb.yaml
Posted by Krzysztof Kozlowski 4 weeks ago
On Wed, Sep 03, 2025 at 02:47:08PM +0200, Benoît Monin wrote:
> Drop the 5 from the binding name as the OLB described in it are found
> in multiple Mobileye eyeQ SoCs.
> 
> The binding already contains entries for eyeQ6L and eyeQ6H OLBs
> alongside the one for the eyeQ5.
> 
> Signed-off-by: Benoît Monin <benoit.monin@bootlin.com>
> ---
>  .../soc/mobileye/{mobileye,eyeq5-olb.yaml => mobileye,eyeq-olb.yaml}    | 2 +-

No, we don't do that. That's unneeded churn.

If you wanted to rename, you could try when adding new compatibles. And
maybe you even tried and received comment for that.

NAK

Best regards,
Krzysztof