[U-Boot] [PATCH 3/3 v2] serial_sh: add support for SH7753
Nobuhiro Iwamatsu
iwamatsu at nigauri.org
Wed Dec 18 08:53:05 CET 2013
Hi,
Applied, thanks.
Nobuhiro
2013/12/18 Shimoda, Yoshihiro <yoshihiro.shimoda.uh at renesas.com>:
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh at renesas.com>
> ---
> about v2:
> - The patch doesn't remove the CONFIG_CPU_SH7752.
>
> drivers/serial/serial_sh.h | 4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/serial/serial_sh.h b/drivers/serial/serial_sh.h
> index 556b868..f5e9854 100644
> --- a/drivers/serial/serial_sh.h
> +++ b/drivers/serial/serial_sh.h
> @@ -143,7 +143,9 @@ struct uart_port {
> #elif defined(CONFIG_H8S2678)
> # define SCSCR_INIT(port) 0x30 /* TIE=0,RIE=0,TE=1,RE=1 */
> # define H8300_SCI_DR(ch) (*(volatile char *)(P1DR + h8300_sci_pins[ch].port))
> -#elif defined(CONFIG_CPU_SH7757) || defined(CONFIG_CPU_SH7752)
> +#elif defined(CONFIG_CPU_SH7757) || \
> + defined(CONFIG_CPU_SH7752) || \
> + defined(CONFIG_CPU_SH7753)
> # define SCSPTR0 0xfe4b0020
> # define SCSPTR1 0xfe4b0020
> # define SCSPTR2 0xfe4b0020
> --
> 1.7.1
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
More information about the U-Boot
mailing list