summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/mx6_anatop_regulator.c
diff options
context:
space:
mode:
authorMahesh Mahadevan <r9aadq@freescale.com>2011-10-31 08:36:05 -0500
committerJason Liu <r64343@freescale.com>2012-07-20 13:16:57 +0800
commit963519ce88e572c3e21e11819b2a3d535d1fa979 (patch)
treea0d5f6b0102fc8af126bac861ce51a2fd145c78c /arch/arm/mach-mx6/mx6_anatop_regulator.c
parent23276ec6ca6cc86bcbbee5684e401795f1949413 (diff)
ENGR00161119 Codec regulator registration update
Move the codec regulator registration code to the board specific file Signed-off-by: Mahesh Mahadevan <r9aadq@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/mx6_anatop_regulator.c')
-rw-r--r--arch/arm/mach-mx6/mx6_anatop_regulator.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-mx6/mx6_anatop_regulator.c b/arch/arm/mach-mx6/mx6_anatop_regulator.c
index 1bf21078594e..89c053a00f71 100644
--- a/arch/arm/mach-mx6/mx6_anatop_regulator.c
+++ b/arch/arm/mach-mx6/mx6_anatop_regulator.c
@@ -320,12 +320,6 @@ static int __init regulators_init(void)
anatop_register_regulator(&vdd1p1_reg, ANATOP_VDD1P1, &vdd1p1_init);
anatop_register_regulator(&vdd3p0_reg, ANATOP_VDD3P0, &vdd3p0_init);
-#ifdef CONFIG_SND_SOC_SGTL5000
- platform_device_register(&sgtl5000_vdda_reg_devices);
- platform_device_register(&sgtl5000_vddio_reg_devices);
- platform_device_register(&sgtl5000_vddd_reg_devices);
-#endif
-
return 0;
}
postcore_initcall(regulators_init);