On Wed, Dec 10, 2014 at 04:37:17PM +0800, Liu Ying wrote:
The MIPI DSI bus driver would try to add a DSI device for a host's every
child node which contains the reg property. Unfortunately, the existing
i.MX6Q/SDL MIPI DSI host device tree node's child nodes contain the reg
There aren't any existing nodes for the DSI host on i.MX. This patch
series adds support for them.
property, but the child nodes are ports pointing to dedicated CRTCs.
So, this patch phases out the child nodes with input-port property before
adding DSI devices for them and updates the MIPI DSI bus OF binding
documentation.
Signed-off-by: Liu Ying <Ying.Liu@xxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/mipi/dsi/mipi-dsi-bus.txt | 4 ++++
drivers/gpu/drm/drm_mipi_dsi.c | 5 +++--
2 files changed, 7 insertions(+), 2 deletions(-)
Sorry, but NAK. There's no need for this special-case. I'll go into more
detail in response to patch 09/15.
--
Thierry