Skip to content

Commit 68d6f55

Browse files
author
Pascal Paillet
committed
fixup! plat-stm32mp1: SCMI performance domain for CPU DVFS
Remove comment. Signed-off-by: Pascal Paillet <p.paillet@foss.st.com>
1 parent e81b5b8 commit 68d6f55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/arch/arm/plat-stm32mp1/scmi_server.c

-1
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,6 @@ int32_t plat_scmi_perf_level_latency(unsigned int channel_id,
10251025
if (!perfd)
10261026
return SCMI_NOT_FOUND;
10271027

1028-
/* Measured latency on STM32MP13 is around 650uS so set 1mS */
10291028
*latency = CFG_STM32MP_OPP_LATENCY_US;
10301029

10311030
return SCMI_SUCCESS;

0 commit comments

Comments
 (0)