From: Claudiu Beznea <[email protected]> Add compatible string for SAM9X60 HLCDC's PWM.
Signed-off-by: Claudiu Beznea <[email protected]> Acked-by: Thierry Reding <[email protected]> --- Hi Thierry, This patch was initially part of series at [1]. The rest of the patches in that series were taken though drm-misc-next. Only this one remained. [1] https://lore.kernel.org/lkml/[email protected]/ drivers/pwm/pwm-atmel-hlcdc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pwm/pwm-atmel-hlcdc.c b/drivers/pwm/pwm-atmel-hlcdc.c index 54c6633d9b5d..6bfbe1a902fc 100644 --- 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); -- 2.7.4

