summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-mx5/mx53_ccwmx53js.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/mx53_ccwmx53js.c b/arch/arm/mach-mx5/mx53_ccwmx53js.c
index f9e391d9f9aa..d02b0f30fa51 100644
--- a/arch/arm/mach-mx5/mx53_ccwmx53js.c
+++ b/arch/arm/mach-mx5/mx53_ccwmx53js.c
@@ -317,7 +317,9 @@ static void __init mxc_board_init(void)
mxc_register_device(&gpu_device, &gpu_data);
mxc_register_device(&mxcscc_device, NULL);
mxc_register_device(&pm_device, &ccwmx53_pm_data);
+#if defined(CONFIG_PMIC_DA9052)
mxc_register_device(&mxc_dvfs_core_device, &dvfs_core_data);
+#endif
mxc_register_device(&busfreq_device, &bus_freq_data);
mxc_register_device(&mxc_iim_device, &iim_data);
mxc_register_device(&mxc_v4l2_device, NULL);