[U-Boot] [PATCH 21/23] ARM: rmobile: salvator-x: Enable SCIF2 clock

Marek Vasut marek.vasut at gmail.com
Sat May 13 13:57:51 UTC 2017


There are two UARTs on the board, so enable the clock for the
second one as well.

Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx at renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
 include/configs/salvator-x.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/salvator-x.h b/include/configs/salvator-x.h
index 4ac9328e1b..0ac3900326 100644
--- a/include/configs/salvator-x.h
+++ b/include/configs/salvator-x.h
@@ -81,6 +81,8 @@
 /* Module stop status bits */
 /* MFIS, SCIF1 */
 #define CONFIG_SMSTP2_ENA	0x00002040
+/* SCIF2 */
+#define CONFIG_SMSTP3_ENA	0x00000400
 /* INTC-AP, IRQC */
 #define CONFIG_SMSTP4_ENA	0x00000180
 
-- 
2.11.0



More information about the U-Boot mailing list