From: "Diederik de Haas" <didi.debian@cknow.org>
To: "Andy Yan" <andyshrk@163.com>,
<dmitry.baryshkov@oss.qualcomm.com>, <heiko@sntech.de>
Cc: <neil.armstrong@linaro.org>, <sebastian.reichel@collabora.com>,
<stephen@radxa.com>, <dri-devel@lists.freedesktop.org>,
<hjc@rock-chips.com>, <mripard@kernel.org>,
<linux-kernel@vger.kernel.org>,
<linux-rockchip@lists.infradead.org>,
<devicetree@vger.kernel.org>, <yubing.zhang@rock-chips.com>,
<naoki@radxa.com>, <Laurent.pinchart@ideasonboard.com>,
"Andy Yan" <andy.yan@rock-chips.com>, <krzk+dt@kernel.org>,
<robh@kernel.org>, <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v3 1/9] dt-bindings: display: rockchip: Add schema for RK3588 DPTX Controller
Date: Fri, 04 Apr 2025 21:36:58 +0200 [thread overview]
Message-ID: <D8Y3VW5489RZ.3IXJX79M1ZK8O@cknow.org> (raw)
In-Reply-To: <20250403033748.245007-2-andyshrk@163.com>
[-- Attachment #1.1: Type: text/plain, Size: 2845 bytes --]
On Thu Apr 3, 2025 at 5:37 AM CEST, Andy Yan wrote:
> From: Andy Yan <andy.yan@rock-chips.com>
>
> The Rockchip RK3588 SoC integrates the Synopsys DesignWare DPTX
> controller. And this DPTX controller need share a USBDP PHY with
> the USB 3.0 OTG controller during operation.
>
> Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
> Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
>
> ---
>
> (no changes since v2)
>
> Changes in v2:
> - Link to V1: https://lore.kernel.org/linux-rockchip/20250223113036.74252-1-andyshrk@163.com/
> - Fix a character encoding issue
>
> .../display/rockchip/rockchip,dw-dp.yaml | 150 ++++++++++++++++++
> 1 file changed, 150 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/display/rockchip/rockchip,dw-dp.yaml
>
> diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-dp.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-dp.yaml
> new file mode 100644
> index 0000000000000..a8a0087179972
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-dp.yaml
> @@ -0,0 +1,150 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/display/rockchip/rockchip,dw-dp.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Rockchip DW DisplayPort Transmitter
> +
> +maintainers:
> + - Andy Yan <andy.yan@rock-chips.com>
> +
> +description: |
> + The Rockchip RK3588 SoC integrates the Synopsys DesignWare DPTX controller
> + which is compliant with the DisplayPort Specification Version 1.4 with the
> + following features:
> +
> + * DisplayPort 1.4a
> + * Main Link: 1/2/4 lanes
> + * Main Link Support 1.62Gbps, 2.7Gbps, 5.4Gbps and 8.1Gbps
> + * AUX channel 1Mbps
> + * Single Stream Transport(SST)
> + * Multistream Transport (MST)
> + * Type-C support (alternate mode)
> + * HDCP 2.2, HDCP 1.3
> + * Supports up to 8/10 bits per color component
> + * Supports RBG, YCbCr4:4:4, YCbCr4:2:2, YCbCr4:2:0
> + * Pixel clock up to 594MHz
> + * I2S, SPDIF audio interface
> +
> +allOf:
> + - $ref: /schemas/sound/dai-common.yaml#
> +
> +properties:
> + compatible:
> + enum:
> + - rockchip,rk3588-dp
> +
> + reg:
> + maxItems: 1
> +
> + interrupts:
> + maxItems: 1
> +
> + clocks:
> + items:
> + - description: Peripheral/APB bus clock
> + - description: DisplayPort AUX clock
> + - description: HDCP clock
> + - description: I2S interface clock
> + - description: SPDIF interfce clock
s/interfce/interface/
Cheers,
Diederik
> +
> + clock-names:
> + items:
> + - const: apb
> + - const: aux
> + - const: hdcp
> + - const: i2s
> + - const: spdif
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
[-- Attachment #2: Type: text/plain, Size: 170 bytes --]
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next prev parent reply other threads:[~2025-04-04 19:37 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-03 3:37 [PATCH v3 0/9] Add support for RK3588 DisplayPort Controller Andy Yan
2025-04-03 3:37 ` [PATCH v3 1/9] dt-bindings: display: rockchip: Add schema for RK3588 DPTX Controller Andy Yan
2025-04-04 19:36 ` Diederik de Haas [this message]
2025-04-03 3:37 ` [PATCH v3 2/9] drm/bridge: synopsys: Add DW DPTX Controller support library Andy Yan
2025-05-14 12:15 ` Andy Yan
2025-05-24 7:46 ` [PATCH " Dmitry Baryshkov
2025-05-24 7:59 ` Andy Yan
2025-05-24 8:11 ` Dmitry Baryshkov
2025-04-03 3:37 ` [PATCH v3 3/9] drm/rockchip: Add RK3588 DPTX output support Andy Yan
2025-04-04 9:06 ` kernel test robot
2025-04-04 12:11 ` kernel test robot
2025-05-27 16:12 ` Nicolas Frattaroli
2025-05-29 12:15 ` Andy Yan
2025-04-03 3:37 ` [PATCH v3 4/9] dt-bindings: display: simple-bridge: Add ra620 compatible Andy Yan
2025-04-03 6:42 ` Krzysztof Kozlowski
2025-04-03 3:37 ` [PATCH v3 5/9] drm/birdge: simple-bridge: Add support for radxa ra620 Andy Yan
2025-04-03 12:14 ` Dmitry Baryshkov
2025-04-03 3:37 ` [PATCH v3 6/9] arm64: dts: rockchip: Add DP0 for rk3588 Andy Yan
2025-04-03 3:37 ` [PATCH v3 7/9] arm64: dts: rockchip: Add DP1 " Andy Yan
2025-04-03 3:37 ` [PATCH v3 8/9] arm64: dts: rockchip: Enable DisplayPort for rk3588s Cool Pi 4B Andy Yan
2025-04-03 3:37 ` [PATCH v3 9/9] arm64: dts: rockchip: Enable DP2HDMI for ROCK 5 ITX Andy Yan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=D8Y3VW5489RZ.3IXJX79M1ZK8O@cknow.org \
--to=didi.debian@cknow.org \
--cc=Laurent.pinchart@ideasonboard.com \
--cc=andy.yan@rock-chips.com \
--cc=andyshrk@163.com \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=heiko@sntech.de \
--cc=hjc@rock-chips.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=mripard@kernel.org \
--cc=naoki@radxa.com \
--cc=neil.armstrong@linaro.org \
--cc=robh@kernel.org \
--cc=sebastian.reichel@collabora.com \
--cc=stephen@radxa.com \
--cc=yubing.zhang@rock-chips.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox