Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88...
[sfrench/cifs-2.6.git] / drivers / gpu / drm / omapdrm / dss / video-pll.c
index fbd1263a29a4a474e6ec5096b9410a12238f17ee..38a239cc5e044ece0abe4fcf5bcdad380e414b54 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "omapdss.h"
 #include "dss.h"
-#include "dss_features.h"
 
 struct dss_video_pll {
        struct dss_pll pll;
@@ -131,6 +130,8 @@ static const struct dss_pll_hw dss_dra7_video_pll_hw = {
        .mX_lsb[3] = 5,
 
        .has_refsel = true,
+
+       .errata_i886 = true,
 };
 
 struct dss_pll *dss_video_pll_init(struct platform_device *pdev, int id,