[PATCH v1 02/10] dt-bindings: display: rockchip: analogix-dp: Add support for RK3588

Damon Ding posted 10 patches 1 year, 2 months ago
There is a newer version of this series
[PATCH v1 02/10] dt-bindings: display: rockchip: analogix-dp: Add support for RK3588
Posted by Damon Ding 1 year, 2 months ago
Add the compatible "rockchip,rk3588-edp".

Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
---
 .../bindings/display/rockchip/rockchip,analogix-dp.yaml          | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip,analogix-dp.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchip,analogix-dp.yaml
index 60dedf9b2be7..b82b693532e1 100644
--- a/Documentation/devicetree/bindings/display/rockchip/rockchip,analogix-dp.yaml
+++ b/Documentation/devicetree/bindings/display/rockchip/rockchip,analogix-dp.yaml
@@ -15,6 +15,7 @@ properties:
     enum:
       - rockchip,rk3288-dp
       - rockchip,rk3399-edp
+      - rockchip,rk3588-edp
 
   clocks:
     minItems: 2
-- 
2.34.1
Re: [PATCH v1 02/10] dt-bindings: display: rockchip: analogix-dp: Add support for RK3588
Posted by Krzysztof Kozlowski 1 year, 2 months ago
On 27/11/2024 08:51, Damon Ding wrote:
> Add the compatible "rockchip,rk3588-edp".

This we see from the diff. Say something about hardware and why it is
not compatible with existing variants.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>



Best regards,
Krzysztof
Re: [PATCH v1 02/10] dt-bindings: display: rockchip: analogix-dp: Add support for RK3588
Posted by Damon Ding 1 year, 2 months ago
Hi Krzysztof,

On 2024/11/27 18:23, Krzysztof Kozlowski wrote:
> On 27/11/2024 08:51, Damon Ding wrote:
>> Add the compatible "rockchip,rk3588-edp".
> 
> This we see from the diff. Say something about hardware and why it is
> not compatible with existing variants.

In response to your kind suggestion, I will add more details in next 
version, specifically:

Compared with RK3288/RK3399, the HBR2 link rate support is the main
improvement of RK3588 eDP TX controller, and there are also two
independent eDP display interfaces on RK3588 Soc.

> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> 
> 
> Best regards,
> Krzysztof
> 
> 

Best regards,
Damon