Re: [PATCH v1 11/30] drm/tegra: dc: Support OPP and SoC core voltage scaling

From: Dmitry Osipenko
Date: Tue Nov 10 2020 - 16:50:45 EST


10.11.2020 23:29, Thierry Reding пишет:
>> + /* legacy device-trees don't have OPP table */
>> + if (!device_property_present(dc->dev, "operating-points-v2"))
>> + return 0;
> "Legacy" is a bit confusing here. For one, no device trees currently
> have these tables and secondly, for newer SoCs we may never need them.
>

I had the same thought and already improved such comments a day ago.