mirror of https://gitee.com/openkylin/linux.git
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
|
@ -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…
Reference in New Issue