profiles/all-hardware.nix: Add support for Raspberry Pi 4 USB

This commit is contained in:
Samuel Dionne-Riel 2021-04-19 21:40:00 -04:00
parent a846d19831
commit 70205bd13c

View File

@ -68,6 +68,10 @@ in
# PWM for the backlight # PWM for the backlight
"pwm-sun4i" "pwm-sun4i"
# Broadcom
"pcie-brcmstb"
# Misc. uncategorized hardware # Misc. uncategorized hardware
# Used for some platform's integrated displays # Used for some platform's integrated displays
@ -79,6 +83,9 @@ in
"axp20x-battery" "axp20x-battery"
"pinctrl-axp209" "pinctrl-axp209"
# USB drivers
"xhci-pci-renesas"
# Misc "weak" dependencies # Misc "weak" dependencies
"analogix-anx6345" # For DP or eDP (e.g. integrated display) "analogix-anx6345" # For DP or eDP (e.g. integrated display)
]; ];