Re: [PATCH 1/3] dt-bindings: reset: Document reset controller of Loongson 2K0300 SoC

From: Krzysztof Kozlowski
Date: Sat Aug 16 2025 - 05:49:01 EST


On 16/08/2025 05:33, Yao Zi wrote:
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + rst: reset-controller@1600011c {

Drop unused label


> + compatible = "loongson,ls2k0300-reset";
> + reg = <0x1600011c 0x8>;
> + #reset-cells = <1>;
> + };
> diff --git a/include/dt-bindings/reset/loongson,ls2k0300-reset.h b/include/dt-bindings/reset/loongson,ls2k0300-reset.h
> new file mode 100644
> index 000000000000..d425411e6d19
> --- /dev/null
> +++ b/include/dt-bindings/reset/loongson,ls2k0300-reset.h
> @@ -0,0 +1,70 @@
> +/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */

Why not using same license as the binding?


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>

Best regards,
Krzysztof