* [U-Boot] [PATCH] serial_sh: Add support Renesas SH7752
@ 2012-11-05 1:54 Shimoda, Yoshihiro
2012-11-12 5:51 ` Nobuhiro Iwamatsu
0 siblings, 1 reply; 2+ messages in thread
From: Shimoda, Yoshihiro @ 2012-11-05 1:54 UTC (permalink / raw)
To: u-boot
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
drivers/serial/serial_sh.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/serial/serial_sh.h b/drivers/serial/serial_sh.h
index a33334e..7e38a3f 100644
--- a/drivers/serial/serial_sh.h
+++ b/drivers/serial/serial_sh.h
@@ -143,7 +143,7 @@ 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)
+#elif defined(CONFIG_CPU_SH7757) || defined(CONFIG_CPU_SH7752)
# define SCSPTR0 0xfe4b0020
# define SCSPTR1 0xfe4b0020
# define SCSPTR2 0xfe4b0020
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* [U-Boot] [PATCH] serial_sh: Add support Renesas SH7752
2012-11-05 1:54 [U-Boot] [PATCH] serial_sh: Add support Renesas SH7752 Shimoda, Yoshihiro
@ 2012-11-12 5:51 ` Nobuhiro Iwamatsu
0 siblings, 0 replies; 2+ messages in thread
From: Nobuhiro Iwamatsu @ 2012-11-12 5:51 UTC (permalink / raw)
To: u-boot
Applied, thanks.
Best regards,
Nobuhiro
On Mon, Nov 5, 2012 at 10:54 AM, Shimoda, Yoshihiro
<yoshihiro.shimoda.uh@renesas.com> wrote:
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
> drivers/serial/serial_sh.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/serial/serial_sh.h b/drivers/serial/serial_sh.h
> index a33334e..7e38a3f 100644
> --- a/drivers/serial/serial_sh.h
> +++ b/drivers/serial/serial_sh.h
> @@ -143,7 +143,7 @@ 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)
> +#elif defined(CONFIG_CPU_SH7757) || defined(CONFIG_CPU_SH7752)
> # define SCSPTR0 0xfe4b0020
> # define SCSPTR1 0xfe4b0020
> # define SCSPTR2 0xfe4b0020
> --
> 1.7.1
--
Nobuhiro Iwamatsu
iwamatsu at {nigauri.org / debian.org}
GPG ID: 40AD1FA6
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-12 5:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-05 1:54 [U-Boot] [PATCH] serial_sh: Add support Renesas SH7752 Shimoda, Yoshihiro
2012-11-12 5:51 ` Nobuhiro Iwamatsu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox