Skip to content

Commit cc3e433

Browse files
committed
Merge tag 'socfpga_fix_for_v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into fixes
arm: dts: socfpga: fix for v5.9 - Fix incorrect timer3 reg entry for Arria10 * tag 'socfpga_fix_for_v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux: ARM: dts: socfpga: fix register entry for timer3 on Arria10 Link: https://lore.kernel.org/r/20200817150827.15696-1-dinguyen@kernel.org Signed-off-by: Olof Johansson <olof@lixom.net>
2 parents 9123e3a + 0ff5a48 commit cc3e433

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)