Skip to content

Commit 30642e3

Browse files
committed
Add support to run 800MHz speed grade MP1 at 650MHz
1 parent e729058 commit 30642e3

File tree

4 files changed

+40
-1
lines changed

4 files changed

+40
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ This repository contains the device tree sources for OSD32MP1-RED
1111
| Kernel Version | v5.10-stm32mp-r0 |
1212
| Cube Programmer | v2.5 or greater |
1313

14-
Developer Package istallation : https://wiki.st.com/stm32mpu-ecosystem-v1/wiki/STM32MP1_Developer_Package
14+
Developer Package istallation : https://wiki.st.com/stm32mpu-ecosystem-v3/wiki/STM32MP1_Developer_Package

linux-v5.10-r0/stm32mp15xa.dtsi

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2+
/*
3+
* Copyright (C) STMicroelectronics 2019 - All Rights Reserved
4+
* Author: Alexandre Torgue <[email protected]> for STMicroelectronics.
5+
*/
6+
7+
&cpu0_opp_table {
8+
opp-650000000 {
9+
opp-hz = /bits/ 64 <650000000>;
10+
opp-microvolt = <1200000>;
11+
opp-supported-hw = <0x1 0x2>;
12+
};
13+
};

tf-a-v2.4-r0/stm32mp15xa.dtsi

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2+
/*
3+
* Copyright (C) STMicroelectronics 2019 - All Rights Reserved
4+
* Author: Alexandre Torgue <[email protected]> for STMicroelectronics.
5+
*/
6+
7+
&cpu0_opp_table {
8+
opp-650000000 {
9+
opp-hz = /bits/ 64 <650000000>;
10+
opp-microvolt = <1200000>;
11+
opp-supported-hw = <0x1 0x2>;
12+
};
13+
};

u-boot-v2020.10-r0/stm32mp15xa.dtsi

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2+
/*
3+
* Copyright (C) STMicroelectronics 2019 - All Rights Reserved
4+
* Author: Alexandre Torgue <[email protected]> for STMicroelectronics.
5+
*/
6+
7+
&cpu0_opp_table {
8+
opp-650000000 {
9+
opp-hz = /bits/ 64 <650000000>;
10+
opp-microvolt = <1200000>;
11+
opp-supported-hw = <0x1 0x2>;
12+
};
13+
};

0 commit comments

Comments
 (0)