24 May, 2019

3 commits

  • mx7ulp EVK B will use two mipi dsi panels, the new panel RM68200_WXGA
    supports WXGA resolution.

    Signed-off-by: Ye Li
    (cherry picked from commit 0d68c30cfa683764b889820c46b0935ee519c72d)
    (cherry picked from commit 5143bd49f3d41a8653ad892fea504ab249b49ca0)

    Ye Li
     
  • Add a mipi dsi panel driver for RM67191 panel which is attached to mipi dsi
    controller.

    Signed-off-by: Ye Li
    (cherry picked from commit 01e116ccd2e2705be3fb427da74cb19bab7ab4e0)
    (cherry picked from commit 074cbb1c8fe2841f152b861e434772807a2ec3bb)

    Ye Li
     
  • Update the HX8363 mipi panel to use new mipi dsi bridge interfaces
    to register a panel device and send command packets. So this panel
    driver can decouple with mipi_dsi_northwest driver.

    A new header file mipi_dsi_panel.h is added for all panel init
    functions declare.

    Signed-off-by: Ye Li
    (cherry picked from commit 1d355d37cce9a844011fbf27f7d4801068919ac4)
    (cherry picked from commit 1bd8d4f4a339ec3f9a77e49ffb6a4a945acd3e4c)

    Ye Li