]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
clocksource/drivers/tegra: Restore base address before cleanup
authorDmitry Osipenko <digetx@gmail.com>
Tue, 18 Jun 2019 14:03:56 +0000 (17:03 +0300)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 25 Jun 2019 17:49:18 +0000 (19:49 +0200)
We're adjusting the timer's base for each per-CPU timer to point to the
actual start of the timer since device-tree defines a compound registers
range that includes all of the timers. In this case the original base
need to be restore before calling iounmap to unmap the proper address.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/timer-tegra.c

index cc90f22c559bf2f9ed11f7b34bf2c6062f3ecef1..8e70f38f1898b21e33458d8157c15a3d8e5c74f1 100644 (file)
@@ -347,6 +347,8 @@ out_irq:
                        irq_dispose_mapping(cpu_to->clkevt.irq);
                }
        }
+
+       to->of_base.base = timer_reg_base;
 out:
        timer_of_cleanup(to);