Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 126ed36d authored by Ben Dooks's avatar Ben Dooks Committed by Linus Torvalds
Browse files

backlight: ensure platform_lcd on by default



It seems that we need to ensure that the lcd is powered up at start,
otherwise we do not see a display.

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent aeed6824
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -101,6 +101,8 @@ static int __devinit platform_lcd_probe(struct platform_device *pdev)
	}

	platform_set_drvdata(pdev, plcd);
	platform_lcd_set_power(plcd->lcd, FB_BLANK_NORMAL);

	return 0;

 err_mem: