Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Aswath Govindraju and committed by
Peter Chen
4f30b9d2 9fd53a5b

+1
+1
drivers/usb/cdns3/cdns3-ti.c
··· 214 214 215 215 static const struct of_device_id cdns_ti_of_match[] = { 216 216 { .compatible = "ti,j721e-usb", }, 217 + { .compatible = "ti,am64-usb", }, 217 218 {}, 218 219 }; 219 220 MODULE_DEVICE_TABLE(of, cdns_ti_of_match);