Skip to content

Commit

Permalink
recipes-bsp: u-boot: Update u-boot recipe
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Raevsky <[email protected]>
  • Loading branch information
vraevsky committed Mar 26, 2022
1 parent f86605e commit cf8b913
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-bsp/u-boot/compulab/imx8mp.inc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SRC_URI_append = " \
file://0033-spi-Add-w25128dw-configuration-string.patch \
file://0034-som-imx8m-plus-dts-Fix-the-flexspi-flash0-name.patch \
file://0035-compulab-imx8m-plus-defconfig-Enable-CONFIG_NXP_FSPI.patch \
file://0036-compulab-imx8mp-ddr-Fix-the-0xff060018-vendore-name.patch \
file://0037-compulab-imx8mp-dts-Increase-the-temperature-thresho.patch \
"

SRC_URI_append_ucm-imx8m-plus = " \
Expand Down
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

0 comments on commit cf8b913

Please sign in to comment.