From 9d09a7452ccf99f2ddfca1a349758312cc5d569c Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 14 Nov 2023 20:47:59 +0100 Subject: [PATCH] raspberry-pi/4: format --- raspberry-pi/4/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/raspberry-pi/4/default.nix b/raspberry-pi/4/default.nix index 5645d47..1c55265 100644 --- a/raspberry-pi/4/default.nix +++ b/raspberry-pi/4/default.nix @@ -5,17 +5,17 @@ ./audio.nix ./backlight.nix ./cpu-revision.nix + ./digi-amp-plus.nix ./dwc2.nix ./i2c.nix ./modesetting.nix + ./pkgs-overlays.nix ./poe-hat.nix ./poe-plus-hat.nix + ./pwm0.nix ./tc358743.nix ./touch-ft5406.nix - ./pwm0.nix - ./pkgs-overlays.nix ./xhci.nix - ./digi-amp-plus.nix ]; boot = { @@ -24,7 +24,7 @@ "usbhid" "usb_storage" "vc4" - "pcie_brcmstb" # required for the pcie bus to work + "pcie_brcmstb" # required for the pcie bus to work "reset-raspberrypi" # required for vl805 firmware to load ];