[PATCH v2 18/25] drm/msm/dsi: Don't get DSI index from DT

2016-06-24 Thread Archit Taneja
On 06/23/2016 08:15 PM, Rob Herring wrote: > On Thu, Jun 23, 2016 at 9:13 AM, Archit Taneja > wrote: >> The DSI host and PHY driver currently expects the DT bindings to provide >> custom properties "qcom,dsi-host-index" and "qcom,dsi-phy-index" so that >> the driver can identify which DSI insta

[PATCH v2 18/25] drm/msm/dsi: Don't get DSI index from DT

2016-06-23 Thread Archit Taneja
The DSI host and PHY driver currently expects the DT bindings to provide custom properties "qcom,dsi-host-index" and "qcom,dsi-phy-index" so that the driver can identify which DSI instance it is. The binding isn't acceptable, but the driver still needs to figure out what its instance id. This is n

[PATCH v2 18/25] drm/msm/dsi: Don't get DSI index from DT

2016-06-23 Thread Rob Herring
On Thu, Jun 23, 2016 at 9:13 AM, Archit Taneja wrote: > The DSI host and PHY driver currently expects the DT bindings to provide > custom properties "qcom,dsi-host-index" and "qcom,dsi-phy-index" so that > the driver can identify which DSI instance it is. > > The binding isn't acceptable, but the