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

Configure Feed

Select the types of activity you want to include in your feed.

usb: dwc3: of-simple: Add compatible for hi3798mv200 DWC3 controller

Hi3798MV200 uses dwc3 controller with a few more clocks and a dedicated
resets. Use of_simple driver for it.

Signed-off-by: Yang Xiwen <forbidden405@outlook.com>
Link: https://lore.kernel.org/r/20240225-dwc3-v4-2-8c1fd6c6f615@outlook.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Yang Xiwen and committed by
Greg Kroah-Hartman
8d36c0e4 e7b98987

+1
+1
drivers/usb/dwc3/dwc3-of-simple.c
··· 172 172 { .compatible = "sprd,sc9860-dwc3" }, 173 173 { .compatible = "allwinner,sun50i-h6-dwc3" }, 174 174 { .compatible = "hisilicon,hi3670-dwc3" }, 175 + { .compatible = "hisilicon,hi3798mv200-dwc3" }, 175 176 { .compatible = "intel,keembay-dwc3" }, 176 177 { /* Sentinel */ } 177 178 };