Skip to content

Commit 57d6c2e

Browse files
committed
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 <[email protected]> Reviewed-by: Bjorn Andersson <[email protected]>
1 parent 3522b4b commit 57d6c2e

File tree

1 file changed

+3
-0
lines changed
  • Documentation/devicetree/bindings/display/msm

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/display/msm/gpu.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Required properties:
3333
- zap-shader: For a5xx and a6xx devices this node contains a memory-region that
3434
points to reserved memory to store the zap shader that can be used to help
3535
bring the GPU out of secure mode.
36+
- firmware-name: optional property of the 'zap-shader' node, listing the
37+
relative path of the device specific zap firmware.
3638

3739
Example 3xx/4xx/a5xx:
3840

@@ -85,6 +87,7 @@ Example a6xx (with GMU):
8587

8688
zap-shader {
8789
memory-region = <&zap_shader_region>;
90+
firmware-name = "qcom/LENOVO/81JL/qcdxkmsuc850.mbn"
8891
};
8992
};
9093
};

0 commit comments

Comments
 (0)