Skip to content

Commit

Permalink
starfive visionfive2: drop outdated kernel patches
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Aug 17, 2023
1 parent 430a56d commit 936e511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 53 deletions.
10 changes: 3 additions & 7 deletions starfive/visionfive/v2/linux-6.5.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,11 @@ let
src = fetchFromGitHub {
owner = "starfive-tech";
repo = "linux";
rev = "64a6c57ec372c44d0f25416c9614657e274fccff";
hash = "sha256-ZOCCj/VyUZa36+q6sUnE+qA0FcNCFnQjIUils0hBb28=";
rev = "67e8df01b875afd312a7d2ab77f56a62f39dd6d9";
hash = "sha256-H+INnZTrfeCLmxPYbQEu3658/e5/Wz/Y5Ann2+lU6WQ=";
};

inherit modDirVersion;
kernelPatches = [{
name = "verisilicon";
patch = ./verisilicon.patch;
}] ++ kernelPatches;
inherit modDirVersion kernelPatches;

structuredExtraConfig = with lib.kernel; {
PINCTRL_STARFIVE_JH7110_SYS = yes;
Expand Down
46 changes: 0 additions & 46 deletions starfive/visionfive/v2/verisilicon.patch

This file was deleted.

0 comments on commit 936e511

Please sign in to comment.