summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLily Zhang <r58066@freescale.com>2012-03-09 15:24:43 +0800
committerLily Zhang <r58066@freescale.com>2012-03-13 14:14:44 +0800
commit01133f43a8fc4ef42c2851fb6fac02b744754bad (patch)
tree88ba08235d7ed399d12ebf99cd12126bb8e26a33 /drivers
parent3912eaffae0cae8285d47f5a3a3cab5fd6ed40dc (diff)
ENGR00176347-4 anatop: add support for mx6solo/dl
Enable anatop command "regul" for mx6solo/DL Signed-off-by: Lily Zhang <r58066@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/power/anatop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/anatop.c b/drivers/power/anatop.c
index 7c6015c586..df6d3920d9 100644
--- a/drivers/power/anatop.c
+++ b/drivers/power/anatop.c
@@ -89,7 +89,7 @@ static int is_enabled(struct anatop_regulator_data *sreg)
return 1;
}
-#ifdef CONFIG_MX6Q
+#if defined(CONFIG_MX6Q) || defined(CONFIG_MX6DL)
static struct anatop_regulator_data vdd_data_set[] = {
{
.name = "vddpu",