[PATCH v3 4/5] dt-bindings: display: msm: dp-controller: document SA8775P compatible

Soutrik Mukhopadhyay posted 5 patches 2 months ago
There is a newer version of this series
[PATCH v3 4/5] dt-bindings: display: msm: dp-controller: document SA8775P compatible
Posted by Soutrik Mukhopadhyay 2 months ago
Add compatible string for the DisplayPort controller found on the
Qualcomm SA8775P platform.

Signed-off-by: Soutrik Mukhopadhyay <quic_mukhopad@quicinc.com>
---
v2: No change

v3: No change

---
 Documentation/devicetree/bindings/display/msm/dp-controller.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml
index 97993feda193..a212f335d5ff 100644
--- a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml
+++ b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml
@@ -17,6 +17,7 @@ properties:
   compatible:
     oneOf:
       - enum:
+          - qcom,sa8775p-dp
           - qcom,sc7180-dp
           - qcom,sc7280-dp
           - qcom,sc7280-edp
-- 
2.17.1
Re: [PATCH v3 4/5] dt-bindings: display: msm: dp-controller: document SA8775P compatible
Posted by Krzysztof Kozlowski 2 months ago
On Mon, Sep 23, 2024 at 05:01:49PM +0530, Soutrik Mukhopadhyay wrote:
> Add compatible string for the DisplayPort controller found on the
> Qualcomm SA8775P platform.
> 
> Signed-off-by: Soutrik Mukhopadhyay <quic_mukhopad@quicinc.com>
> ---
> v2: No change
> 
> v3: No change

Acked-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof