]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm/dsi: Use a standard DT binding for data lanes
authorArchit Taneja <architt@codeaurora.org>
Wed, 8 Jun 2016 10:44:19 +0000 (16:14 +0530)
committerRob Clark <robdclark@gmail.com>
Sat, 16 Jul 2016 14:08:47 +0000 (10:08 -0400)
commite5807e10fbbe5c3101a40882fb18034eb3fc96a9
tree307395f8c83a0e99cec6e70c3f1df13100190788
parent1340c179ed2f88b43aeb18f1a4ea054fa9ff8d2e
drm/msm/dsi: Use a standard DT binding for data lanes

A more standard DT binding describing data lanes already exists here:
Documentation/devicetree/bindings/media/video-interfaces.txt

Use this binding instead of "qcom,data-lane-map". One difference
in the standard binding w.r.t to the existing binding is that it
provides a logical to physical mapping instead of the other way
round. Tweak the code to translate the data the way we want it.

The MSM DSI DT bindings aren't used anywhere at the moment, so
it's okay to update this property.

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