summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLily Zhang <r58066@freescale.com>2012-03-09 15:24:43 +0800
committerJustin Waters <justin.waters@timesys.com>2012-09-05 14:58:06 -0400
commitad5987fc82c66716976284c80bb3f6fef1ad254a (patch)
tree88ba08235d7ed399d12ebf99cd12126bb8e26a33
parenta083c60086a0bed711e86dfc784406fb52d9e9a5 (diff)
ENGR00176347-4 anatop: add support for mx6solo/dl
Enable anatop command "regul" for mx6solo/DL Signed-off-by: Lily Zhang <r58066@freescale.com>
-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 7c6015c586d..df6d3920d92 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",