diff mbox series

[1/3] dt-bindings: display: msm: sm8350-mdss: document displayport controller subnode

Message ID 20230621-topic-sm8x50-upstream-mdss-bindings-dp-subnode-v1-1-8bf386b373eb@linaro.org
State Not Applicable, archived
Headers show
Series dt-bindings: display: msm: document the SM8[345]50 displayport MDSS subnode | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied success
robh/dtbs-check warning build log
robh/dt-meta-schema success

Commit Message

Neil Armstrong June 21, 2023, 9:26 a.m. UTC
Document the optional document displayport controller subnode
of the SM8350 MDSS.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 Documentation/devicetree/bindings/display/msm/qcom,sm8350-mdss.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Rob Herring (Arm) June 22, 2023, 2 a.m. UTC | #1
On Wed, 21 Jun 2023 11:26:25 +0200, Neil Armstrong wrote:
> Document the optional document displayport controller subnode
> of the SM8350 MDSS.
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
>  Documentation/devicetree/bindings/display/msm/qcom,sm8350-mdss.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>
Marijn Suijten June 23, 2023, 7:27 a.m. UTC | #2
On 2023-06-21 11:26:25, Neil Armstrong wrote:
> Document the optional document displayport controller subnode

document the optional *document*?  Same in the other patches IIRC.

- Marijn

> of the SM8350 MDSS.
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
>  Documentation/devicetree/bindings/display/msm/qcom,sm8350-mdss.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/display/msm/qcom,sm8350-mdss.yaml b/Documentation/devicetree/bindings/display/msm/qcom,sm8350-mdss.yaml
> index 79a226e4cc6a..f2cbeb435f1b 100644
> --- a/Documentation/devicetree/bindings/display/msm/qcom,sm8350-mdss.yaml
> +++ b/Documentation/devicetree/bindings/display/msm/qcom,sm8350-mdss.yaml
> @@ -52,6 +52,12 @@ patternProperties:
>        compatible:
>          const: qcom,sm8350-dpu
>  
> +  "^displayport-controller@[0-9a-f]+$":
> +    type: object
> +    properties:
> +      compatible:
> +        const: qcom,sm8350-dp
> +
>    "^dsi@[0-9a-f]+$":
>      type: object
>      properties:
> 
> -- 
> 2.34.1
>
Neil Armstrong June 23, 2023, 7:29 a.m. UTC | #3
On 23/06/2023 09:27, Marijn Suijten wrote:
> On 2023-06-21 11:26:25, Neil Armstrong wrote:
>> Document the optional document displayport controller subnode
> 
> document the optional *document*?  Same in the other patches IIRC.

oops, will re-spin with this fixed

thanks!

> 
> - Marijn
> 
>> of the SM8350 MDSS.
>>
>> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
>> ---
>>   Documentation/devicetree/bindings/display/msm/qcom,sm8350-mdss.yaml | 6 ++++++
>>   1 file changed, 6 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/display/msm/qcom,sm8350-mdss.yaml b/Documentation/devicetree/bindings/display/msm/qcom,sm8350-mdss.yaml
>> index 79a226e4cc6a..f2cbeb435f1b 100644
>> --- a/Documentation/devicetree/bindings/display/msm/qcom,sm8350-mdss.yaml
>> +++ b/Documentation/devicetree/bindings/display/msm/qcom,sm8350-mdss.yaml
>> @@ -52,6 +52,12 @@ patternProperties:
>>         compatible:
>>           const: qcom,sm8350-dpu
>>   
>> +  "^displayport-controller@[0-9a-f]+$":
>> +    type: object
>> +    properties:
>> +      compatible:
>> +        const: qcom,sm8350-dp
>> +
>>     "^dsi@[0-9a-f]+$":
>>       type: object
>>       properties:
>>
>> -- 
>> 2.34.1
>>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/display/msm/qcom,sm8350-mdss.yaml b/Documentation/devicetree/bindings/display/msm/qcom,sm8350-mdss.yaml
index 79a226e4cc6a..f2cbeb435f1b 100644
--- a/Documentation/devicetree/bindings/display/msm/qcom,sm8350-mdss.yaml
+++ b/Documentation/devicetree/bindings/display/msm/qcom,sm8350-mdss.yaml
@@ -52,6 +52,12 @@  patternProperties:
       compatible:
         const: qcom,sm8350-dpu
 
+  "^displayport-controller@[0-9a-f]+$":
+    type: object
+    properties:
+      compatible:
+        const: qcom,sm8350-dp
+
   "^dsi@[0-9a-f]+$":
     type: object
     properties: