serial: samsung: remove UART baudrate clock enable
authorYoungmin Nam <youngmin.nam@samsung.com>
Fri, 7 Aug 2015 04:51:48 +0000 (13:51 +0900)
committermyung-su.cha <myung-su.cha@samsung.com>
Wed, 9 May 2018 12:14:45 +0000 (21:14 +0900)
commit290c88b7e1755de4202ab7e38a25baee27aa0bf7
tree3f90856547e301124f376d40f12062a48f472e45
parente2c0fbf6fb36b547f35faa44854b7a6145a80767
serial: samsung: remove UART baudrate clock enable

This patch removes clock enable routine for baudrate.
On Exynos5 and Exynos7, uart baudrate clock will be either
sclk or divider of sclk which is parent clock of sclk.
So, we don't need to enable baudrate clock. Because
when we enable sclk, baudrate clock is also enabled.

Change-Id: I3316cac79559746f8a4c27c844bc793743fe5ee6
Signed-off-by: Youngmin Nam <youngmin.nam@samsung.com>
drivers/tty/serial/samsung.c