-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set sdram frequency to 1600MHz and switch to blobless
- Loading branch information
Showing
3 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
.../u-boot/u-boot-rockchip64-v2022.04/rk3399-nanopc-t4-use-1600MHz-sdram-configuration.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From 7e982e4a89d1f2e23b121c2db5386dc348f0e52b Mon Sep 17 00:00:00 2001 | ||
From: Lu jicong <[email protected]> | ||
Date: Wed, 29 Jan 2025 19:46:03 +0800 | ||
Subject: [PATCH] nanopc-t4: use 1600MHz sdram configuration | ||
|
||
Some boards are unstable at 1866MHz configuration | ||
Switch to 1600MHz to avoid unstable problems | ||
This is also consistent with stock frequency | ||
--- | ||
arch/arm/dts/rk3399-nanopc-t4-u-boot.dtsi | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/arch/arm/dts/rk3399-nanopc-t4-u-boot.dtsi b/arch/arm/dts/rk3399-nanopc-t4-u-boot.dtsi | ||
index 17201bcf41..8b6c9059ab 100644 | ||
--- a/arch/arm/dts/rk3399-nanopc-t4-u-boot.dtsi | ||
+++ b/arch/arm/dts/rk3399-nanopc-t4-u-boot.dtsi | ||
@@ -4,4 +4,4 @@ | ||
*/ | ||
|
||
#include "rk3399-nanopi4-u-boot.dtsi" | ||
-#include "rk3399-sdram-lpddr3-samsung-4GB-1866.dtsi" | ||
+#include "rk3399-sdram-lpddr3-4GB-1600.dtsi" | ||
-- | ||
2.39.5 | ||
|
25 changes: 25 additions & 0 deletions
25
patch/u-boot/u-boot-rockchip64/rk3399-nanopc-t4-use-1600MHz-sdram-configuration.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From 7e982e4a89d1f2e23b121c2db5386dc348f0e52b Mon Sep 17 00:00:00 2001 | ||
From: Lu jicong <[email protected]> | ||
Date: Wed, 29 Jan 2025 19:46:03 +0800 | ||
Subject: [PATCH] nanopc-t4: use 1600MHz sdram configuration | ||
|
||
Some boards are unstable at 1866MHz configuration | ||
Switch to 1600MHz to avoid unstable problems | ||
This is also consistent with stock frequency | ||
--- | ||
arch/arm/dts/rk3399-nanopc-t4-u-boot.dtsi | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/arch/arm/dts/rk3399-nanopc-t4-u-boot.dtsi b/arch/arm/dts/rk3399-nanopc-t4-u-boot.dtsi | ||
index 17201bcf41..8b6c9059ab 100644 | ||
--- a/arch/arm/dts/rk3399-nanopc-t4-u-boot.dtsi | ||
+++ b/arch/arm/dts/rk3399-nanopc-t4-u-boot.dtsi | ||
@@ -4,4 +4,4 @@ | ||
*/ | ||
|
||
#include "rk3399-nanopi4-u-boot.dtsi" | ||
-#include "rk3399-sdram-lpddr3-samsung-4GB-1866.dtsi" | ||
+#include "rk3399-sdram-lpddr3-4GB-1600.dtsi" | ||
-- | ||
2.39.5 | ||
|