All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] stm32mp1: Fix warning display when 1.5A power supply is used
@ 2020-04-30 16:41 Patrice Chotard
  2020-05-13 12:03 ` Patrick DELAUNAY
  2020-05-14  9:33 ` Patrick DELAUNAY
  0 siblings, 2 replies; 3+ messages in thread
From: Patrice Chotard @ 2020-04-30 16:41 UTC (permalink / raw)
  To: u-boot

On DK1/2 board, when a 1.5A power supply is detected, a warning
message is displayed. In this message, "1.5mA" is displayed instead
of "1.5A".

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
---

 board/st/stm32mp1/stm32mp1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/st/stm32mp1/stm32mp1.c b/board/st/stm32mp1/stm32mp1.c
index 45068b1cd9..a4e4d8e9fe 100644
--- a/board/st/stm32mp1/stm32mp1.c
+++ b/board/st/stm32mp1/stm32mp1.c
@@ -435,7 +435,7 @@ static int board_check_usb_power(void)
 	if (max_uV > USB_WARNING_LOW_THRESHOLD_UV &&
 	    max_uV <= USB_START_LOW_THRESHOLD_UV &&
 	    min_uV <= USB_LOW_THRESHOLD_UV) {
-		pr_err("*       WARNING 1.5mA power supply detected        *\n");
+		pr_err("*       WARNING 1.5A power supply detected        *\n");
 		nb_blink = 3;
 	}
 
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] stm32mp1: Fix warning display when 1.5A power supply is used
  2020-04-30 16:41 [PATCH] stm32mp1: Fix warning display when 1.5A power supply is used Patrice Chotard
@ 2020-05-13 12:03 ` Patrick DELAUNAY
  2020-05-14  9:33 ` Patrick DELAUNAY
  1 sibling, 0 replies; 3+ messages in thread
From: Patrick DELAUNAY @ 2020-05-13 12:03 UTC (permalink / raw)
  To: u-boot

Hi Patrice

> From: Patrice CHOTARD <patrice.chotard@st.com>
> Sent: jeudi 30 avril 2020 18:41
> 
> On DK1/2 board, when a 1.5A power supply is detected, a warning message is
> displayed. In this message, "1.5mA" is displayed instead of "1.5A".
> 
> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
> ---
> 
>  board/st/stm32mp1/stm32mp1.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>

Thanks

Patrick

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] stm32mp1: Fix warning display when 1.5A power supply is used
  2020-04-30 16:41 [PATCH] stm32mp1: Fix warning display when 1.5A power supply is used Patrice Chotard
  2020-05-13 12:03 ` Patrick DELAUNAY
@ 2020-05-14  9:33 ` Patrick DELAUNAY
  1 sibling, 0 replies; 3+ messages in thread
From: Patrick DELAUNAY @ 2020-05-14  9:33 UTC (permalink / raw)
  To: u-boot

Hi Patrice

> From: Patrice CHOTARD <patrice.chotard@st.com>
> Sent: jeudi 30 avril 2020 18:41
> 
> On DK1/2 board, when a 1.5A power supply is detected, a warning message is
> displayed. In this message, "1.5mA" is displayed instead of "1.5A".
> 
> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
> ---
> 
>  board/st/stm32mp1/stm32mp1.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied to u-boot-stm/master, thanks!

Regards

Patrick

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-14  9:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-30 16:41 [PATCH] stm32mp1: Fix warning display when 1.5A power supply is used Patrice Chotard
2020-05-13 12:03 ` Patrick DELAUNAY
2020-05-14  9:33 ` Patrick DELAUNAY

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.