Skip to content
Snippets Groups Projects
Commit ff94c15a authored by Dario Binacchi's avatar Dario Binacchi Committed by Lokesh Vutla
Browse files

video: omap: add panel driver


The previous version of am335x-fb.c contained the functionalities of two
drivers that this patch has split. It was a video type driver that used
the same registration compatible string that now registers a panel type
driver. The proof of this is that two compatible strings were referred
to within the same driver.
There are now two drivers, each with its own compatible string,
functions and API.
Furthermore, the panel driver, in addition to decoding the display
timings, is now also able to manage the backlight.

Signed-off-by: default avatarDario Binacchi <dariobin@libero.it>
Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 15daa486
No related branches found
No related tags found
No related merge requests found
Showing
with 464 additions and 194 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment