Added support for Motorola Moto E 2014 codename: condor It is booting, has usb, battery, flashing needs special fastboot command for the boot partition
14 lines
445 B
Diff
14 lines
445 B
Diff
diff --git a/drivers/video/msm/mdss/mdss_fb.c b/drivers/video/msm/mdss/mdss_fb.c
|
|
index 53112ca6..69673017 100644
|
|
--- a/drivers/video/msm/mdss/mdss_fb.c
|
|
+++ b/drivers/video/msm/mdss/mdss_fb.c
|
|
@@ -569,7 +569,7 @@ static int mdss_fb_probe(struct platform_device *pdev)
|
|
mfd->bl_level = 0;
|
|
mfd->bl_scale = 1024;
|
|
mfd->bl_min_lvl = 30;
|
|
- mfd->fb_imgType = MDP_RGBA_8888;
|
|
+ mfd->fb_imgType = MDP_ARGB_8888;
|
|
|
|
mfd->pdev = pdev;
|
|
if (pdata->next)
|