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

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
......@@ -121,7 +121,7 @@ apb {
timer0: timer@8000 {
compatible = "nuvoton,npcm750-timer";
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
reg = <0x8000 0x1000>;
reg = <0x8000 0x50>;
clocks = <&clk 15>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment