From: Marek Vasut Date: Sat, 13 May 2017 13:57:51 +0000 (+0200) Subject: ARM: rmobile: salvator-x: Enable SCIF2 clock X-Git-Tag: v2017.07-rc1~191^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4c443bdbf60d221786b6827d92df33a47b9cd5fb;p=oweals%2Fu-boot.git ARM: rmobile: salvator-x: Enable SCIF2 clock There are two UARTs on the board, so enable the clock for the second one as well. Signed-off-by: Marek Vasut Cc: Hiroyuki Yokoyama Cc: Nobuhiro Iwamatsu --- 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