diff options
author | Jordan Crouse | 2018-12-18 19:32:37 +0100 |
---|---|---|
committer | Rob Clark | 2019-01-29 16:17:34 +0100 |
commit | b8be1cd9b010da726907a38b7a43d7259db51081 (patch) | |
tree | 99131261a560bda8d0887e4e2b6fd8d0b854314f | |
parent | drm/msm/gpu: Remove hardcoded interrupt name (diff) | |
download | kernel-qcow2-linux-b8be1cd9b010da726907a38b7a43d7259db51081.tar.gz kernel-qcow2-linux-b8be1cd9b010da726907a38b7a43d7259db51081.tar.xz kernel-qcow2-linux-b8be1cd9b010da726907a38b7a43d7259db51081.zip |
drm/msm: drop interrupt-names
Each GPU core only uses one interrupt so we don't to look up
an interrupt by name and thereby we don't need interrupt-names.
Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
-rw-r--r-- | Documentation/devicetree/bindings/display/msm/gpu.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/gpu.txt b/Documentation/devicetree/bindings/display/msm/gpu.txt index ac8df3b871f9..f8759145ce1a 100644 --- a/Documentation/devicetree/bindings/display/msm/gpu.txt +++ b/Documentation/devicetree/bindings/display/msm/gpu.txt @@ -27,7 +27,6 @@ Example: reg = <0x04300000 0x20000>; reg-names = "kgsl_3d0_reg_memory"; interrupts = <GIC_SPI 80 0>; - interrupt-names = "kgsl_3d0_irq"; clock-names = "core", "iface", |