Re: [PATCH] fbdev: mxsfb: Add support for mx6sl and mx6sx
From: Tomi Valkeinen <hidden>
Date: 2014-11-06 14:14:40
Attachments
- signature.asc [application/pgp-signature] 819 bytes
From: Tomi Valkeinen <hidden>
Date: 2014-11-06 14:14:40
On 25/10/14 16:28, Fabio Estevam wrote:
From: Fabio Estevam <redacted> mx6sl and mx6sx share the same LCD controller as mx23 and mx28. Add support for it. The basic difference is the number of clocks that are required: - mx23/mx28: only one clock - mx6sl: two clocks - mx6sx: three clocks Signed-off-by: Fabio Estevam <redacted> --- Changes since RFC: - Simplified the clock handling as suggested by Tomi drivers/video/fbdev/Kconfig | 2 +- drivers/video/fbdev/mxsfb.c | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-)
Looks fine to me, queued for 3.19. Tomi