aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/display
diff options
context:
space:
mode:
authorRob Clark <robdclark@chromium.org>2020-01-07 16:28:41 -0800
committerRob Clark <robdclark@chromium.org>2020-01-13 12:45:42 -0800
commit57d6c2eb735a0e08d7e0bbd985ec3ebc5fcaf214 (patch)
tree499a550df69f5b83288726c5fb9cee0fcfcd95c2 /Documentation/devicetree/bindings/display
parentdrm/msm: allow zapfw to not be specified in gpulist (diff)
downloadlinux-dev-57d6c2eb735a0e08d7e0bbd985ec3ebc5fcaf214.tar.xz
linux-dev-57d6c2eb735a0e08d7e0bbd985ec3ebc5fcaf214.zip
dt-bindings: drm/msm/gpu: Document firmware-name
The firmware-name property in the zap node can be used to specify a device specific zap firmware. Signed-off-by: Rob Clark <robdclark@chromium.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/display')
-rw-r--r--Documentation/devicetree/bindings/display/msm/gpu.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/gpu.txt b/Documentation/devicetree/bindings/display/msm/gpu.txt
index 3e6cd3f64a78..7edc298a15f2 100644
--- a/Documentation/devicetree/bindings/display/msm/gpu.txt
+++ b/Documentation/devicetree/bindings/display/msm/gpu.txt
@@ -33,6 +33,8 @@ Required properties:
- zap-shader: For a5xx and a6xx devices this node contains a memory-region that
points to reserved memory to store the zap shader that can be used to help
bring the GPU out of secure mode.
+- firmware-name: optional property of the 'zap-shader' node, listing the
+ relative path of the device specific zap firmware.
Example 3xx/4xx/a5xx:
@@ -85,6 +87,7 @@ Example a6xx (with GMU):
zap-shader {
memory-region = <&zap_shader_region>;
+ firmware-name = "qcom/LENOVO/81JL/qcdxkmsuc850.mbn"
};
};
};