]> asedeno.scripts.mit.edu Git - linux.git/commit
ARC: [plat-axs103] use clk driver #1: Get rid of platform specific cpu clk setting
authorEugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Mon, 14 Aug 2017 16:12:10 +0000 (19:12 +0300)
committerVineet Gupta <vgupta@synopsys.com>
Fri, 1 Sep 2017 18:26:24 +0000 (11:26 -0700)
commit9926c29f746d178400543e2056cee4d437e697f3
treecf060a724617f7b28cc4bb906d2f1246e5b0a3fc
parentae0b63d97d8efc377cc5b161abccc6e3586b206f
ARC: [plat-axs103] use clk driver #1: Get rid of platform specific cpu clk setting

historically axs103 platform code used to set the cpu clk by writing to
PLL registers directly. however the axs10x clk driver is now upstream so
no need to do this amymore.

Driver is selected automatically when CONFIG_ARC_PLAT_AXS10X is set

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
[vgupta: deleted more code not needed anymore]
arch/arc/plat-axs10x/axs10x.c