]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/msm: Drop the gpu binding
authorArchit Taneja <architt@codeaurora.org>
Thu, 19 May 2016 08:03:52 +0000 (13:33 +0530)
committerRob Clark <robdclark@gmail.com>
Sat, 16 Jul 2016 14:09:01 +0000 (10:09 -0400)
commitdc3ea265b856c11ab7f6a9c7e504f16d545f53a2
treeb0c4aba777d1e74cdd8a55d4bc7297847f2db2e9
parent54011e266499ec80104136bcecec5e8c7e21340c
drm/msm: Drop the gpu binding

The driver currently identifies the GPU components it needs by parsing
a phandle list from the 'gpus' DT property.

This isn't the right binding to go with. So, for now, just search all
device nodes and find the gpu node we need by parsing a list of
compatible strings.

Once we know how to link the kms and gpu drivers, we'll drop this method
and use the correct binding.

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