Skip to content

Commit

Permalink
linux: raspberrypicm4-ioboard-sb: add support for the dwc2 kernel driver
Browse files Browse the repository at this point in the history
This adds support for the DesignWare Core USB 2.0 controller, required
for the USB boot flow.

Changelog-entry: add dwc2 support to the raspberrypicm4-ioboard-sb kernel
Signed-off-by: Alex Gonzalez <alexg@balena.io>
  • Loading branch information
alexgg committed Jul 16, 2024
1 parent fdb332b commit e6d55dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Enable the dwc2 driver
BALENA_CONFIGS:append:raspberrypicm4-ioboard-sb = " dwc2"
BALENA_CONFIGS[dwc2] = "CONFIG_USB_DWC2=y"
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ BALENA_CONFIGS[pieeprom] = " \
CONFIG_SPI_BCM2835=y \
CONFIG_SPI_SPIDEV=y \
"

BALENA_CONFIGS:append:raspberrypicm4-ioboard-sb = " dwc2"
BALENA_CONFIGS[dwc2] = "CONFIG_USB_DWC2=y"

0 comments on commit e6d55dd

Please sign in to comment.