Skip to content

Commit

Permalink
ccmp25: remove 1.5 GHz CPU OPP on ConnectCore MP2 platform
Browse files Browse the repository at this point in the history
This commit removes the 1.5 GHz Operating Performance Point (OPP) from the
device tree as this capability is not available on STM32MP25xC CPUs used on the
ConnectCore MP2 platform (only available on STM32MP25xD/STM32MP25xF variants).

Signed-off-by: Arturo Buzarra <[email protected]>
  • Loading branch information
abuzarra committed Oct 18, 2024
1 parent e933482 commit 75dc356
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/arch/arm/dts/ccmp25-dvk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
cpu-supply = <&vddcpu>;
};

&cpu0_opp_table {
/delete-node/ opp-1500000000; /* Only available on STM32MP25xD/STM32MP25xF */
};

&hash {
status = "okay";
};
Expand Down

0 comments on commit 75dc356

Please sign in to comment.