On 3/12/2025 5:14 PM, Krzysztof Kozlowski wrote: > On Tue, Mar 11, 2025 at 05:54:37PM +0530, Ayushi Makhija wrote: >> diff --git a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml >> index ffbd1dc9470e..3621e3f12b65 100644 >> --- a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml >> +++ b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml >> @@ -23,6 +23,7 @@ properties: >> - qcom,msm8996-dsi-ctrl >> - qcom,msm8998-dsi-ctrl >> - qcom,qcm2290-dsi-ctrl >> + - qcom,sa8775p-dsi-ctrl > > That's incomplete, where is the rest of updates in the file? Not > needed? > > Best regards, > Krzysztof > Hi Krzysztof, Thanks, for the review. Each compatible string has a different set of clocks which are associated with it. Sorry, I forget to add qcom,sa8775p-dsi-ctrl compatible based on the set of clocks which are associated with it. Will add it in next patch. --- a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml +++ b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml @@ -349,6 +349,7 @@ allOf: compatible: contains: enum: + - qcom,sa8775p-dsi-ctrl - qcom,sc7180-dsi-ctrl - qcom,sc7280-dsi-ctrl - qcom,sm6150-dsi-ctrl The remaining content in the file will stay the same, no other changes are needed. Thanks, Ayushi