Explorar o código

ARM i.MX27 3ds: Fix mc13783 regulator names

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Sascha Hauer %!s(int64=14) %!d(string=hai) anos
pai
achega
074cee9257
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      arch/arm/mach-imx/mach-mx27_3ds.c

+ 2 - 2
arch/arm/mach-imx/mach-mx27_3ds.c

@@ -215,10 +215,10 @@ static struct regulator_init_data vgen_init = {
 
 static struct mc13783_regulator_init_data mx27_3ds_regulators[] = {
 	{
-		.id = MC13783_REGU_VMMC1,
+		.id = MC13783_REG_VMMC1,
 		.init_data = &vmmc1_init,
 	}, {
-		.id = MC13783_REGU_VGEN,
+		.id = MC13783_REG_VGEN,
 		.init_data = &vgen_init,
 	},
 };