raspberry-pi/4: remove hard-coded CPU revision overlay
This commit is contained in:
parent
4471c6a218
commit
a886e41b8e
2 changed files with 0 additions and 25 deletions
|
|
@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
'';
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
@ -11,7 +11,6 @@
|
|||
./audio.nix
|
||||
./backlight.nix
|
||||
./bluetooth.nix
|
||||
./cpu-revision.nix
|
||||
./digi-amp-plus.nix
|
||||
./dwc2.nix
|
||||
./gpio.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue