diff mbox

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

Message ID 20170513135753.8478-21-marek.vasut+renesas@gmail.com
State Accepted
Commit 4c443bdbf60d221786b6827d92df33a47b9cd5fb
Delegated to: Nobuhiro Iwamatsu
Headers show

Commit Message

Marek Vasut May 13, 2017, 1:57 p.m. UTC
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@gmail.com>
Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 include/configs/salvator-x.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Nobuhiro Iwamatsu May 13, 2017, 9:42 p.m. UTC | #1
Applied to rmobile branch, thanks!

2017-05-13 22:57 GMT+09:00 Marek Vasut <marek.vasut@gmail.com>:
> 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@gmail.com>
> Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
> Cc: Nobuhiro Iwamatsu <iwamatsu@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
>
diff mbox

Patch

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