Commit 8225df64 authored by Marijn Suijten's avatar Marijn Suijten Committed by Dmitry Baryshkov

dt-bindings: display/msm: sc7180-dpu: Describe SM6125

SM6125 is identical to SM6375 including the throttle clock that is also
provided to the MDP node downstream.  Note that any SoC other than
SM6375 (currently SC7180 and SM6350) has an unconstrained maximum number
of clocks and could either pass or leave out this "throttle" clock.
Signed-off-by: default avatarMarijn Suijten <marijn.suijten@somainline.org>
Patchwork: https://patchwork.freedesktop.org/patch/548972/
Link: https://lore.kernel.org/r/20230723-sm6125-dpu-v4-8-a3f287dd6c07@somainline.orgSigned-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
parent bb49fa70
...@@ -15,6 +15,7 @@ properties: ...@@ -15,6 +15,7 @@ properties:
compatible: compatible:
enum: enum:
- qcom,sc7180-dpu - qcom,sc7180-dpu
- qcom,sm6125-dpu
- qcom,sm6350-dpu - qcom,sm6350-dpu
- qcom,sm6375-dpu - qcom,sm6375-dpu
...@@ -63,7 +64,9 @@ allOf: ...@@ -63,7 +64,9 @@ allOf:
- if: - if:
properties: properties:
compatible: compatible:
const: qcom,sm6375-dpu enum:
- qcom,sm6375-dpu
- qcom,sm6125-dpu
then: then:
properties: properties:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment