Re: [PATCH v3 1/4] dt-bindings: reset: add Tegra114 car header
From: Mikko Perttunen
Date: Tue Aug 26 2025 - 04:30:09 EST
On Tuesday, August 26, 2025 5:21 PM Krzysztof Kozlowski wrote:
> On 26/08/2025 08:11, Svyatoslav Ryhel wrote:
> > Binding values for special resets that are placed starting from
> > software-defined index 160 in line with other chips.
> >
> > Signed-off-by: Svyatoslav Ryhel <clamor95@xxxxxxxxx>
> > ---
> >
> > include/dt-bindings/reset/tegra114-car.h | 13 +++++++++++++
>
> NAK
>
> You got comments last time and you completely ignored them.
>
> Best regards,
> Krzysztof
Thierry explained to you last time why this patch makes sense.
The existing binding is such that values below 160 map to clock IDs (in dt-
bindings/clock/tegra114-car.h). We cannot use those numbers for these "special
resets" that have no corresponding clock, or we'd be changing existing
binding. Hence this patch starts them at 160, above the clock IDs. The same
already exists in the tegra124-car binding for TEGRA124_RST_DFLL_DVCO -- this
just extends that to Tegra114.
Mikko