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.