From 57b4940553b466bb36ed12a9bbffc3fc6fedd2d3 Mon Sep 17 00:00:00 2001
From: Myned <dev@bjork.tech>
Date: Tue, 1 Apr 2025 21:25:51 -0500
Subject: [PATCH] mypi3: add comment

---
 machines/mypi3/default.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/machines/mypi3/default.nix b/machines/mypi3/default.nix
index 0e03f52..b359497 100644
--- a/machines/mypi3/default.nix
+++ b/machines/mypi3/default.nix
@@ -24,6 +24,8 @@
 
     settings = {
       boot = {
+        # BUG: GPU reset issues on 3B+ causing hangs, uncomment when fixed with vc4 driver
+        # https://github.com/raspberrypi/linux/issues/5780
         #// kernel = pkgs.linuxPackages_rpi3;
         u-boot = true;
       };