]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
fix(kernel-modules): add Cadence USB driver to base
authorBenjamin Drung <benjamin.drung@canonical.com>
Thu, 31 Jul 2025 19:45:17 +0000 (21:45 +0200)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Mon, 11 Aug 2025 15:10:33 +0000 (08:10 -0700)
Installed Debian Trixie d-i rc2 (dvd-1) on USB storage on Pine64 Star64
is not bootable due to missing modules `cdns3_starfive` and `cdns3` from
initramfs.

Note the above USB support on Pine64 Star64 is directly part of StarFive
JH7110 CPU and differs from StarFive VisionFive2 which uses an external
controller attached to the PCIe bus.

Bug-Debian: https://bugs.debian.org/1108924

modules.d/70kernel-modules/module-setup.sh

index e4bfaf6e977d5493079a5e5f605ec3a53cc375bc..4f40c233fed828768eeec8d85ee48b9af549b93f 100755 (executable)
@@ -93,6 +93,7 @@ installkernel() {
                 "=drivers/soc" \
                 "=drivers/spi" \
                 "=drivers/spmi" \
+                "=drivers/usb/cdns3" \
                 "=drivers/usb/chipidea" \
                 "=drivers/usb/dwc2" \
                 "=drivers/usb/dwc3" \