Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display/msm: dpu-sdm845: add missing DPU opp-table

The 'display-controller' child (DPU) of Display SubSystem (MDSS) uses
opp-table, so reference it which allows restricting DPU schema to fixed
list of properties.

Fixes: 3d7a0dd8f39b ("dt-bindings: msm: disp: add yaml schemas for DPU bindings")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/499212/
Link: https://lore.kernel.org/r/20220817062059.18640-6-krzysztof.kozlowski@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>

authored by

Krzysztof Kozlowski and committed by
Rob Clark
feda34d1 c5a7f04c

+4
+4
Documentation/devicetree/bindings/display/msm/dpu-sdm845.yaml
··· 65 65 "^display-controller@[0-9a-f]+$": 66 66 type: object 67 67 description: Node containing the properties of DPU. 68 + additionalProperties: false 68 69 69 70 properties: 70 71 compatible: ··· 103 102 maxItems: 1 104 103 105 104 operating-points-v2: true 105 + opp-table: 106 + type: object 107 + 106 108 ports: 107 109 $ref: /schemas/graph.yaml#/properties/ports 108 110 description: |