projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9123e3a
)
ARM: dts: socfpga: fix register entry for timer3 on Arria10
author
Dinh Nguyen
<dinguyen@kernel.org>
Fri, 31 Jul 2020 15:26:40 +0000
(10:26 -0500)
committer
Dinh Nguyen
<dinguyen@kernel.org>
Mon, 17 Aug 2020 14:07:04 +0000
(09:07 -0500)
Fixes the register address for the timer3 entry on Arria10.
Fixes:
475dc86d08de4
("arm: dts: socfpga: Add a base DTSI for Altera's Arria10 SOC")
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/boot/dts/socfpga_arria10.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/socfpga_arria10.dtsi
b/arch/arm/boot/dts/socfpga_arria10.dtsi
index fc4abef143a066eb86d0d704600c30170faca7c8..0013ec3463c46569750d52d8f0ce6867285d664a 100644
(file)
--- a/
arch/arm/boot/dts/socfpga_arria10.dtsi
+++ b/
arch/arm/boot/dts/socfpga_arria10.dtsi
@@
-821,7
+821,7
@@
timer3: timer3@ffd00100 {
compatible = "snps,dw-apb-timer";
interrupts = <0 118 IRQ_TYPE_LEVEL_HIGH>;
- reg = <0xffd0
10
00 0x100>;
+ reg = <0xffd0
01
00 0x100>;
clocks = <&l4_sys_free_clk>;
clock-names = "timer";
resets = <&rst L4SYSTIMER1_RESET>;