OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6969019
)
drm/msm/a6xx: Rename gmu phandle to qcom,gmu
author
Jordan Crouse
<jcrouse@codeaurora.org>
Wed, 8 Aug 2018 22:38:52 +0000
(16:38 -0600)
committer
Rob Clark
<robdclark@gmail.com>
Thu, 4 Oct 2018 00:24:54 +0000
(20:24 -0400)
>From the review for the DT bindings for the GPU/GMU it
was suggested that the phandle for the GMU be
'qcom,gmu' instead of just 'gmu'.
Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/adreno/a6xx_gpu.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/msm/adreno/a6xx_gpu.c
b/drivers/gpu/drm/msm/adreno/a6xx_gpu.c
index
c629f74
..
9a14cb3
100644
(file)
--- a/
drivers/gpu/drm/msm/adreno/a6xx_gpu.c
+++ b/
drivers/gpu/drm/msm/adreno/a6xx_gpu.c
@@
-799,7
+799,7
@@
struct msm_gpu *a6xx_gpu_init(struct drm_device *dev)
}
/* Check if there is a GMU phandle and set it up */
- node = of_parse_phandle(pdev->dev.of_node, "gmu", 0);
+ node = of_parse_phandle(pdev->dev.of_node, "
qcom,
gmu", 0);
/* FIXME: How do we gracefully handle this? */
BUG_ON(!node);