diff options
author | Lily Zhang <r58066@freescale.com> | 2012-03-09 15:24:43 +0800 |
---|---|---|
committer | Lily Zhang <r58066@freescale.com> | 2012-03-13 14:14:44 +0800 |
commit | 01133f43a8fc4ef42c2851fb6fac02b744754bad (patch) | |
tree | 88ba08235d7ed399d12ebf99cd12126bb8e26a33 | |
parent | 3912eaffae0cae8285d47f5a3a3cab5fd6ed40dc (diff) | |
download | u-boot-imx-01133f43a8fc4ef42c2851fb6fac02b744754bad.zip u-boot-imx-01133f43a8fc4ef42c2851fb6fac02b744754bad.tar.gz u-boot-imx-01133f43a8fc4ef42c2851fb6fac02b744754bad.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/anatop.c b/drivers/power/anatop.c index 7c6015c..df6d392 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", |