Message ID | 20240913103755.7290-2-quic_mukhopad@quicinc.com |
---|---|
State | Not Applicable |
Headers | show |
Series | Add support for DisplayPort on SA8775P platform | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On Fri, Sep 13, 2024 at 04:07:51PM +0530, Soutrik Mukhopadhyay wrote: > Add compatible string for the supported eDP PHY on sa8775p platform. > > Signed-off-by: Soutrik Mukhopadhyay <quic_mukhopad@quicinc.com> > --- > v2: No change > > --- > Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml | 1 + Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Fri, Sep 13, 2024 at 04:07:51PM +0530, Soutrik Mukhopadhyay wrote: > Add compatible string for the supported eDP PHY on sa8775p platform. > > Signed-off-by: Soutrik Mukhopadhyay <quic_mukhopad@quicinc.com> > --- > v2: No change > Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof
On Mon, Sep 16, 2024 at 05:23:55PM GMT, Krzysztof Kozlowski wrote: > On Fri, Sep 13, 2024 at 04:07:51PM +0530, Soutrik Mukhopadhyay wrote: > > Add compatible string for the supported eDP PHY on sa8775p platform. > > > > Signed-off-by: Soutrik Mukhopadhyay <quic_mukhopad@quicinc.com> > > --- > > v2: No change > > > > Acked-by: Krzysztof Kozlowski <krzk@kernel.org> So, is it reviewed or acked?
On 16.09.2024 10:33 PM, Dmitry Baryshkov wrote: > On Mon, Sep 16, 2024 at 05:23:55PM GMT, Krzysztof Kozlowski wrote: >> On Fri, Sep 13, 2024 at 04:07:51PM +0530, Soutrik Mukhopadhyay wrote: >>> Add compatible string for the supported eDP PHY on sa8775p platform. >>> >>> Signed-off-by: Soutrik Mukhopadhyay <quic_mukhopad@quicinc.com> >>> --- >>> v2: No change >>> >> >> Acked-by: Krzysztof Kozlowski <krzk@kernel.org> > > So, is it reviewed or acked? After a thorough review, it has been acked Konrad
On 17/09/2024 01:26, Konrad Dybcio wrote: > On 16.09.2024 10:33 PM, Dmitry Baryshkov wrote: >> On Mon, Sep 16, 2024 at 05:23:55PM GMT, Krzysztof Kozlowski wrote: >>> On Fri, Sep 13, 2024 at 04:07:51PM +0530, Soutrik Mukhopadhyay wrote: >>>> Add compatible string for the supported eDP PHY on sa8775p platform. >>>> >>>> Signed-off-by: Soutrik Mukhopadhyay <quic_mukhopad@quicinc.com> >>>> --- >>>> v2: No change >>>> >>> >>> Acked-by: Krzysztof Kozlowski <krzk@kernel.org> >> >> So, is it reviewed or acked? > > After a thorough review, it has been acked Way too many emails in inbox after short trip... This should be only acked. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml index 4e15d90d08b0..293fb6a9b1c3 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,sa8775p-edp-phy - qcom,sc7280-edp-phy - qcom,sc8180x-edp-phy - qcom,sc8280xp-dp-phy
Add compatible string for the supported eDP PHY on sa8775p platform. Signed-off-by: Soutrik Mukhopadhyay <quic_mukhopad@quicinc.com> --- v2: No change --- Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml | 1 + 1 file changed, 1 insertion(+)