revert: remove failed CWU50 display fix patches

This commit is contained in:
2026-06-13 18:04:06 -04:00
parent a4f4891236
commit 6fac886598
4 changed files with 0 additions and 40 deletions

View File

@@ -100,13 +100,6 @@
nixpkgs.config.allowUnfree = true;
boot.loader.raspberry-pi.bootloader = "kernel";
}
# Kernel patch: VIDEO only (no BURST, no SYNC_PULSE)
({ lib, ... }: {
boot.kernelPatches = [{
name = "panel-cwu50-no-burst-no-sync-pulse";
patch = ./patches/0008-panel-cwu50-no-burst-no-sync-pulse.patch;
}];
})
nixos-raspberrypi.nixosModules.nixpkgs-rpi
nixos-raspberrypi.nixosModules.raspberry-pi-5.base
nixos-raspberrypi.lib.inject-overlays