Merge tag 'timers-v5.18-rc1' of https://git.linaro.org/people/daniel.lezcano/linux...
[linux-2.6-microblaze.git] / drivers / clocksource / timer-ti-dm-systimer.c
index 5c40ca1..f19a1f0 100644 (file)
@@ -695,9 +695,9 @@ static int __init dmtimer_percpu_quirk_init(struct device_node *np, u32 pa)
                return 0;
        }
 
-       if (pa == 0x48034000)           /* dra7 dmtimer3 */
+       if (pa == 0x4882c000)           /* dra7 dmtimer15 */
                return dmtimer_percpu_timer_init(np, 0);
-       else if (pa == 0x48036000)      /* dra7 dmtimer4 */
+       else if (pa == 0x4882e000)      /* dra7 dmtimer16 */
                return dmtimer_percpu_timer_init(np, 1);
 
        return 0;