mirror of https://gitee.com/openkylin/linux.git
pwm: atmel-hlcdc: Add compatible for SAM9X60 HLCDC's PWM
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>
This commit is contained in:
parent
11fc4edc48
commit
da9b386492
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue