Re: [PATCH v3 3/3] arm64: dts: marvell: cp11x: Add reset controller node
From: Krzysztof Kozlowski
Date: Thu Mar 06 2025 - 02:29:21 EST
On 04/03/2025 20:08, Wilson Ding wrote:
>
> I did consider shrinking the syscon's register address range to
> make the reset-controller node to be independent from the
> syscon node. However, I found the syscon node is also referred
> by some devices for miscellaneous configurations . The reset
> configuration register happens to be located in between these
> registers and clock/GPIO registers.
>
>> drop offset in your patch or unify everything into 'reg'.
>>
>
> This is exactly what I proposed in v3 patch. Do I misunderstand
> you?
>
> CP11X_LABEL(swrst): reset-controller@268 {
> compatible = "marvell,armada8k-reset";
> reg = <0x268 0x4>;
> #reset-cells = <1>;
> };
I don't see the other device being fixed here. How did you unify them?
Best regards,
Krzysztof