-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
recipes-bsp: u-boot: Update u-boot recipe
Signed-off-by: Valentin Raevsky <[email protected]>
- Loading branch information
Showing
2 changed files
with
47 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
46 changes: 46 additions & 0 deletions
46
...sp/u-boot/compulab/imx8mp/0037-compulab-imx8mp-dts-Increase-the-temperature-thresho.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,46 @@ | ||
From 33f8670f1a66474db701a47da8c2ed401efe0389 Mon Sep 17 00:00:00 2001 | ||
From: Valentin Raevsky <[email protected]> | ||
Date: Tue, 22 Mar 2022 14:27:58 +0200 | ||
Subject: [PATCH] compulab: imx8mp: dts: Increase the temperature threshold | ||
|
||
Signed-off-by: Valentin Raevsky <[email protected]> | ||
--- | ||
arch/arm/dts/som-imx8m-plus.dts | 8 ++++++++ | ||
arch/arm/dts/ucm-imx8m-plus.dts | 8 ++++++++ | ||
2 files changed, 16 insertions(+) | ||
|
||
diff --git a/arch/arm/dts/som-imx8m-plus.dts b/arch/arm/dts/som-imx8m-plus.dts | ||
index 4ae25ab756..cb1d95cc4f 100644 | ||
--- a/arch/arm/dts/som-imx8m-plus.dts | ||
+++ b/arch/arm/dts/som-imx8m-plus.dts | ||
@@ -730,3 +730,11 @@ | ||
>; | ||
}; | ||
}; | ||
+ | ||
+&cpu_alert0 { | ||
+ temperature = <125000>; | ||
+}; | ||
+ | ||
+&cpu_crit0 { | ||
+ temperature = <155000>; | ||
+}; | ||
diff --git a/arch/arm/dts/ucm-imx8m-plus.dts b/arch/arm/dts/ucm-imx8m-plus.dts | ||
index 028e71f78f..b1fea3818f 100644 | ||
--- a/arch/arm/dts/ucm-imx8m-plus.dts | ||
+++ b/arch/arm/dts/ucm-imx8m-plus.dts | ||
@@ -632,3 +632,11 @@ | ||
>; | ||
}; | ||
}; | ||
+ | ||
+&cpu_alert0 { | ||
+ temperature = <125000>; | ||
+}; | ||
+ | ||
+&cpu_crit0 { | ||
+ temperature = <155000>; | ||
+}; | ||
-- | ||
2.17.1 | ||
|