Re: [PATCH v2 1/2] dt-bindings: reset: eswin: Documentation for eic7700 SoC
From: Krzysztof Kozlowski
Date: Wed Jun 04 2025 - 05:04:15 EST
On 04/06/2025 10:52, dongxuyang@xxxxxxxxxxxxxxxxxx wrote:
> +
> +properties:
> + compatible:
> + items:
> + - const: eswin,eic7700-reset
> + - const: syscon
Hm? Did you just add it for the driver? If so, then no, drop. Use
standard MMIO regmap (if you want regmap).
> + - const: simple-mfd
Why did this appear? Changelog is silent on this and it makes no sense
here. No children.
> +
> + reg:
> + maxItems: 1
> +
> + '#reset-cells':
> + const: 2
> +
> +required:
> + - compatible
> + - reg
> + - '#reset-cells'
> +
Best regards,
Krzysztof