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

Commit 9a31634d authored by Lucas Stach's avatar Lucas Stach Committed by Shawn Guo
Browse files

ARM: imx53: add cpufreq support



Instanciate device for the generic cpufreq-dt driver.

Signed-off-by: default avatarLucas Stach <l.stach@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 82a40b54
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@ static void __init imx53_dt_init(void)
static void __init imx53_init_late(void)
{
	imx53_pm_init();

	platform_device_register_simple("cpufreq-dt", -1, NULL, 0);
}

static const char * const imx53_dt_board_compat[] __initconst = {