[PATCH 01/13] dt-bindings: mips: Add Mobileye EyeQ6Lplus SoC

Benoît Monin posted 13 patches 1 month, 3 weeks ago
There is a newer version of this series
[PATCH 01/13] dt-bindings: mips: Add Mobileye EyeQ6Lplus SoC
Posted by Benoît Monin 1 month, 3 weeks ago
Add an entry to the mobileye bindings for the EyeQ6Lplus
which is part of the EyeQ family of system-on-chip.

Signed-off-by: Benoît Monin <benoit.monin@bootlin.com>
---
 Documentation/devicetree/bindings/mips/mobileye.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/mips/mobileye.yaml b/Documentation/devicetree/bindings/mips/mobileye.yaml
index d60744550e46..83abe268e96b 100644
--- a/Documentation/devicetree/bindings/mips/mobileye.yaml
+++ b/Documentation/devicetree/bindings/mips/mobileye.yaml
@@ -31,6 +31,11 @@ properties:
           - enum:
               - mobileye,eyeq6h-epm6
           - const: mobileye,eyeq6h
+      - description: Boards with Mobileye EyeQ6Lplus SoC
+        items:
+          - enum:
+              - mobileye,eyeq6lplus-epm6
+          - const: mobileye,eyeq6lplus
 
 additionalProperties: true
 

-- 
2.52.0

Re: [PATCH 01/13] dt-bindings: mips: Add Mobileye EyeQ6Lplus SoC
Posted by Rob Herring (Arm) 1 month, 2 weeks ago
On Wed, 17 Dec 2025 14:35:51 +0100, Benoît Monin wrote:
> Add an entry to the mobileye bindings for the EyeQ6Lplus
> which is part of the EyeQ family of system-on-chip.
> 
> Signed-off-by: Benoît Monin <benoit.monin@bootlin.com>
> ---
>  Documentation/devicetree/bindings/mips/mobileye.yaml | 5 +++++
>  1 file changed, 5 insertions(+)
> 

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>