On 15/10/2025 03:53, Xiangxu Yin via B4 Relay wrote:
> From: Xiangxu Yin <[email protected]>
>
> Describe the DisplayPort controller for Qualcomm SM6150 SoC.
>
> Signed-off-by: Xiangxu Yin <[email protected]>
> ---
> .../devicetree/bindings/display/msm/qcom,sm6150-mdss.yaml | 11
> +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git
> a/Documentation/devicetree/bindings/display/msm/qcom,sm6150-mdss.yaml
> b/Documentation/devicetree/bindings/display/msm/qcom,sm6150-mdss.yaml
> index
> 9ac24f99d3ada1c197c9654dc9babebccae972ed..935eca23ce6b30b81b3ad778e5fcacc817a230c3
> 100644
> --- a/Documentation/devicetree/bindings/display/msm/qcom,sm6150-mdss.yaml
> +++ b/Documentation/devicetree/bindings/display/msm/qcom,sm6150-mdss.yaml
> @@ -51,6 +51,16 @@ patternProperties:
> compatible:
> const: qcom,sm6150-dpu
>
> + "^displayport-controller@[0-9a-f]+$":
> + type: object
> + additionalProperties: true
> + properties:
> + compatible:
> + items:
> + - const: qcom,sm6150-dp
> + - const: qcom,sm8150-dp
6150 is compatible with 8150 or 8350? I have doubts.
> + - const: qcom,sm8350-dp
> +
> "^dsi@[0-9a-f]+$":
> type: object
> additionalProperties: true
> @@ -132,6 +142,7 @@ examples:
> port@0 {
> reg = <0>;
> dpu_intf0_out: endpoint {
> + remote-endpoint = <&mdss_dp0_in>;
Mention reason for doing this in the commit msg.
Also, messed up indentation.
> };
> };
>
>
Best regards,
Krzysztof