aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pwm')
-rw-r--r--drivers/pwm/pwm-atmel-hlcdc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pwm/pwm-atmel-hlcdc.c b/drivers/pwm/pwm-atmel-hlcdc.c
index 522f7075bb1a..fa5feaba25a5 100644
--- a/drivers/pwm/pwm-atmel-hlcdc.c
+++ b/drivers/pwm/pwm-atmel-hlcdc.c
@@ -225,6 +225,10 @@ static const struct of_device_id atmel_hlcdc_dt_ids[] = {
225 .compatible = "atmel,sama5d3-hlcdc", 225 .compatible = "atmel,sama5d3-hlcdc",
226 .data = &atmel_hlcdc_pwm_sama5d3_errata, 226 .data = &atmel_hlcdc_pwm_sama5d3_errata,
227 }, 227 },
228 {
229 .compatible = "atmel,sama5d4-hlcdc",
230 .data = &atmel_hlcdc_pwm_sama5d3_errata,
231 },
228 { /* sentinel */ }, 232 { /* sentinel */ },
229}; 233};
230 234