Re: [PATCH v5 1/2] dt-bindings: reset: eswin: Documentation for eic7700 SoC

From: Philipp Zabel
Date: Thu Aug 14 2025 - 06:35:29 EST


On Fr, 2025-07-25 at 17:34 +0800, dongxuyang@xxxxxxxxxxxxxxxxxx wrote:
> From: Xuyang Dong <dongxuyang@xxxxxxxxxxxxxxxxxx>
>
> Add device tree binding documentation and header file for the ESWIN
> eic7700 reset controller module.
>
> Signed-off-by: Yifeng Huang <huangyifeng@xxxxxxxxxxxxxxxxxx>
> Signed-off-by: Xuyang Dong <dongxuyang@xxxxxxxxxxxxxxxxxx>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> ---
> .../bindings/reset/eswin,eic7700-reset.yaml | 42 +++
> .../dt-bindings/reset/eswin,eic7700-reset.h | 298 ++++++++++++++++++
> 2 files changed, 340 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/reset/eswin,eic7700-reset.yaml
> create mode 100644 include/dt-bindings/reset/eswin,eic7700-reset.h
>
> diff --git a/Documentation/devicetree/bindings/reset/eswin,eic7700-reset.yaml b/Documentation/devicetree/bindings/reset/eswin,eic7700-reset.yaml
> new file mode 100644
> index 000000000000..d05a0531dce3
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/reset/eswin,eic7700-reset.yaml
> @@ -0,0 +1,42 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/reset/eswin,eic7700-reset.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: ESWIN EIC7700 SoC reset controller
> +
> +maintainers:
> + - Yifeng Huang <huangyifeng@xxxxxxxxxxxxxxxxxx>
> + - Xuyang Dong <dongxuyang@xxxxxxxxxxxxxxxxxx>
> +
> +description:
> + The system reset controller can be used to reset various peripheral
> + controllers in ESWIN eic7700 SoC.
> +
> +properties:
> + compatible:
> + const: eswin,eic7700-reset

Undeclared dependency on [1].

[1] https://lore.kernel.org/all/20250616112316.3833343-4-pinkesh.vaghela@xxxxxxxxxxxxxx/

regards
Philipp