This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Mistral OMAP3 EVM - omapdss DPI error

Hello Everyone,

I have been facing DSS init problems related to DPI interface while trying to boot a Mistral OMAP3 EVM board using kernel 2.6.35.11 (from mainline). Due to the DPI error, omapfb cannot be probed and no displays are available.

After getting kernel sources, setting "omap3_evm_defconfig", crosscompiling the sources and bootting, I have:

 

 

Linux version 2.6.35.11 (fernando@dhws063) (gcc version 4.5.1 (Sourcery G++ Lite 2010.09-50) ) #37 Tue Apr 12 13:10:00 BRT 2011
CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=10c53c7f
CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
Machine: OMAP3 EVM
Memory policy: ECC disabled, Data cache writeback
OMAP3430/3530 ES3.1 (l2cache iva sgx neon isp )
SRAM: Mapped pa 0x40200000 to va 0xfe400000 size: 0x100000
Reserving 4194304 bytes SDRAM for VRAM
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65024
Kernel command line: mem=256M console=ttyS0,115200n8 ip=dhcp root=/dev/nfs nfsroot=/home/tux/nfs/angstrom1,nolock noinitrd rw
... ... ... ... ...
... ... ... ... ...

OMAP DSS rev 2.0
omapdss DPI error: can't get VDDS_DSI regulator
omapdss CORE error: Failed to initialize dpi

... ... ... ... ...
... ... ... ... ...

omapfb omapfb: no displays
omapfb omapfb: failed to setup omapfb
omapfb: probe of omapfb failed with error -22
regulator_init_complete: incomplete constraints, leaving VDVI on
... ... ... ... ...
... ... ... ... ...
Freeing init memory: 156K

 

I am not sure if this issue could be related to u-boot initialization/args. To try that, I changed the video mode, default display etc. but no success so far.
Any suggestion?
Thanks and Regards,
~Fernando Martines