diff options
author | Javier Martinez Canillas <javier.martinez@collabora.co.uk> | 2013-11-26 18:03:39 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-11-26 18:03:39 -0500 |
commit | 2f2befd820252d05be7b1f5528a57af85338f59c (patch) | |
tree | 67ac4b9f5e2c39cdc5392d29e606dfba1fe044ac /arch | |
parent | caa73370ead3160ed6cdabbfeecc5fbbda06d903 (diff) |
ARM: dts: omap3-igep0020: name twl4030 VPLL2 regulator as vdds_dsi
On Device Tree boot the VDDS_DSI regulator is not linked to
the DPI device so omapfb driver probing fails with:
[ 3.186035] OMAPFB: omapfb_probe
[ 3.190704] omapdss DPI error: can't get VDDS_DSI regulator
[ 3.196594] omapfb omapfb: failed to connect default display
[ 3.202667] omapfb omapfb: failed to init overlay connections
[ 3.208892] OMAPFB: free_resources
[ 3.212493] OMAPFB: free all fbmem
[ 3.216735] omapfb omapfb: failed to setup omapfb
As a workaround name the VPLL2 regulator from twl4030 as vdds_dsi
so getting the VDDS_DSI regulator will succeed on dpi_init_regulator().
Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/omap3-igep0020.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-igep0020.dts b/arch/arm/boot/dts/omap3-igep0020.dts index b9a9e17acb58..1c7e74d2d2bc 100644 --- a/arch/arm/boot/dts/omap3-igep0020.dts +++ b/arch/arm/boot/dts/omap3-igep0020.dts | |||
@@ -215,3 +215,8 @@ | |||
215 | &usbhsehci { | 215 | &usbhsehci { |
216 | phys = <&hsusb1_phy>; | 216 | phys = <&hsusb1_phy>; |
217 | }; | 217 | }; |
218 | |||
219 | &vpll2 { | ||
220 | /* Needed for DSS */ | ||
221 | regulator-name = "vdds_dsi"; | ||
222 | }; | ||