From f6abeb027b4b874ad5a6fa59c2cfdee71e373a56 Mon Sep 17 00:00:00 2001 From: javigomezo Date: Sat, 21 Dec 2024 12:51:24 +0100 Subject: [PATCH] raspberry-pi-4: fix devicetree filter --- raspberry-pi/4/tv-hat.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/raspberry-pi/4/tv-hat.nix b/raspberry-pi/4/tv-hat.nix index cf07453b..8c480f43 100644 --- a/raspberry-pi/4/tv-hat.nix +++ b/raspberry-pi/4/tv-hat.nix @@ -12,6 +12,7 @@ in { }; config = lib.mkIf cfg.enable { hardware.raspberry-pi."4".apply-overlays-dtmerge.enable = lib.mkDefault true; + hardware.deviceTree.filter = "*-rpi-4-*.dtb"; hardware.deviceTree.overlays = [ # https://github.com/raspberrypi/linux/blob/rpi-6.1.y/arch/arm/boot/dts/overlays/spi0-0cs-overlay.dts # https://github.com/raspberrypi/linux/blob/rpi-6.1.y/arch/arm/boot/dts/overlays/rpi-tv-overlay.dts