Skip to content

Commit 0470f55

Browse files
committed
HSD #14025230769: Update Agilex5 timers clock-freq to 100Mhz
100Mhz is the correct clock-freq for Agilex5 timers. Signed-off-by: Murugasen Krishnan, Kuhanh <kuhanh.murugasen.krishnan@altera.com>
1 parent 7645422 commit 0470f55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,28 +1010,28 @@
10101010
compatible = "snps,dw-apb-timer";
10111011
reg = <0x10c03000 0x100>;
10121012
interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>;
1013-
clock-freq = <400000000>;
1013+
clock-freq = <100000000>;
10141014
};
10151015

10161016
timer1: timer1@10c03100 {
10171017
compatible = "snps,dw-apb-timer";
10181018
reg = <0x10c03100 0x100>;
10191019
interrupts = <GIC_SPI 114 IRQ_TYPE_LEVEL_HIGH>;
1020-
clock-freq = <400000000>;
1020+
clock-freq = <100000000>;
10211021
};
10221022

10231023
timer2: timer2@10d00000 {
10241024
compatible = "snps,dw-apb-timer";
10251025
reg = <0x10d00000 0x100>;
10261026
interrupts = <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>;
1027-
clock-freq = <400000000>;
1027+
clock-freq = <100000000>;
10281028
};
10291029

10301030
timer3: timer3@10d00100 {
10311031
compatible = "snps,dw-apb-timer";
10321032
reg = <0x10d00100 0x100>;
10331033
interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
1034-
clock-freq = <400000000>;
1034+
clock-freq = <100000000>;
10351035
};
10361036

10371037
uart0: serial@10c02000 {

0 commit comments

Comments
 (0)