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

dt-bindings: display/msm: dpu-sc7280: 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: 57fd4f34ddac ("dt-bindings: msm: add DT bindings for sc7280")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/497898/
Link: https://lore.kernel.org/r/20220817062059.18640-5-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
c5a7f04c 5621478d

+3
+3
Documentation/devicetree/bindings/display/msm/dpu-sc7280.yaml
··· 72 72 "^display-controller@[0-9a-f]+$": 73 73 type: object 74 74 description: Node containing the properties of DPU. 75 + additionalProperties: false 75 76 76 77 properties: 77 78 compatible: ··· 113 112 maxItems: 1 114 113 115 114 operating-points-v2: true 115 + opp-table: 116 + type: object 116 117 117 118 ports: 118 119 $ref: /schemas/graph.yaml#/properties/ports