diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2013-12-06 04:59:44 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-24 07:09:16 -0500 |
commit | 938ed60f7a0698a27f40369f3f89e0f07f570959 (patch) | |
tree | b5a1dc03f0d7167d8b136588c60ca301009c5c0b | |
parent | 79fb5b4c6fc2222e5cf3899454b8c669a9f5c485 (diff) |
ARM: shmobile: r8a7778: Don't set plat_sci_port scbrr_algo_id field
The field will be removed from the sh-sci driver. Don't set it and let
the driver handle baud rate calculation internally.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7778.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7778.c b/arch/arm/mach-shmobile/setup-r8a7778.c index 3e583cd79bea..6d694526e4ca 100644 --- a/arch/arm/mach-shmobile/setup-r8a7778.c +++ b/arch/arm/mach-shmobile/setup-r8a7778.c | |||
@@ -48,7 +48,6 @@ | |||
48 | static struct plat_sci_port scif##index##_platform_data = { \ | 48 | static struct plat_sci_port scif##index##_platform_data = { \ |
49 | .flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP, \ | 49 | .flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP, \ |
50 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, \ | 50 | .scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, \ |
51 | .scbrr_algo_id = SCBRR_ALGO_2, \ | ||
52 | .type = PORT_SCIF, \ | 51 | .type = PORT_SCIF, \ |
53 | }; \ | 52 | }; \ |
54 | \ | 53 | \ |