commit | 0e6e9b648d802fe6641fe543b6dc4828baded159 | [log] [tgz] |
---|---|---|
author | Alexey Brodkin <abrodkin@synopsys.com> | Mon Feb 01 16:31:14 2016 +0300 |
committer | Vineet Gupta <vgupta@synopsys.com> | Mon May 09 09:32:30 2016 +0530 |
tree | 5a39f97895548188134795411d9579882bf221a3 | |
parent | d21beffb0b9181c8823f71a5a7fabce6a0d4cf29 [diff] |
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>