Message ID | 20220625232513.522599-8-dmitry.baryshkov@linaro.org |
---|---|
State | New |
Headers | show |
Series | [01/11] dt-bindings: display/msm: split qcom, mdss bindings | expand |
diff --git a/Documentation/devicetree/bindings/display/msm/dpu-sdm845.yaml b/Documentation/devicetree/bindings/display/msm/dpu-sdm845.yaml index 9253e0ca9fca..0dc16326bf8e 100644 --- a/Documentation/devicetree/bindings/display/msm/dpu-sdm845.yaml +++ b/Documentation/devicetree/bindings/display/msm/dpu-sdm845.yaml @@ -29,6 +29,7 @@ properties: clocks: items: + - description: Display GCC bus clock - description: Display ahb clock - description: Display axi clock - description: Display core clock @@ -36,6 +37,7 @@ properties: clock-names: items: + - const: gcc-bus - const: iface - const: bus - const: core
Add gcc-bus clock required for the SDM845 DPU device tree node. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- Documentation/devicetree/bindings/display/msm/dpu-sdm845.yaml | 2 ++ 1 file changed, 2 insertions(+)