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

Commit 220d2f26 authored by Shawn Guo's avatar Shawn Guo
Browse files

ARM: mxs: remove cpu_is_mx23() call from timer code



Remove cpu_is_mx23() call from timer code by using
of_device_is_compatible() instead.

Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent be35bd2b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -266,7 +266,8 @@ static void __init mxs_timer_init(struct device_node *np)

	/* get timrot version */
	timrot_major_version = __raw_readl(mxs_timrot_base +
				(cpu_is_mx23() ? MX23_TIMROT_VERSION_OFFSET :
			(of_device_is_compatible(np, "fsl,imx23-timrot") ?
						MX23_TIMROT_VERSION_OFFSET :
						MX28_TIMROT_VERSION_OFFSET));
	timrot_major_version >>= BP_TIMROT_MAJOR_VERSION;