OSDN Git Service

usb: dwc2: Enable RPi in ACPI mode
authorJeremy Linton <jeremy.linton@arm.com>
Tue, 13 Apr 2021 21:58:34 +0000 (16:58 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Apr 2021 08:55:54 +0000 (10:55 +0200)
commit2e5db2c0e508f10daa348c47c3093d34f0b865c8
tree02b11cd0c88ae6f3fb855a5bdd2d82e3aae1bbe6
parente8b767431798b54971811355be7d9ce6cef8ecd2
usb: dwc2: Enable RPi in ACPI mode

The dwc2 driver has everything we need to run
in ACPI mode except for the ACPI module device table
boilerplate. With that added and identified as "BCM2848",
an id in use by other OSs for this device, the dw2
controller on the BCM2711 will work.

Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
Link: https://lore.kernel.org/r/20210413215834.3126447-2-jeremy.linton@arm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc2/core.h
drivers/usb/dwc2/params.c
drivers/usb/dwc2/platform.c