summaryrefslogtreecommitdiff
path: root/drivers/misc/c55_ctrl.c
diff options
context:
space:
mode:
authorJee Su Chang <w20740@motorola.com>2014-06-24 15:15:06 -0500
committerJee Su Chang <w20740@motorola.com>2014-06-25 20:16:25 +0000
commit75fedadd44e7844a864dea9d75031b9dfb0380c3 (patch)
tree32f4a62eb8b10fc499c4c3e5adc0a5e13f35350b /drivers/misc/c55_ctrl.c
parent48e5eaabfd11ae89de648da6d07ba7edc89f24aa (diff)
downloadolio-linux-3.10-75fedadd44e7844a864dea9d75031b9dfb0380c3.tar.xz
olio-linux-3.10-75fedadd44e7844a864dea9d75031b9dfb0380c3.zip
IKXCLOCK-2464 c55: change the default state of C55
Change-Id: Idc1864828b048079bd81433717d7286166789bcb
Diffstat (limited to 'drivers/misc/c55_ctrl.c')
-rw-r--r--drivers/misc/c55_ctrl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/misc/c55_ctrl.c b/drivers/misc/c55_ctrl.c
index 3516ac16706..ccb1a6b32b6 100644
--- a/drivers/misc/c55_ctrl.c
+++ b/drivers/misc/c55_ctrl.c
@@ -327,7 +327,8 @@ static int c55_ctrl_probe(struct platform_device *pdev)
else if (regulator_enable(cdata->reg_vddldo))
dev_err(&pdev->dev, "regulator_enable failed for vddldo\n");
- cdata->c55_mode = C55_OFF;
+ /* M4 by default has C55 ON at power up */
+ cdata->c55_mode = C55_ON;
ret = device_create_file(&pdev->dev, &dev_attr_enable);
if (ret) {