ARC: use fixed frequencies in arc_set_early_base_baud()
authorAlexey Brodkin <abrodkin@synopsys.com>
Mon, 1 Feb 2016 13:31:14 +0000 (16:31 +0300)
committerVineet Gupta <vgupta@synopsys.com>
Mon, 9 May 2016 04:02:30 +0000 (09:32 +0530)
commit0e6e9b648d802fe6641fe543b6dc4828baded159
tree5a39f97895548188134795411d9579882bf221a3
parentd21beffb0b9181c8823f71a5a7fabce6a0d4cf29
ARC: use fixed frequencies in arc_set_early_base_baud()

UARTs usually have fixed clock so we're switching to use of
constant values instead of something derived from core clock
frequency.

Among other things this will allow us to get rid of
arc_{get|set}_core_freq() and switch to generic clock
framework later on.

Acked-by: Christian Ruppert <christian.ruppert@alitech.com>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/kernel/devtree.c