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: dwc2: Add comment about BCM2848 ACPI ID

During recent code review the different naming between ACPI and OF
IDs led to confusion. So add a clarifying comment.

Link: https://lore.kernel.org/linux-usb/38e46b44-6248-45e8-bdf9-66008a2fe290@arm.com/
Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Link: https://lore.kernel.org/r/20240728130029.78279-4-wahrenst@gmx.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Stefan Wahren and committed by
Greg Kroah-Hartman
e7d0aee6 727f5a24

+1
+1
drivers/usb/dwc2/params.c
··· 352 352 MODULE_DEVICE_TABLE(of, dwc2_of_match_table); 353 353 354 354 const struct acpi_device_id dwc2_acpi_match[] = { 355 + /* This ID refers to the same USB IP as of_device_id brcm,bcm2835-usb */ 355 356 { "BCM2848", (kernel_ulong_t)dwc2_set_bcm_params }, 356 357 { }, 357 358 };