Message ID | 20230109045458.316114-1-dmitry.baryshkov@linaro.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | dt-bindings: display/msm: qcom,sdm845-mdss: document the DP device | expand |
On 09/01/2023 05:54, Dmitry Baryshkov wrote: > Document the DP controller added to the sdm845 display subsystem. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- > .../devicetree/bindings/display/msm/qcom,sdm845-mdss.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Mon, 09 Jan 2023 06:54:58 +0200, Dmitry Baryshkov wrote: > Document the DP controller added to the sdm845 display subsystem. > > Applied, thanks! [1/1] dt-bindings: display/msm: qcom,sdm845-mdss: document the DP device https://gitlab.freedesktop.org/lumag/msm/-/commit/d26407788cc0 Best regards,
diff --git a/Documentation/devicetree/bindings/display/msm/qcom,sdm845-mdss.yaml b/Documentation/devicetree/bindings/display/msm/qcom,sdm845-mdss.yaml index 300d8f1ac45c..8f60be6147d8 100644 --- a/Documentation/devicetree/bindings/display/msm/qcom,sdm845-mdss.yaml +++ b/Documentation/devicetree/bindings/display/msm/qcom,sdm845-mdss.yaml @@ -46,6 +46,12 @@ patternProperties: compatible: const: qcom,sdm845-dpu + "^displayport-controller@[0-9a-f]+$": + type: object + properties: + compatible: + const: qcom,sdm845-dp + "^dsi@[0-9a-f]+$": type: object properties:
Document the DP controller added to the sdm845 display subsystem. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- .../devicetree/bindings/display/msm/qcom,sdm845-mdss.yaml | 6 ++++++ 1 file changed, 6 insertions(+)