Skip to content

Commit

Permalink
ARM: shmobile: r8a7778: Don't set plat_sci_port scbrr_algo_id field
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
  • Loading branch information
Laurent Pinchart authored and horms committed Dec 24, 2013
1 parent 79fb5b4 commit 938ed60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-shmobile/setup-r8a7778.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
static struct plat_sci_port scif##index##_platform_data = { \
.flags = UPF_BOOT_AUTOCONF | UPF_IOREMAP, \
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1, \
.scbrr_algo_id = SCBRR_ALGO_2, \
.type = PORT_SCIF, \
}; \
\
Expand Down

0 comments on commit 938ed60

Please sign in to comment.