mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
usb: misc: onboard_usb_dev: Add support for TI TUSB8044 hub
The TUSB8044 is similar to the TUSB8041. This adds the PID/VID values and allows to specify the reset GPIO signal on the board. Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Link: https://lore.kernel.org/r/20250507131143.2243079-1-mike.looijmans@topic.nl Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b48a2e0ba3
commit
ab44b9259b
@@ -125,6 +125,8 @@ static const struct of_device_id onboard_dev_match[] = {
|
||||
{ .compatible = "usb451,8027", .data = &ti_tusb8020b_data, },
|
||||
{ .compatible = "usb451,8140", .data = &ti_tusb8041_data, },
|
||||
{ .compatible = "usb451,8142", .data = &ti_tusb8041_data, },
|
||||
{ .compatible = "usb451,8440", .data = &ti_tusb8041_data, },
|
||||
{ .compatible = "usb451,8442", .data = &ti_tusb8041_data, },
|
||||
{ .compatible = "usb4b4,6504", .data = &cypress_hx3_data, },
|
||||
{ .compatible = "usb4b4,6506", .data = &cypress_hx3_data, },
|
||||
{ .compatible = "usb4b4,6570", .data = &cypress_hx2vl_data, },
|
||||
|
||||
Reference in New Issue
Block a user