pwm: pwm-cros-ec: Add channel type support
authorFabio Baltieri <fabiobaltieri@chromium.org>
Thu, 28 Apr 2022 10:04:19 +0000 (10:04 +0000)
committerThierry Reding <thierry.reding@gmail.com>
Fri, 20 May 2022 14:40:01 +0000 (16:40 +0200)
commit3d593b6e80ad2c911b5645af28d83eabb96e7c1b
tree32f28ebd34cc4e759f0158c72a473f38fb9e4a06
parenta48d66d87274b7ec538cdf82abc8d3ebf4bf0363
pwm: pwm-cros-ec: Add channel type support

Add support for EC_PWM_TYPE_DISPLAY_LIGHT and EC_PWM_TYPE_KB_LIGHT pwm
types to the PWM cros_ec_pwm driver. This allows specifying one of these
PWM channel by functionality, and let the EC firmware pick the correct
channel, thus abstracting the hardware implementation from the kernel
driver.

To use it, define the node with the "google,cros-ec-pwm-type"
compatible.

Signed-off-by: Fabio Baltieri <fabiobaltieri@chromium.org>
Reviewed-by: Tzung-Bi Shih <tzungbi@kernel.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-cros-ec.c