mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 16:16:21 +01:00
Merge pull request #1562 from hatch01/fix-tc358743
fix: tc358743 dt overlay
This commit is contained in:
commit
6b7941884f
|
|
@ -22,6 +22,7 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
hardware.deviceTree.filter = "bcm2711-rpi-4*.dtb";
|
||||
hardware.deviceTree.overlays = [
|
||||
{
|
||||
name = "tc358743-overlay";
|
||||
|
|
|
|||
Loading…
Reference in a new issue