Hello, The backlight of a board I am working with is controlled via PWM. Naturally, I thought this would be a straightforward task using the pwm-backlight driver.
However, the PWM in question is implemented using an NCT6106D chip. The associated HWMON driver, nct6775-core.c, does not implement a standard PWM device interface but rather its own custom one. I am a bit puzzled, is there a specific reason why HWMON does not utilize the standard PWM framework in this case? Also, in case I have overlooked something: do we have a backlight driver available that can interface with an HWMON-based PWM? -- Thanks, //richard
