mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 01:48:50 +08:00
Merge pull request #1562 from hatch01/fix-tc358743
fix: tc358743 dt overlay
This commit is contained in:
@@ -22,6 +22,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
hardware.deviceTree.filter = "bcm2711-rpi-4*.dtb";
|
||||||
hardware.deviceTree.overlays = [
|
hardware.deviceTree.overlays = [
|
||||||
{
|
{
|
||||||
name = "tc358743-overlay";
|
name = "tc358743-overlay";
|
||||||
|
|||||||
Reference in New Issue
Block a user