From: Fabio Estevam <festevam@gmail.com>
Date: Mon, 20 Apr 2020 15:38:51 +0000 (-0300)
Subject: mx8mq_evk: Remove unrelated comment
X-Git-Tag: v2025.01-rc5-pxa1908~2430^2~31
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/gitweb.css?a=commitdiff_plain;h=63fc9d79e5c01f4e111325a3e73f9240dfba555b;p=u-boot.git

mx8mq_evk: Remove unrelated comment

The comment does not relate to the setup_i2c() function, so just
remove it.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---

diff --git a/board/freescale/imx8mq_evk/spl.c b/board/freescale/imx8mq_evk/spl.c
index e442510f44..6ba6a52ebb 100644
--- a/board/freescale/imx8mq_evk/spl.c
+++ b/board/freescale/imx8mq_evk/spl.c
@@ -235,7 +235,6 @@ void board_init_f(ulong dummy)
 
 	enable_tzc380();
 
-	/* Adjust pmic voltage to 1.0V for 800M */
 	setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1);
 
 	power_init_board();