drm/msm: remove qcom,gpu-pwrlevels bindings
authorRob Clark <robdclark@gmail.com>
Mon, 30 Jan 2017 15:46:35 +0000 (10:46 -0500)
committerRob Clark <robdclark@gmail.com>
Mon, 6 Feb 2017 16:28:42 +0000 (11:28 -0500)
commit1a4a66ddc7b290ea2fd492c9c922ee7205d44724
tree8eda878f36ba53d13f195c3f9544901e7f2df150
parent99743ae4c5f52f8f8ceb17783056fcc9b4f8b64c
drm/msm: remove qcom,gpu-pwrlevels bindings

The plan is to use the OPP bindings.  For now, remove the documentation
for qcom,gpu-pwrlevels, and make the driver fall back to a safe low
clock if the node is not present.

Note that no upstream dtb use this node.  For now we keep compatibility
with this node to avoid breaking compatibility with downstream android
dt files.

Signed-off-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Acked-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/display/msm/gpu.txt
drivers/gpu/drm/msm/adreno/adreno_device.c