[PATCH v2 1/4] drm/msm/mdp4: Fix issue with LCDC/LVDS port parsing

2016-09-07 Thread John Stultz
On Thu, Sep 1, 2016 at 6:36 AM, Archit Taneja wrote: > The LVDS port is the first in the list of the output ports in MDP4. > The driver assumed that if the port and its corresponding endpoint > is defined, then there should be a panel node too. This isn't > necessary since boards may not really us

[PATCH v2 1/4] drm/msm/mdp4: Fix issue with LCDC/LVDS port parsing

2016-09-01 Thread Archit Taneja
The LVDS port is the first in the list of the output ports in MDP4. The driver assumed that if the port and its corresponding endpoint is defined, then there should be a panel node too. This isn't necessary since boards may not really use a LVDS panel. Don't fail if there isn't a panel node availab