projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e50523
)
ARM: dts: nuvoton: Modify timer register size
author
Tomer Maimon
<tmaimon77@gmail.com>
Tue, 29 Sep 2020 13:18:04 +0000
(16:18 +0300)
committer
Joel Stanley
<joel@jms.id.au>
Tue, 17 Nov 2020 02:11:01 +0000
(12:41 +1030)
Modify NPCM7xx device tree timer register size
from 0x50 to 0x1C to control only the timer registers
and not other hw modules.
Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link:
https://lore.kernel.org/r/20200929131807.15378-3-tmaimon77@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
b/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
index 16a28c5c41316dec19a592c567423be794e93a39..72e364054e721acf6d3491c2324ef00f1d464eee 100644
(file)
--- a/
arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
+++ b/
arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
@@
-120,7
+120,7
@@
timer0: timer@8000 {
compatible = "nuvoton,npcm750-timer";
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
- reg = <0x8000 0x
50
>;
+ reg = <0x8000 0x
1C
>;
clocks = <&clk NPCM7XX_CLK_TIMER>;
};