diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2015-06-29 19:15:03 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-07-09 15:06:31 +0300 |
commit | e2fc61f384c9224b55990a644bbcf68c25e20203 (patch) | |
tree | b20c1c5382d9ac6ff3d35dc936dbe678cb44c884 /arch/arc/boot/dts/axc003.dtsi | |
parent | 6b12ec177c410ef984d2b97717df77c9269eaeac (diff) | |
download | linux-e2fc61f384c9224b55990a644bbcf68c25e20203.tar.xz |
ARCv2: [axs103] bump CPU frequency from 75 to 90 MHZ
With up-to-date FPGA builds ARC cores are supposed to correctly operate
even with 90 MHz clock (which is a target frequency for AXS103 release).
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: arc-linux-dev@synopsys.com
Diffstat (limited to 'arch/arc/boot/dts/axc003.dtsi')
-rw-r--r-- | arch/arc/boot/dts/axc003.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/boot/dts/axc003.dtsi b/arch/arc/boot/dts/axc003.dtsi index 15c8d6226c9d..1cd5e82f5dc2 100644 --- a/arch/arc/boot/dts/axc003.dtsi +++ b/arch/arc/boot/dts/axc003.dtsi @@ -12,7 +12,7 @@ / { compatible = "snps,arc"; - clock-frequency = <75000000>; + clock-frequency = <90000000>; #address-cells = <1>; #size-cells = <1>; |