Comment 18 for bug 607250

Revision history for this message
John Rigby (jcrigby) wrote :

linux-linaro-2.6.35 has two commits that point to this bug:
The Ubuntu Maverick kernel has the same commits with extra
signed-off-by's. So if it is still broken then I guess there is
still something else needed to fix this.

commit 74a42a26033ebfc1a6bbb9a6cd111d1bf44b988b
Author: Ricardo Salveti de Araujo <email address hidden>
Date: Mon Sep 20 23:17:45 2010 -0300

    ARM: OMAP3: Adding vdd_sdi regulator supply to IGEPv2 board

    When booting, the omapdss subsystem is looking for a regulator named
    "vdds_sdi". When the regulator is not found the initialisation sequence
    is aborted resulting in omapfb not finding a display to work with. This
    patch allows the omapfb sub system to complete its initialisation
    properly and enable DVI display. The problem was fixed by lumping a
    "vdds_sdi" with the already existing "vdds_dsi" regulator. This fix
    takes its root from work done on the Beagle board, Pandora board and
    OMAP3EVM.

    BugLink: https://bugs.launchpad.net/bugs/607250

    Signed-off-by: Ricardo Salveti de Araujo <email address hidden>

commit 6a30007b4846c99d218cacd006e20ce09c66e3fb
Author: Maurus Cuelenaere <email address hidden>
Date: Mon Sep 20 22:12:53 2010 -0300

    ARM: OMAP3: Add S-Video output to IGEPv2 board

    This adds S-Video DSS and VDAC regulator platform definitions to the IGEPv2
    board. There isn't a physical connector on-board but one can solder one at test
    points provided by ISEE.

    BugLink: https://bugs.launchpad.net/bugs/607250

    Signed-off-by: Maurus Cuelenaere <email address hidden>
    Signed-off-by: Ricardo Salveti de Araujo <email address hidden>