X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fvideo%2Fsh7760fb.c;h=8d0212da4514eb3e98a614b7139f48391f00f779;hb=b4416d2bea007f07f2e74cdc4cb64042ec996c83;hp=4d0e28c5790b5eb35e34e439703a1ee019340a33;hpb=10a010f6953b5a14ba2f0be40a4fce1bea220875;p=linux-2.6-omap-h63xx.git diff --git a/drivers/video/sh7760fb.c b/drivers/video/sh7760fb.c index 4d0e28c5790..8d0212da451 100644 --- a/drivers/video/sh7760fb.c +++ b/drivers/video/sh7760fb.c @@ -152,6 +152,7 @@ static int sh7760fb_setcmap(struct fb_cmap *cmap, struct fb_info *info) col |= ((*g) & 0xff) << 8; col |= ((*b) & 0xff); col &= SH7760FB_PALETTE_MASK; + iowrite32(col, par->base + LDPR(s)); if (s < 16) ((u32 *) (info->pseudo_palette))[s] = s;