Re: [PATCH] hwmon: (max6639) : Add DT support

From: Guenter Roeck
Date: Tue Sep 24 2024 - 10:12:59 EST


On 9/24/24 02:29, Naresh Solanki wrote:
Hi Guenter,

Sorry for the late reply,

On Fri, 28 Jun 2024 at 20:30, Guenter Roeck <linux@xxxxxxxxxxxx> wrote:

On 6/28/24 04:54, Naresh Solanki wrote:
Remove platform data & add devicetree support.


Unless I am missing something, this doesn't just add devicetree support,
it actually _mandates_ devicetree support. There are no defaults.
That is not acceptable.
I agree with you. It is best to have some defaults & then overwrite
based on DT properties.
But in that case we would have to assume that all fans are enabled
irrespective of their hardware connections in the schematics(example
fan_enable).

I'm not sure if that is fine. But if you feel that is alright then
I'll rewrite the driver to assume
everything is enabled with default values.

That would still be a functional change, or am I missing something ?
It would overwrite any configuration written by a BIOS/ROMMON.

Guenter