From aa45a857ec6d979080574c9dd25dfd45ff885bba Mon Sep 17 00:00:00 2001 From: Andrew Kidd Date: Thu, 2 Jan 2025 14:35:50 +0000 Subject: [PATCH] try fkms --- rpi/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi/config.nix b/rpi/config.nix index f48ba60..47991cd 100644 --- a/rpi/config.nix +++ b/rpi/config.nix @@ -110,7 +110,7 @@ in dt-overlays = lib.mkOption { type = with lib.types; attrsOf (submodule dt-overlay); default = { }; - example = { vc4-kms-v3d = { cma-256 = { enable = true; }; }; }; + example = { vc4-fkms-v3d = { cma-256 = { enable = true; }; }; }; description = "dtb overlays to apply"; }; };