Dear TI,
So far , I already sent 11h and 29h to my LCD module.
I have two questions.
First, how to modify those failed message.
But minicom.txt has failed message.
[ 0.276824] omap4plus_scm.0: failed to claim resource 41
[ 0.525878] twl_reg twl_reg.37: Failed to set supply vmmc
[ 5.559936] omapfb omapfb: failed to apply dispc config
[ 5.570861] omapfb omapfb: failed to apply dispc config
[ 5.581756] omapfb omapfb: failed to apply dispc config
[ 6.174591] omapdss DSI error: Failed to receive BTA
[ 6.215454] omapfb omapfb: Failed to enable display 'lcd'
[ 6.221221] omapfb omapfb: failed to initialize default display
[ 6.227630] omapfb omapfb: failed to setup omapfb
Second,
I I have some initial code for LCD module want to add in program.
In panel_taal.c file, which struct is appropriate to add initial code?
For example , is static int taal_power_on(struct omap_dss_device *dssdev) OK?
{
initial code
XXXXXXXXX
XXXXXXXXX
XXXXXXXXX
}
THX