Skip to content

Commit

Permalink
ARM: mach-hkdk4412: Lock the LDO10
Browse files Browse the repository at this point in the history
This change is made to prevent the Exynos_DRM driver to disable this LDO when HDMI is not in use.
This is the same voltage source to the TMU.

It is the cause of the locked 50C temperature when no HDMI is connected.
  • Loading branch information
mdrjr committed Sep 6, 2014
1 parent aaeee3e commit f16a8b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions arch/arm/mach-exynos/pmic-77686.h
Expand Up @@ -430,12 +430,13 @@ static struct regulator_init_data max77686_ldo10_data = {
.min_uV = 1800000,
.max_uV = 1800000,
.boot_on = 1,
.always_on = 1,
.apply_uV = 1,
.valid_ops_mask = REGULATOR_CHANGE_STATUS,
.state_mem = {
.disabled = 1,
.mode = REGULATOR_MODE_STANDBY,
.uV = 1800000,
.enabled = 1,
},
.initial_state = PM_SUSPEND_MEM,
},
.num_consumer_supplies = ARRAY_SIZE(ldo10_consumer_77686),
.consumer_supplies = ldo10_consumer_77686,
Expand Down

0 comments on commit f16a8b9

Please sign in to comment.