Skip to content

Commit dc74bac

Browse files
patrickdelaunaytbourgoi
authored andcommitted
dts: stm32: fix GPU OPP description for STM32MP23x
Since commit e80e43f ("plat-stm32mp: introduce GPU OPP driver") the GPU opp are described in device tree and are used for SCMI power domain. But the OPP for STM32MP23 SoC is correctly defined as it is limited at 400MHz. Fixes: 7f71868 ("dts: stm32: add GPU OPP description in stm32mp235.dtsi") Signed-off-by: Patrick Delaunay <[email protected]> Change-Id: Ibd65f24a874392fa25e44d9149356535dbd582ab Reviewed-on: https://gerrit.st.com/c/mpu/oe/optee/optee_os/+/439608 ACI: CITOOLS <[email protected]> Reviewed-by: Thomas BOURGOIN <[email protected]>
1 parent e382959 commit dc74bac

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

core/arch/arm/dts/stm32mp235.dtsi

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,12 @@
1010
gpu_opp_table: opp-table-gpu {
1111
compatible = "operating-points-v2";
1212

13-
opp-800000000 {
14-
opp-hz = /bits/ 64 <800000000>;
13+
opp-400000000 {
14+
opp-hz = /bits/ 64 <400000000>;
1515
opp-microvolt = <800000>;
1616
opp-supported-hw = <0x3>;
1717
st,opp-default;
1818
};
19-
20-
opp-900000000 {
21-
opp-hz = /bits/ 64 <900000000>;
22-
opp-microvolt = <900000>;
23-
opp-supported-hw = <0x2>;
24-
st,opp-default;
25-
};
2619
};
2720
};
2821

0 commit comments

Comments
 (0)