Skip to content
  • Tomi Valkeinen's avatar
    OMAPDSS: create DPI & SDI drivers · a57dd4fe
    Tomi Valkeinen authored
    
    
    We currently have separate device/driver for each DSS HW module. The DPI
    and SDI outputs are more or less parts of the DSS or DISPC hardware
    modules, but in SW it makes sense to represent them as device/driver
    pairs similarly to all the other outputs. This also makes sense for
    device tree, as each node under dss will be a platform device, and
    handling DPI & SDI somehow differently than the rest would just make the
    code more complex.
    
    This patch modifies the dpi.c and sdi.c to create drivers for the
    platform devices.
    
    Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
    a57dd4fe