• Archit Taneja's avatar
    OMAPDSS: picodlp panel: handle gpio data in panel driver · d52e2e75
    Archit Taneja authored
    The picodlp panel driver leaves gpio requests to the platform's board file.
    These should happen in the panel driver itself.
    
    A platform data struct called picodlp_panel_data already exists to hold gpio
    numbers and other platform data. Request all the gpios in the panel driver so
    that the board files which use the the panel don't need to do it.
    
    This will help in removing the need for the panel drivers to have platform
    related callbacks.
    Signed-off-by: default avatarArchit Taneja <archit@ti.com>
    d52e2e75
panel-picodlp.c 12.9 KB