mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	Revert "starfive visionfive2: enable required drivers"
This reverts commit 03e1d2d584.
			
			
This commit is contained in:
		@@ -2,15 +2,6 @@
 | 
			
		||||
  boot = {
 | 
			
		||||
    consoleLogLevel = lib.mkDefault 7;
 | 
			
		||||
    kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
 | 
			
		||||
    kernelPatches = [{
 | 
			
		||||
      name = "JH7110";
 | 
			
		||||
      patch = pkgs.fetchpatch {
 | 
			
		||||
        # https://patchwork.kernel.org/project/linux-riscv/patch/20240506034627.66765-1-hal.feng@starfivetech.com/
 | 
			
		||||
        name = "v2-riscv-defconfig-Enable-StarFive-JH7110-drivers.patch";
 | 
			
		||||
        url = "https://patchwork.kernel.org/series/850668/mbox/";
 | 
			
		||||
        hash = "sha256-81Brj61TOUoyVBxrXQh2VU3gTh/1V3uo33ic3sJPk2w=";
 | 
			
		||||
      };
 | 
			
		||||
    }];
 | 
			
		||||
 | 
			
		||||
    kernelParams =
 | 
			
		||||
      lib.mkDefault [ "console=tty0" "console=ttyS0,115200n8" "earlycon=sbi" ];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user