projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a9f595
)
pwm: atmel-hlcdc: add sama5d2 SoC support.
author
Nicolas Ferre
<nicolas.ferre@atmel.com>
Wed, 9 Sep 2015 13:32:30 +0000
(15:32 +0200)
committer
Thierry Reding
<thierry.reding@gmail.com>
Tue, 6 Oct 2015 14:07:28 +0000
(16:07 +0200)
Add sama5d2 hlcdc backlight PWM support. This chip doesn't have to deal with an
errata, so it's a simple addition of the mfd compatible string.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-atmel-hlcdc.c
patch
|
blob
|
history
diff --git
a/drivers/pwm/pwm-atmel-hlcdc.c
b/drivers/pwm/pwm-atmel-hlcdc.c
index be7bb05325b89742870a06830b8535d1100551b5..f994c7eaf41c6c3d67a0c688247561dadee49863 100644
(file)
--- a/
drivers/pwm/pwm-atmel-hlcdc.c
+++ b/
drivers/pwm/pwm-atmel-hlcdc.c
@@
-226,6
+226,9
@@
static const struct of_device_id atmel_hlcdc_dt_ids[] = {
.compatible = "atmel,at91sam9x5-hlcdc",
.data = &atmel_hlcdc_pwm_at91sam9x5_errata,
},
+ {
+ .compatible = "atmel,sama5d2-hlcdc",
+ },
{
.compatible = "atmel,sama5d3-hlcdc",
.data = &atmel_hlcdc_pwm_sama5d3_errata,