Skip to content

Commit

Permalink
[review] plat-stm32mp1: pwr: configure HSLV for fixed VDD supplied do…
Browse files Browse the repository at this point in the history
…main

Fix spelling in trace message.

Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
  • Loading branch information
etienne-lms committed Nov 22, 2023
1 parent 09ac7e5 commit 60c6485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/arch/arm/plat-stm32mp1/drivers/stm32mp1_pwr.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ static TEE_Result set_fixed_vdd_hslv_mode(struct regulator *vdd_supply)
"stm32mp1-pwr-hslv");
}
} else if (product_below_2v5) {
panic("Vdd to high for related IO domains");
panic("Vdd too high for related IO domains");
}

return TEE_SUCCESS;
Expand Down

0 comments on commit 60c6485

Please sign in to comment.