aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/setup-sh7372.c
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2013-12-06 04:59:39 -0500
committerSimon Horman <horms+renesas@verge.net.au>2013-12-24 07:09:13 -0500
commitd910224928058b6632010987dfed5ca72022e4b4 (patch)
tree8b88c95e104f06c406ac531e5a2387f61c56c0a5 /arch/arm/mach-shmobile/setup-sh7372.c
parentaa61ee2ee3bdeee17242bb7357f3edc19d417f41 (diff)
ARM: shmobile: sh7372: 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>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-sh7372.c')
-rw-r--r--arch/arm/mach-shmobile/setup-sh7372.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-sh7372.c b/arch/arm/mach-shmobile/setup-sh7372.c
index 798f8acc6195..27301278c208 100644
--- a/arch/arm/mach-shmobile/setup-sh7372.c
+++ b/arch/arm/mach-shmobile/setup-sh7372.c
@@ -91,7 +91,6 @@ void __init sh7372_pinmux_init(void)
91static struct plat_sci_port scif##index##_platform_data = { \ 91static struct plat_sci_port scif##index##_platform_data = { \
92 .type = scif_type, \ 92 .type = scif_type, \
93 .flags = UPF_BOOT_AUTOCONF, \ 93 .flags = UPF_BOOT_AUTOCONF, \
94 .scbrr_algo_id = SCBRR_ALGO_4, \
95 .scscr = SCSCR_RE | SCSCR_TE, \ 94 .scscr = SCSCR_RE | SCSCR_TE, \
96}; \ 95}; \
97 \ 96 \