Skip to content

Commit

Permalink
pwm: atmel-hlcdc: Add compatible for SAM9X60 HLCDC's PWM
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Claudiu Beznea authored and Thierry Reding committed Jun 26, 2019
1 parent 11fc4ed commit da9b386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pwm/pwm-atmel-hlcdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit da9b386

Please sign in to comment.