Skip to content

Commit 0ff5a48

Browse files
author
Dinh Nguyen
committed
ARM: dts: socfpga: fix register entry for timer3 on Arria10
Fixes the register address for the timer3 entry on Arria10. Fixes: 475dc86 ("arm: dts: socfpga: Add a base DTSI for Altera's Arria10 SOC") Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
1 parent 9123e3a commit 0ff5a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/socfpga_arria10.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@
821821
timer3: timer3@ffd00100 {
822822
compatible = "snps,dw-apb-timer";
823823
interrupts = <0 118 IRQ_TYPE_LEVEL_HIGH>;
824-
reg = <0xffd01000 0x100>;
824+
reg = <0xffd00100 0x100>;
825825
clocks = <&l4_sys_free_clk>;
826826
clock-names = "timer";
827827
resets = <&rst L4SYSTIMER1_RESET>;

0 commit comments

Comments
 (0)