mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 08:43:31 +00:00
usb: cdns3: Add support for TI's AM64 SoC
Add support for USB controller present on the AM64x SoC. Signed-off-by: Aswath Govindraju <a-govindraju@ti.com> Signed-off-by: Peter Chen <peter.chen@kernel.org>
This commit is contained in:
parent
9fd53a5bd1
commit
4f30b9d231
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ static int cdns_ti_remove(struct platform_device *pdev)
|
|||
|
||||
static const struct of_device_id cdns_ti_of_match[] = {
|
||||
{ .compatible = "ti,j721e-usb", },
|
||||
{ .compatible = "ti,am64-usb", },
|
||||
{},
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, cdns_ti_of_match);
|
||||
|
|
Loading…
Add table
Reference in a new issue