From 70205bd13c8e790148158e08716f0820b9c309b6 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Mon, 19 Apr 2021 21:40:00 -0400 Subject: [PATCH] profiles/all-hardware.nix: Add support for Raspberry Pi 4 USB --- nixos/modules/profiles/all-hardware.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nixos/modules/profiles/all-hardware.nix b/nixos/modules/profiles/all-hardware.nix index e3ec50f9e78..30e7983b248 100644 --- a/nixos/modules/profiles/all-hardware.nix +++ b/nixos/modules/profiles/all-hardware.nix @@ -68,6 +68,10 @@ in # PWM for the backlight "pwm-sun4i" + # Broadcom + + "pcie-brcmstb" + # Misc. uncategorized hardware # Used for some platform's integrated displays @@ -79,6 +83,9 @@ in "axp20x-battery" "pinctrl-axp209" + # USB drivers + "xhci-pci-renesas" + # Misc "weak" dependencies "analogix-anx6345" # For DP or eDP (e.g. integrated display) ];