Skip to content

Commit a1657f9

Browse files
committed
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 <[email protected]> Cc: [email protected]
1 parent 47aaee0 commit a1657f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arc/boot/dts/axc003.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
/ {
1414
compatible = "snps,arc";
15-
clock-frequency = <75000000>;
15+
clock-frequency = <90000000>;
1616
#address-cells = <1>;
1717
#size-cells = <1>;
1818

arch/arc/boot/dts/axc003_idu.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
/ {
1414
compatible = "snps,arc";
15-
clock-frequency = <75000000>;
15+
clock-frequency = <90000000>;
1616
#address-cells = <1>;
1717
#size-cells = <1>;
1818

0 commit comments

Comments
 (0)