[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5d926560-4e90-4ff1-8d87-3286b469246d@quicinc.com>
Date: Wed, 8 Jan 2025 14:38:33 +0800
From: Yongxing Mou <quic_yongmou@...cinc.com>
To: Dmitry Baryshkov <dmitry.baryshkov@...aro.org>
CC: Rob Clark <robdclark@...il.com>,
Abhinav Kumar
<quic_abhinavk@...cinc.com>,
Sean Paul <sean@...rly.run>,
Marijn Suijten
<marijn.suijten@...ainline.org>,
David Airlie <airlied@...il.com>, "Simona
Vetter" <simona@...ll.ch>,
Maarten Lankhorst
<maarten.lankhorst@...ux.intel.com>,
Maxime Ripard <mripard@...nel.org>,
Thomas Zimmermann <tzimmermann@...e.de>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Neil Armstrong <neil.armstrong@...aro.org>,
Kuogee Hsieh
<quic_khsieh@...cinc.com>, Vinod Koul <vkoul@...nel.org>,
"Kishon Vijay
Abraham I" <kishon@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
<linux-arm-msm@...r.kernel.org>, <dri-devel@...ts.freedesktop.org>,
<freedreno@...ts.freedesktop.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linux-phy@...ts.infradead.org>
Subject: Re: [PATCH v2 4/5] dt-bindings: phy: Add eDP PHY compatible for
QCS8300
On 2024/12/29 12:42, Dmitry Baryshkov wrote:
> On Thu, Dec 26, 2024 at 05:40:48PM +0800, Yongxing Mou wrote:
>> Add compatible string for the supported eDP PHY on QCS8300 platform.
>> QCS8300 have the same eDP PHY with SA8775P.
>>
>> Signed-off-by: Yongxing Mou <quic_yongmou@...cinc.com>
>> ---
>> .../devicetree/bindings/phy/qcom,edp-phy.yaml | 19 ++++++++++++-------
>> 1 file changed, 12 insertions(+), 7 deletions(-)
>
> Everything else is display, this one is PHY. Consider separating this
> one to a separate series.
Got it. will separate in next version.
>
>>
>> diff --git a/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml
>> index 293fb6a9b1c330438bceba15226c91e392c840fb..eb97181cbb9579893b4ee26a39c3559ad87b2fba 100644
>> --- a/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml
>> +++ b/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml
>> @@ -16,13 +16,18 @@ description:
>>
>> properties:
>> compatible:
>> - enum:
>> - - qcom,sa8775p-edp-phy
>> - - qcom,sc7280-edp-phy
>> - - qcom,sc8180x-edp-phy
>> - - qcom,sc8280xp-dp-phy
>> - - qcom,sc8280xp-edp-phy
>> - - qcom,x1e80100-dp-phy
>> + oneOf:
>> + - enum:
>> + - qcom,sa8775p-edp-phy
>> + - qcom,sc7280-edp-phy
>> + - qcom,sc8180x-edp-phy
>> + - qcom,sc8280xp-dp-phy
>> + - qcom,sc8280xp-edp-phy
>> + - qcom,x1e80100-dp-phy
>> + - items:
>> + - enum:
>> + - qcom,qcs8300-edp-phy
>> + - const: qcom,sa8775p-edp-phy
>>
>> reg:
>> items:
>>
>> --
>> 2.34.1
>>
>
Powered by blists - more mailing lists