Unverified Commit 4f30b9d2 authored by Aswath Govindraju's avatar Aswath Govindraju Committed by Peter Chen
Browse files

usb: cdns3: Add support for TI's AM64 SoC



Add support for USB controller present on the AM64x SoC.

Signed-off-by: default avatarAswath Govindraju <a-govindraju@ti.com>
Signed-off-by: default avatarPeter Chen <peter.chen@kernel.org>
parent 9fd53a5b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);