• Archit Taneja's avatar
    arm: omap: board-2430: use generic dpi panel's gpio handling · 3b4ece75
    Archit Taneja authored
    The 2430sdp board file currently requests gpios required to configure the NEC
    DPI panel, and provides platform_enable/disable callbacks to configure them.
    
    These tasks have been moved to the generic dpi panel driver itself and shouldn't
    be done in the board files.
    
    Remove the gpio requests and the platform callbacks from the board file.
    Add the gpio information to generic dpi panel's platform data so that it's
    passed to the panel driver.
    Signed-off-by: default avatarArchit Taneja <archit@ti.com>
    Cc: Tony Lindgren <tony@atomide.com>
    3b4ece75
board-2430sdp.c 6.1 KB