Skip to content

Commit c496538

Browse files
claudiubezneacristibirsan
authored andcommitted
usb: gadget: udc: atmel: add compatible for SAM9X60's PMC
Add compatible for SAM9X60's PMC. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> [cristian.birsan@microchip.com Add sentinel at the end of the array] Signed-off-by: Cristian Birsan <cristian.birsan@microchip.com>
1 parent 77510eb commit c496538

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/usb/gadget/udc/atmel_usba_udc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2055,6 +2055,8 @@ static const struct of_device_id atmel_pmc_dt_ids[] = {
20552055
{ .compatible = "atmel,at91sam9g45-pmc" },
20562056
{ .compatible = "atmel,at91sam9rl-pmc" },
20572057
{ .compatible = "atmel,at91sam9x5-pmc" },
2058+
{ .compatible = "microchip,sam9x60-pmc" },
2059+
{ /* sentinel */ }
20582060
};
20592061

20602062
static struct usba_ep * atmel_udc_of_init(struct platform_device *pdev,

0 commit comments

Comments
 (0)