From: Stefan Wahren Date: Sun, 28 Jul 2024 13:00:25 +0000 (+0200) Subject: usb: dwc2: Add comment about BCM2848 ACPI ID X-Git-Tag: v6.12-rc1~42^2~133 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7d0aee60f49b7c915696d70a5b7d26d8af1e612;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://lore.kernel.org/r/20240728130029.78279-4-wahrenst@gmx.net Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/dwc2/params.c b/drivers/usb/dwc2/params.c index a937eadbc9b3e..4d73fae80b123 100644 --- a/drivers/usb/dwc2/params.c +++ b/drivers/usb/dwc2/params.c @@ -352,6 +352,7 @@ const struct of_device_id dwc2_of_match_table[] = { MODULE_DEVICE_TABLE(of, dwc2_of_match_table); const struct acpi_device_id dwc2_acpi_match[] = { + /* This ID refers to the same USB IP as of_device_id brcm,bcm2835-usb */ { "BCM2848", (kernel_ulong_t)dwc2_set_bcm_params }, { }, };