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;
       };