[PATCH v2 1/3] dt-bindings: phy: Add DP PHY compatible for Glymur

Abel Vesa posted 3 patches 3 weeks, 2 days ago
There is a newer version of this series
[PATCH v2 1/3] dt-bindings: phy: Add DP PHY compatible for Glymur
Posted by Abel Vesa 3 weeks, 2 days ago
Document the compatible for the Glymur platform.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
---
 Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml
index bfc4d75f50ff9e31981fe602478f28320545e52b..4a1daae3d8d47ca5f08d97a1864cfd615dcf108d 100644
--- a/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml
@@ -18,6 +18,7 @@ properties:
   compatible:
     oneOf:
       - enum:
+          - qcom,glymur-dp-phy
           - qcom,sa8775p-edp-phy
           - qcom,sc7280-edp-phy
           - qcom,sc8180x-edp-phy
@@ -72,6 +73,7 @@ allOf:
       properties:
         compatible:
           enum:
+            - qcom,glymur-dp-phy
             - qcom,x1e80100-dp-phy
     then:
       properties:

-- 
2.45.2
Re: [PATCH v2 1/3] dt-bindings: phy: Add DP PHY compatible for Glymur
Posted by Krzysztof Kozlowski 3 weeks, 1 day ago
On Tue, Sep 09, 2025 at 01:07:26PM +0300, Abel Vesa wrote:
> Document the compatible for the Glymur platform.

And it is not compatible with X1E? Say something useful in the commit
msg, instead of what we see from the patch contents.

> 
> Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
> ---
>  Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml | 2 ++
>  1 file changed, 2 insertions(+)

Best regards,
Krzysztof
Re: [PATCH v2 1/3] dt-bindings: phy: Add DP PHY compatible for Glymur
Posted by Abel Vesa 3 weeks ago
On 25-09-10 13:32:04, Krzysztof Kozlowski wrote:
> On Tue, Sep 09, 2025 at 01:07:26PM +0300, Abel Vesa wrote:
> > Document the compatible for the Glymur platform.
> 
> And it is not compatible with X1E? Say something useful in the commit
> msg, instead of what we see from the patch contents.
> 

It's definitely not compatible with X1E since there is a new version (v8
compared to v6).

Will update the commit message and mention the new version.

Thanks for reviewing.