Skip to content

Commit

Permalink
dt-bindings: display/msm/gmu: Allow passing QMP handle
Browse files Browse the repository at this point in the history
When booting the GMU, the QMP mailbox should be pinged about some tunables
(e.g. adaptive clock distribution state). To achieve that, a reference to
it is necessary. Allow it and require it with A730.

Tested-by: Neil Armstrong <neil.armstrong@linaro.org> # on SM8550-QRD
Tested-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> # sm8450
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/559279/
Signed-off-by: Rob Clark <robdclark@chromium.org>
  • Loading branch information
Konrad Dybcio authored and Rob Clark committed Oct 9, 2023
1 parent 0247d99 commit 97a0cc9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/devicetree/bindings/display/msm/gmu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ properties:
iommus:
maxItems: 1

qcom,qmp:
$ref: /schemas/types.yaml#/definitions/phandle
description: Reference to the AOSS side-channel message RAM

operating-points-v2: true

opp-table:
Expand Down Expand Up @@ -251,6 +255,9 @@ allOf:
- const: hub
- const: demet

required:
- qcom,qmp

- if:
properties:
compatible:
Expand Down

0 comments on commit 97a0cc9

Please sign in to comment.