Skip to content

Commit

Permalink
pwm: atmel-hlcdc: add sama5d2 SoC support.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
  • Loading branch information
Nicolas Ferre authored and thierryreding committed Oct 6, 2015
1 parent 3a9f595 commit 2b8b0ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/pwm/pwm-atmel-hlcdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2b8b0ef

Please sign in to comment.