]> git.karo-electronics.de Git - linux-beck.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)
commit60282cea5bfa934694decfe836ee4600504bdeb1
tree307395f8c83a0e99cec6e70c3f1df13100190788
parent69696ea041fa7bffb04d2141f6ec997c24cf09da
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