Use dt overlay for pcie fix

This commit is contained in:
asonix 2023-05-17 14:51:31 -05:00
parent 39a0503b13
commit 35eb7a696b
2 changed files with 10 additions and 10 deletions

View file

@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1684171562,
"narHash": "sha256-BMUWjVWAUdyMWKk0ATMC9H0Bv4qAV/TXwwPUvTiC5IQ=",
"lastModified": 1684280442,
"narHash": "sha256-nC1/kfh6tpMQSLQalbNTNnireIlxvLLugrjZdasNh+I=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "55af203d468a6f5032a519cba4f41acf5a74b638",
"rev": "6c591e7adc514090a77209f56c9d0c551ab8530d",
"type": "github"
},
"original": {
@ -63,15 +63,15 @@
]
},
"locked": {
"lastModified": 1684281912,
"narHash": "sha256-dwDgkBXjvTvc0cmBSdCadsu6nvo559k/biu6zIc7/Xc=",
"owner": "asonix",
"lastModified": 1684352326,
"narHash": "sha256-ICwVFKSuhUEFjYgpga4HFuH73GmVUsKBltuAsm3ju/c=",
"owner": "nabam",
"repo": "nixos-rockchip",
"rev": "42287cea00f91fae4c2e17a5a84a0d7f32d87c14",
"rev": "041aaf706a8f4c3c1c93f51291c1b218dbf6168b",
"type": "github"
},
"original": {
"owner": "asonix",
"owner": "nabam",
"repo": "nixos-rockchip",
"type": "github"
}

View file

@ -7,7 +7,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-22.11";
flake-utils.url = "github:numtide/flake-utils";
rockchip = {
url = "github:asonix/nixos-rockchip";
url = "github:nabam/nixos-rockchip";
inputs.nixpkgsUnstable.follows = "nixpkgsUnstable";
inputs.nixpkgsStable.follows = "nixpkgs";
inputs.utils.follows = "flake-utils";
@ -57,7 +57,7 @@
buildModules = ({ uBoot, fdt, kernel }: [
rockchip.nixosModules.sdImageRockchip
rockchip.nixosModules.rk356xPcieFix
rockchip.nixosModules.dtOverlayPCIeFix
(customized { inherit uBoot fdt kernel; })
]);