commit | 9926c29f746d178400543e2056cee4d437e697f3 | [log] [tgz] |
---|---|---|
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | Mon Aug 14 19:12:10 2017 +0300 |
committer | Vineet Gupta <vgupta@synopsys.com> | Fri Sep 01 11:26:24 2017 -0700 |
tree | cf060a724617f7b28cc4bb906d2f1246e5b0a3fc | |
parent | ae0b63d97d8efc377cc5b161abccc6e3586b206f [diff] |
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]