Skip to content

Commit 5a67562

Browse files
committed
raspberry-pi/4: move filter into default.nix
1 parent c4399b9 commit 5a67562

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

raspberry-pi/4/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
};
1616
};
1717

18+
hardware.deviceTree.filter = "bcm2711-rpi-*.dtb";
1819

1920
# Required for the Wireless firmware
2021
hardware.enableRedistributableFirmware = true;

raspberry-pi/4/modesetting.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ in
2929
config = lib.mkIf cfg.enable {
3030
# Configure for modesetting in the device tree
3131
hardware.deviceTree = {
32-
filter = "bcm2711-rpi-*.dtb";
3332
overlays = [
3433
# Equivalent to:
3534
# https://github.com/raspberrypi/linux/blob/rpi-5.10.y/arch/arm/boot/dts/overlays/cma-overlay.dts

0 commit comments

Comments
 (0)