diff options
Diffstat (limited to 'drivers/video/fsl-diu-fb.c')
-rw-r--r-- | drivers/video/fsl-diu-fb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/fsl-diu-fb.c b/drivers/video/fsl-diu-fb.c index 6af3f16754f0..458c00664ade 100644 --- a/drivers/video/fsl-diu-fb.c +++ b/drivers/video/fsl-diu-fb.c | |||
@@ -834,7 +834,6 @@ static void update_lcdc(struct fb_info *info) | |||
834 | diu_ops.set_pixel_clock(var->pixclock); | 834 | diu_ops.set_pixel_clock(var->pixclock); |
835 | 835 | ||
836 | out_be32(&hw->syn_pol, 0); /* SYNC SIGNALS POLARITY */ | 836 | out_be32(&hw->syn_pol, 0); /* SYNC SIGNALS POLARITY */ |
837 | out_be32(&hw->thresholds, 0x00037800); /* The Thresholds */ | ||
838 | out_be32(&hw->int_status, 0); /* INTERRUPT STATUS */ | 837 | out_be32(&hw->int_status, 0); /* INTERRUPT STATUS */ |
839 | out_be32(&hw->plut, 0x01F5F666); | 838 | out_be32(&hw->plut, 0x01F5F666); |
840 | 839 | ||