[PATCH v2 01/10] dt-bindings: soc: mobileye: Add EyeQ7H OLB
Krzysztof Kozlowski
krzk at kernel.org
Sat Dec 27 04:42:57 PST 2025
On Wed, Dec 24, 2025 at 11:07:14AM +0100, Benoît Monin wrote:
> + '#reset-cells':
> + description:
> + First cell is domain and optional if compatible has a single reset domain.
> + Second cell is reset index inside that domain.
> + enum: [ 1, 2 ]
> +
> + '#clock-cells':
> + const: 1
> +
> + clocks:
> + minItems: 1
> + maxItems: 2
> +
> + clock-names:
> + minItems: 1
> + maxItems: 2
> +
> +required:
> + - compatible
> + - reg
> + - '#clock-cells'
> + - clocks
> + - clock-names
> +
> +additionalProperties: false
This goes before examples section.
> +
> +allOf:
> + - if:
> + properties:
> + compatible:
> + contains:
> + enum:
> + - mobileye,eyeq7h-ddr0-olb
> + - mobileye,eyeq7h-ddr1-olb
> + - mobileye,eyeq7h-mips0-olb
> + - mobileye,eyeq7h-mips1-olb
> + - mobileye,eyeq7h-mips2-olb
> + - mobileye,eyeq7h-periph-east-olb
> + - mobileye,eyeq7h-south-olb
> + then:
> + properties:
> + clocks:
> + maxItems: 1
> + description:
> + Reference input clock.
Just use items with description syntax, like everywhere else.
With these fixed:
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski at oss.qualcomm.com>
Best regards,
Krzysztof
More information about the linux-riscv
mailing list