OMAP3EVM: Replace vdvi regulator supply with vdds_dsi
With recent changes happened in OMAP2/3 DSS library for regulator interface, it is required to define DSI regulator supply, without this DSS (in turn Fbdev) fails to get regulator. Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
This commit is contained in:
parent
edecee858e
commit
f3fe53c120
@ -514,14 +514,11 @@ static struct regulator_init_data omap3_evm_vdac = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* VPLL2 for digital video outputs */
|
/* VPLL2 for digital video outputs */
|
||||||
static struct regulator_consumer_supply omap3_evm_vpll2_supply = {
|
static struct regulator_consumer_supply omap3_evm_vpll2_supply =
|
||||||
.supply = "vdvi",
|
REGULATOR_SUPPLY("vdds_dsi", "omapdss");
|
||||||
.dev = &omap3_evm_lcd_device.dev,
|
|
||||||
};
|
|
||||||
|
|
||||||
static struct regulator_init_data omap3_evm_vpll2 = {
|
static struct regulator_init_data omap3_evm_vpll2 = {
|
||||||
.constraints = {
|
.constraints = {
|
||||||
.name = "VDVI",
|
|
||||||
.min_uV = 1800000,
|
.min_uV = 1800000,
|
||||||
.max_uV = 1800000,
|
.max_uV = 1800000,
|
||||||
.apply_uV = true,
|
.apply_uV = true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user