clocksource/drivers/imx-sysctr: Add i.MX95 support
authorPeng Fan <peng.fan@nxp.com>
Mon, 5 Feb 2024 03:17:59 +0000 (11:17 +0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Sun, 18 Feb 2024 09:45:36 +0000 (10:45 +0100)
commitb67686e971b06eee1be363b89863bd1217f65190
treec0ada75f00065350070535c9ab1ae478e6a6b4ae
parent418062b548b138a1e6a9fde3a8ddf7fa77c44c9e
clocksource/drivers/imx-sysctr: Add i.MX95 support

To i.MX95 System counter module, we use Read register space to get
the counter, not the Control register space to get the counter, because
System Manager firmware not allow Linux to read Control register space,
so add a new TIMER_OF_DECLARE entry for i.MX95.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20240205-imx-sysctr-v4-3-ca5a6e1552e7@nxp.com
drivers/clocksource/timer-imx-sysctr.c