Skip to content

Commit 66eb7e3

Browse files
ryan-wannernoglitch
authored andcommitted
pwm: atmel-hlcdc: Add compatible for SAMA7D65 XLCDC's PWM
Add compatible string for SAMA7D65 XLCDC's PWM. Signed-off-by: Ryan Wanner <[email protected]> Acked-by: Nicolas Ferre <[email protected]>
1 parent 35036f5 commit 66eb7e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pwm/pwm-atmel-hlcdc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ static const struct of_device_id atmel_hlcdc_dt_ids[] = {
238238
.data = &atmel_hlcdc_pwm_sama5d3_errata,
239239
},
240240
{ .compatible = "microchip,sam9x60-hlcdc", },
241+
{ .compatible = "microchip,sama7d65-xlcdc", },
241242
{ /* sentinel */ },
242243
};
243244
MODULE_DEVICE_TABLE(of, atmel_hlcdc_dt_ids);

0 commit comments

Comments
 (0)