arc: axs103_smp: Fix CPU frequency to 100MHz for dual-core
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Mon, 16 May 2016 09:57:43 +0000 (12:57 +0300)
committerVineet Gupta <vgupta@synopsys.com>
Wed, 18 May 2016 05:20:18 +0000 (10:50 +0530)
commit776d7f1694a7d678291354a05f0243965708306a
treea7a4f9fcb3610e5451041d52657bc909c0b71872
parent445a64214285073ebc02af633a8a149e1522b7cb
arc: axs103_smp: Fix CPU frequency to 100MHz for dual-core

The most recent release of AXS103 [v1.1] is proven to work
at 100 MHz in dual-core mode so this change uses mentioned feature.
For that we:
 * Update axc003_idu.dtsi with mention of really-used CPU clock freq
 * Remove clock override in AXS platform code for dual-core HW

Note we're still leaving a hack for clock "downgrade" on early boot
for quad-core hardware.

Also note this change will break functionality of AXS103 v1.0 hardware.
That means all users of AXS103 __must__ upgrade their boards with the
most recent firmware.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/boot/dts/axc003_idu.dtsi
arch/arc/plat-axs10x/axs10x.c