]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm/dsi: Remove incorrect warning on host attach
authorArchit Taneja <architt@codeaurora.org>
Thu, 25 Feb 2016 05:49:46 +0000 (11:19 +0530)
committerRob Clark <robdclark@gmail.com>
Wed, 2 Mar 2016 21:19:46 +0000 (16:19 -0500)
commit178c3bb1c6b2c29b6ff4d5abd34f0dea1ff397f4
tree19472e7efffd8445fb4f9fc07e7e07742e196376
parent1701c4c8cbc76436f1d3ef30229ae381dd8c459f
drm/msm/dsi: Remove incorrect warning on host attach

With the implementation of of_graph parsing, it isn't any longer
necessary for msm_host->device node to be same as dsi->dev.of_node. This
only holds true when the connected device is also a child of the dsi_host.

In the case of external bridge chips belonging to a different control
bus, these are guaranteed to be different.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/dsi/dsi_host.c