]> 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)
commitbc12fd5482908e938508d0bf1b7a0d4be89b3237
tree307395f8c83a0e99cec6e70c3f1df13100190788
parentaa1cd0123d66eb9c9819e0a1276a73adde3b0f6c
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