]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i2c: adv7511: Init regulators
authorArchit Taneja <architt@codeaurora.org>
Fri, 4 Dec 2015 07:11:49 +0000 (12:41 +0530)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 11 Jan 2016 09:54:44 +0000 (09:54 +0000)
commitc0e78d288acb363e10642e21f1be6a76ec8faaf1
treed76fed2e0b719f302fcba76fbfc96944c307919c
parent04d0fb3052ff614886e03fc40948050d1b6f49b9
drm/i2c: adv7511: Init regulators

ADV7533 requires a constant supply to the AVDD and V3P3 pins for it
to function. The driver wrongly assumed that these will be enabled
all the time.

Configure these regulators during probe itself. We can later enable
and disable it dynamically.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
drivers/gpu/drm/i2c/adv7511.c
drivers/gpu/drm/i2c/adv7511.h