Re: [PATCH v3 1/3] dt-bindings: reset: add schema for imx8ulp SIM reset

From: Krzysztof Kozlowski
Date: Tue Jul 16 2024 - 03:32:10 EST


On 15/07/2024 18:45, Laurentiu Mihalcea wrote:
> From: Laurentiu Mihalcea <laurentiu.mihalcea@xxxxxxx>
>
> Add schema for imx8ulp's SIM reset controller.
>
> Signed-off-by: Liu Ying <victor.liu@xxxxxxx>
> Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@xxxxxxx>

...

> + clocks:
> + maxItems: 1
> +
> + '#reset-cells':
> + const: 1
> +
> + mux-controller:
> + $ref: /schemas/mux/reg-mux.yaml#
> +
> +required:
> + - compatible
> + - reg
> + - '#reset-cells'
> + - mux-controller
> + - clocks

List here should have the same order as list of properties.


Best regards,
Krzysztof