Message ID | 20220625232513.522599-11-dmitry.baryshkov@linaro.org |
---|---|
State | New |
Headers | show |
Series | dt-bindings: display/msm: rework MDSS and DPU bindings | expand |
On Sun, 26 Jun 2022 02:25:12 +0300, Dmitry Baryshkov wrote: > On sc7280 platforms DPU device tree node contains child object > opp-table providing OPP table for the DPU. Add it to the list of > properties to let sc7280.dtsi to validate. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- > Documentation/devicetree/bindings/display/msm/dpu-sc7280.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/display/msm/dpu-sc7280.yaml b/Documentation/devicetree/bindings/display/msm/dpu-sc7280.yaml index 349a454099ad..49c4a055d20f 100644 --- a/Documentation/devicetree/bindings/display/msm/dpu-sc7280.yaml +++ b/Documentation/devicetree/bindings/display/msm/dpu-sc7280.yaml @@ -52,6 +52,9 @@ properties: operating-points-v2: true + opp-table: + $ref: /schemas/opp/opp-v2.yaml# + ports: $ref: /schemas/graph.yaml#/properties/ports description: |
On sc7280 platforms DPU device tree node contains child object opp-table providing OPP table for the DPU. Add it to the list of properties to let sc7280.dtsi to validate. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- Documentation/devicetree/bindings/display/msm/dpu-sc7280.yaml | 3 +++ 1 file changed, 3 insertions(+)