Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4828b20a authored by Tomer Maimon's avatar Tomer Maimon Committed by Arnd Bergmann
Browse files

arm: dts: modify timer register size in NPCM750 device tree



Modify timer register size in a common device tree for all Nuvoton
NPCM750 BMCs.

Signed-off-by: default avatarTomer Maimon <tmaimon77@gmail.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 33a53659
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -121,7 +121,7 @@
			timer0: timer@8000 {
			timer0: timer@8000 {
				compatible = "nuvoton,npcm750-timer";
				compatible = "nuvoton,npcm750-timer";
				interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
				interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
				reg = <0x8000 0x1000>;
				reg = <0x8000 0x50>;
				clocks = <&clk 15>;
				clocks = <&clk 15>;
			};
			};