diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2013-07-23 13:58:20 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2013-10-17 09:43:36 +0900 |
commit | 48ca882c9f17365641ccb7dab164aaff0bc58e08 (patch) | |
tree | dd9baddcc58041710b1129a99ccf3c74ba6a4530 /drivers/serial/serial_sh.c | |
parent | 684a501e8e94115b591bfb3c8f047ccaada4ac26 (diff) | |
download | u-boot-imx-48ca882c9f17365641ccb7dab164aaff0bc58e08.zip u-boot-imx-48ca882c9f17365641ccb7dab164aaff0bc58e08.tar.gz u-boot-imx-48ca882c9f17365641ccb7dab164aaff0bc58e08.tar.bz2 |
serial: sh: Add support R8A7790
This adds the preset value to register, and setup of baudrate.
Signed-off-by: Kouei Abe <kouei.abe.cp@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'drivers/serial/serial_sh.c')
-rw-r--r-- | drivers/serial/serial_sh.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/serial/serial_sh.c b/drivers/serial/serial_sh.c index 67cc0dc..0826d59 100644 --- a/drivers/serial/serial_sh.c +++ b/drivers/serial/serial_sh.c @@ -1,5 +1,6 @@ /* * SuperH SCIF device driver. + * Copyright (C) 2013 Renesas Electronics Corporation * Copyright (C) 2007,2008,2010 Nobuhiro Iwamatsu * Copyright (C) 2002 - 2008 Paul Mundt * |