video: msm: add mdp version to id string,and put a bogus panel id

This commit is contained in:
SecureCRT 2012-09-23 22:39:34 +08:00
parent 0a250c8bdf
commit 7553b3788d

@ -992,7 +992,7 @@ static void setup_fb_info(struct msmfb_info *msmfb)
int r;
/* finish setting up the fb_info struct */
strncpy(fb_info->fix.id, "msmfb", 16);
strncpy(fb_info->fix.id, "msmfb31_0", 16);
fb_info->fix.ypanstep = 1;
fb_info->fbops = &msmfb_ops;