Message ID | 20241127-qcs8300_dp-v1-1-0d30065c8c58@quicinc.com |
---|---|
State | New |
Headers | show |
Series | Add support for DisplayPort on QCS8300 platform | expand |
On 2024/11/28 2:28, Krzysztof Kozlowski wrote: > On 27/11/2024 09:15, Yongxing Mou wrote: >> Add compatible string for the supported eDP PHY on qcs8300 platform. > > > What is supported eDP PHY? Can it be unsupported? Anyway, this repeats > the diff. Say something useful instead, like why this is not compatible > with sa8775p. > > Best regards, > Krzysztof Actually,for edp phy,it is same with sa8775p, so will reuse it's driver in next patchset.so this patch should drop it..Thansk for reviewing.
diff --git a/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml index 293fb6a9b1c330438bceba15226c91e392c840fb..e249aee9b11d58b8f2a9c8708285e0f2510bafc7 100644 --- a/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml @@ -17,6 +17,7 @@ description: properties: compatible: enum: + - qcom,qcs8300-edp-phy - qcom,sa8775p-edp-phy - qcom,sc7280-edp-phy - qcom,sc8180x-edp-phy
Add compatible string for the supported eDP PHY on qcs8300 platform. Signed-off-by: Yongxing Mou <quic_yongmou@quicinc.com> --- Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml | 1 + 1 file changed, 1 insertion(+)