Re: [RFC PATCH 3/3] riscv: dts: Add th1520 reset device tree

From: Krzysztof Kozlowski
Date: Mon Sep 04 2023 - 03:30:23 EST


On 04/09/2023 06:25, Kwanghoon Son wrote:
> Add reset device tree for th1520 SoC
>
> Signed-off-by: Kwanghoon Son <k.son@xxxxxxxxxxx>
> ---

...

> / {
> compatible = "thead,th1520";
> @@ -418,5 +419,12 @@ portf: gpio-controller@0 {
> interrupts = <55 IRQ_TYPE_LEVEL_HIGH>;
> };
> };
> +
> + rst: reset-controller@ffef014000 {
> + compatible = "thead,th1520-reset", "syscon";
> + reg = <0xff 0xef014000 0x0 0x1000>;
> + #reset-cells = <1>;
> + status = "disabled";

Why do you disable it? There are no missing resources.

Best regards,
Krzysztof