提交 074cee92 编写于 作者: S Sascha Hauer

ARM i.MX27 3ds: Fix mc13783 regulator names

Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
上级 410d3458
......@@ -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,
},
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册