ARM: dts: nuvoton: Modify timer register size
authorTomer Maimon <tmaimon77@gmail.com>
Tue, 29 Sep 2020 13:18:04 +0000 (16:18 +0300)
committerJoel 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

index 16a28c5c41316dec19a592c567423be794e93a39..72e364054e721acf6d3491c2324ef00f1d464eee 100644 (file)
                        timer0: timer@8000 {
                                compatible = "nuvoton,npcm750-timer";
                                interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
-                               reg = <0x8000 0x50>;
+                               reg = <0x8000 0x1C>;
                                clocks = <&clk NPCM7XX_CLK_TIMER>;
                        };