mxs: rename mx28.c to mxs.c as it is common to i.MX233 and i.MX28 SoCs
[oweals/u-boot.git] / arch / arm / cpu / arm926ejs / mxs / spl_lradc_init.c
index c1df81de2bd54d77672e718d1b45fe8b0af52c5f..d90f0a131079bb1325e59194b6b0d4e5667f9de2 100644 (file)
@@ -28,9 +28,9 @@
 #include <asm/io.h>
 #include <asm/arch/imx-regs.h>
 
-#include "mx28_init.h"
+#include "mxs_init.h"
 
-void mx28_lradc_init(void)
+void mxs_lradc_init(void)
 {
        struct mxs_lradc_regs *regs = (struct mxs_lradc_regs *)MXS_LRADC_BASE;
 
@@ -49,7 +49,7 @@ void mx28_lradc_init(void)
                        LRADC_CTRL4_LRADC6SELECT_CHANNEL10);
 }
 
-void mx28_lradc_enable_batt_measurement(void)
+void mxs_lradc_enable_batt_measurement(void)
 {
        struct mxs_lradc_regs *regs = (struct mxs_lradc_regs *)MXS_LRADC_BASE;