projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11fc4ed
)
pwm: atmel-hlcdc: Add compatible for SAM9X60 HLCDC's PWM
author
Claudiu Beznea
<claudiu.beznea@microchip.com>
Wed, 5 Jun 2019 10:25:44 +0000
(10:25 +0000)
committer
Thierry Reding
<thierry.reding@gmail.com>
Wed, 26 Jun 2019 09:39:13 +0000
(11:39 +0200)
Add compatible string for SAM9X60 HLCDC's PWM.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.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
54c6633
..
65e0965
100644
(file)
--- a/
drivers/pwm/pwm-atmel-hlcdc.c
+++ b/
drivers/pwm/pwm-atmel-hlcdc.c
@@
-246,6
+246,7
@@
static const struct of_device_id atmel_hlcdc_dt_ids[] = {
.compatible = "atmel,sama5d4-hlcdc",
.data = &atmel_hlcdc_pwm_sama5d3_errata,
},
+ { .compatible = "microchip,sam9x60-hlcdc", },
{ /* sentinel */ },
};
MODULE_DEVICE_TABLE(of, atmel_hlcdc_dt_ids);