]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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, 7 Mar 2016 12:36:13 +0000 (18:06 +0530)
commite6f9f238b3bf306e56c99d96b6bfa8fe07e3d8fd
tree69a5551727864ab17a788500061ac0c8393a7eb4
parent559ffd9433eb62b9634d2f9656d27e9903097ab6
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.

Cc: 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