summary refs log tree commit diff
path: root/drivers/clk/ti
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2020-10-30 19:11:35 +0530
committerThierry Reding <thierry.reding@gmail.com>2020-12-17 14:18:55 +0100
commit1f0f1e80fdd3aa9631f6c22cda4f8550cfcfcc3e (patch)
tree061f4fe2196d37f260e63ed7f5e6af2bd6748da6 /drivers/clk/ti
parent34cbcd72588f40e58d7db5aa8c125068dd735765 (diff)
downloadlinux-1f0f1e80fdd3aa9631f6c22cda4f8550cfcfcc3e.tar.gz
pwm: lp3943: Dynamically allocate PWM chip base
When there are other PWM controllers enabled along with pwm-lp3943,
pwm-lp3942 is failing to probe with -EEXIST error. This is because
other PWM controllers are probed first and assigned PWM base 0 and
pwm-lp3943 is requesting for 0 again.

In order to avoid this, assign the chip base with -1, so that it is
dynamically allocated.

Fixes: af66b3c0934e ("pwm: Add LP3943 PWM driver")
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Uwe Kleine-König <u.kleine-könig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/clk/ti')
0 files changed, 0 insertions, 0 deletions