[PATCH v3 0/2] Convert Rockchip CDN DP binding to yaml

2025-05-12 Thread Chaoyi Chen
From: Chaoyi Chen This series convert cdn-dp-rockchip.txt to yaml. PATCH 1 try to improve coding style on the existing rk3399 cdn-dp node. PATCH 2 try to convert cdn-dp-rockchip.txt to yaml. Changes in v3: - Link to V2: https://lore.kernel.org/all/20250509070247.868-1-ker...@airkyi.com/ - Add

[PATCH v3 1/2] arm64: dts: rockchip: Improve coding style for rk3399 cdn_dp

2025-05-12 Thread Chaoyi Chen
From: Chaoyi Chen Let's make the ports nodes of cdn_dp in the same style as the other display interface, and match the style of ports's yaml. Signed-off-by: Chaoyi Chen --- (no changes since v1) arch/arm64/boot/dts/rockchip/rk3399-base.dtsi | 10 +- 1 file changed, 9

[PATCH v3 2/2] dt-bindings: display: rockchip: Convert cdn-dp-rockchip.txt to yaml

2025-05-12 Thread Chaoyi Chen
From: Chaoyi Chen Convert cdn-dp-rockchip.txt to yaml. Signed-off-by: Chaoyi Chen --- Changes in v3: - Add more description about phy/extcon - Fix some coding style Changes in v2: - Rename binding file name to match compatible - Add more description about grf/phy/extcon - Fix coding style

Re: [PATCH v2 2/2] dt-bindings: display: rockchip: Convert cdn-dp-rockchip.txt to yaml

2025-05-10 Thread Chaoyi Chen
Hi Krzysztof, On 2025/5/9 15:11, Krzysztof Kozlowski wrote: On 09/05/2025 09:02, Chaoyi Chen wrote: + + clock-names: +items: + - const: core-clk + - const: pclk + - const: spdif + - const: grf + + extcon: +$ref: /schemas/types.yaml#/definitions/phandle-array

Re: [PATCH v2 2/2] dt-bindings: display: rockchip: Convert cdn-dp-rockchip.txt to yaml

2025-05-10 Thread Chaoyi Chen
Hi Krzysztof, On 2025/5/9 17:21, Krzysztof Kozlowski wrote: On 09/05/2025 09:34, Chaoyi Chen wrote: Hi Krzysztof, On 2025/5/9 15:11, Krzysztof Kozlowski wrote: On 09/05/2025 09:02, Chaoyi Chen wrote: + + clock-names: +items: + - const: core-clk + - const: pclk + - const

[PATCH v2 2/2] dt-bindings: display: rockchip: Convert cdn-dp-rockchip.txt to yaml

2025-05-09 Thread Chaoyi Chen
From: Chaoyi Chen Convert cdn-dp-rockchip.txt to yaml. Signed-off-by: Chaoyi Chen --- Changes in v2: - Rename binding file name to match compatible - Add more description about grf/phy/extcon - Fix coding style .../display/rockchip/cdn-dp-rockchip.txt | 74 .../rockchip

Re: [PATCH 2/2] dt-bindings: display: rockchip: Convert cdn-dp-rockchip.txt to yaml

2025-05-09 Thread Chaoyi Chen
Hi Krzysztof, On 2025/5/8 15:16, Krzysztof Kozlowski wrote: On 08/05/2025 08:43, Chaoyi Chen wrote: From: Chaoyi Chen Convert cdn-dp-rockchip.txt to yaml. Tested with: 1. make ARCH=arm64 dt_binding_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/display/rockchip/rockchip,cdn

[PATCH v2 1/2] arm64: dts: rockchip: Improve coding style for rk3399 cdn_dp

2025-05-09 Thread Chaoyi Chen
From: Chaoyi Chen Let's make the ports nodes of cdn_dp in the same style as the other display interface, and match the style of ports's yaml. Signed-off-by: Chaoyi Chen --- (no changes since v1) arch/arm64/boot/dts/rockchip/rk3399-base.dtsi | 10 +- 1 file changed, 9

[PATCH v2 0/2] Convert Rockchip CDN DP binding to yaml

2025-05-09 Thread Chaoyi Chen
From: Chaoyi Chen This series convert cdn-dp-rockchip.txt to yaml. PATCH 1 try to improve coding style on the existing rk3399 cdn-dp node. PATCH 2 try to convert cdn-dp-rockchip.txt to yaml. Changes in v2: - Link to V1: https://lore.kernel.org/all/20250508064304.670-1-ker...@airkyi.com

[PATCH 0/2] Convert Rockchip CDN DP binding to yaml

2025-05-07 Thread Chaoyi Chen
From: Chaoyi Chen This series convert cdn-dp-rockchip.txt to yaml. PATCH 1 try to improve coding style on the existing rk3399 cdn-dp node. PATCH 2 try to convert cdn-dp-rockchip.txt to yaml. Tested with: 1. make ARCH=arm64 dt_binding_check DT_SCHEMA_FILES=Documentation/devicetree/bindings

[PATCH 1/2] arm64: dts: rockchip: Improve coding style for rk3399 cdn_dp

2025-05-07 Thread Chaoyi Chen
From: Chaoyi Chen Let's make the ports nodes of cdn_dp in the same style as the other display interface, and match the style of ports's yaml. Signed-off-by: Chaoyi Chen --- arch/arm64/boot/dts/rockchip/rk3399-base.dtsi | 10 +- 1 file changed, 9 insertions(+), 1 deletio

[PATCH 2/2] dt-bindings: display: rockchip: Convert cdn-dp-rockchip.txt to yaml

2025-05-07 Thread Chaoyi Chen
From: Chaoyi Chen Convert cdn-dp-rockchip.txt to yaml. Tested with: 1. make ARCH=arm64 dt_binding_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/display/rockchip/rockchip,cdn-dp.yaml 2. make ARCH=arm64 dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/display/rockchip

[PATCH] drm/rockchip: cdn-dp: Convert to drm bridge

2025-05-06 Thread Chaoyi Chen
From: Chaoyi Chen Convert it to drm bridge driver, it will be convenient for us to migrate the connector part to the display driver later. Tested with RK3399 EVB IND board. Signed-off-by: Chaoyi Chen --- drivers/gpu/drm/rockchip/cdn-dp-core.c | 163 + drivers/gpu/drm