Merge pull request #1932 from JamieMagee/raspberry-pi-4-dtmerge-default

raspberry-pi/4: enable apply-overlays-dtmerge by default
This commit is contained in:
Doron Behar 2026-07-11 17:58:54 +00:00 committed by GitHub
commit 8efb4337e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 25 deletions

View file

@ -1,24 +0,0 @@
{
hardware.deviceTree.overlays = [
{
name = "rpi4-cpu-revision";
dtsText = ''
/dts-v1/;
/plugin/;
/ {
compatible = "raspberrypi,4-model-b";
fragment@0 {
target-path = "/";
__overlay__ {
system {
linux,revision = <0x00d03114>;
};
};
};
};
'';
}
];
}

View file

@ -11,7 +11,6 @@
./audio.nix
./backlight.nix
./bluetooth.nix
./cpu-revision.nix
./digi-amp-plus.nix
./dwc2.nix
./gpio.nix