From nobody Tue Dec 16 19:44:20 2025 Received: from m16.mail.163.com (m16.mail.163.com [117.135.210.4]) by smtp.subspace.kernel.org (Postfix) with ESMTP id D578A23E34D; Wed, 12 Mar 2025 10:43:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=117.135.210.4 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741776187; cv=none; b=ARuI+1eKBFLVrogUpNNVqixe1aoeMVCir+FKMRdi308YnoWdUjSefqeGF4eb9QOgtDWW+R489s0ZvzV2U4y7ixX+CqvuH1f/b+E8gYzqQA4q0KnpjkJcFRE30MgdgVQ7vZV5vofoqvnzA9i4wQIEHtJPmuci7vFh0Hc1tZ2uabc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741776187; c=relaxed/simple; bh=BLT3QCHNZVeEUR3xLB5zkydkHA0UjF8ngjT6XcglMjc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=oe5YkzUon3ukFwEUl9/94rcQXQrMbj0WaHIF9Zlg+j59og/hnTWO+zSgaNXW4q74qsQKuyYvLo3IicIUaTQ/X/+pwLa600Ix7sC5+MgruX4gV4OHOMuZdf7N0SSEKzgqosh5RXksoWG9wTRdiy9Ei14wcBHE+r3Z9h6xM4rWPMk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=163.com; spf=pass smtp.mailfrom=163.com; dkim=pass (1024-bit key) header.d=163.com header.i=@163.com header.b=D/+1nkhG; arc=none smtp.client-ip=117.135.210.4 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=163.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=163.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=163.com header.i=@163.com header.b="D/+1nkhG" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-ID:MIME-Version; bh=NtL+D r4ZV4seu1Ras7B0Hb5DjP67Q+5q2YsmsHMMUhw=; b=D/+1nkhGkI0I4c4DWI7BE YPvfGeayy3+E0wiGnTpFd1glNtrcWriIQ6XR2Uhc43L+N+HB6DSzUWeKDkCp0vBf UwZzQpfs8KyZWvV8zx3FwlspVbobJrxY9kidR2PRID9RZCUqX+kfDpeLK79VoufH ID8ddXO+G4VH+f4/p5kfvI= Received: from ProDesk.. (unknown []) by gzsmtp2 (Coremail) with SMTP id PSgvCgAHUvcHZdFnEN_+Kg--.14177S3; Wed, 12 Mar 2025 18:42:20 +0800 (CST) From: Andy Yan To: heiko@sntech.de Cc: hjc@rock-chips.com, mripard@kernel.org, cristian.ciocaltea@collabora.com, neil.armstrong@linaro.org, yubing.zhang@rock-chips.com, krzk+dt@kernel.org, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, lumag@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, robh@kernel.org, sebastian.reichel@collabora.com, Andy Yan Subject: [PATCH v2 1/7] dt-bindings: display: rockchip: Add schema for RK3588 DPTX Controller Date: Wed, 12 Mar 2025 18:42:02 +0800 Message-ID: <20250312104214.525242-2-andyshrk@163.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250312104214.525242-1-andyshrk@163.com> References: <20250312104214.525242-1-andyshrk@163.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-CM-TRANSID: PSgvCgAHUvcHZdFnEN_+Kg--.14177S3 X-Coremail-Antispam: 1Uf129KBjvJXoWxWryfKF1UKrWkAw18Jw15twb_yoWrCrWxpa n7CFZ8JrW09Fy7Xa95tr1kCrsYqw4kA3y7tw1xJw17tr4agFyYqw1a9rn8Z3srGFnrZay2 9FW7u34xta17Zw7anT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x07jU6p9UUUUU= X-CM-SenderInfo: 5dqg52xkunqiywtou0bp/1tbiqB0OXmfRYalQRQAAsO Content-Type: text/plain; charset="utf-8" From: Andy Yan 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 Reviewed-by: Rob Herring (Arm) --- 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/rock= chip,dw-dp.yaml diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip,dw= -dp.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-d= p.yaml new file mode 100644 index 000000000000..a8a008717997 --- /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 + +description: | + The Rockchip RK3588 SoC integrates the Synopsys DesignWare DPTX controll= er + which is compliant with the DisplayPort Specification Version 1.4 with t= he + 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 + + clock-names: + items: + - const: apb + - const: aux + - const: hdcp + - const: i2s + - const: spdif + + phys: + maxItems: 1 + + ports: + $ref: /schemas/graph.yaml#/properties/ports + + properties: + port@0: + $ref: /schemas/graph.yaml#/properties/port + description: Video port for RGB/YUV input. + + port@1: + $ref: /schemas/graph.yaml#/properties/port + description: Video port for DP output. + + required: + - port@0 + - port@1 + + power-domains: + maxItems: 1 + + resets: + maxItems: 1 + + "#sound-dai-cells": + const: 0 + +required: + - compatible + - reg + - clocks + - clock-names + - interrupts + - phys + - ports + - resets + +unevaluatedProperties: false + +examples: + - | + #include + #include + #include + #include + #include + #include + + soc { + #address-cells =3D <2>; + #size-cells =3D <2>; + + dp@fde50000 { + compatible =3D "rockchip,rk3588-dp"; + reg =3D <0x0 0xfde50000 0x0 0x4000>; + interrupts =3D ; + clocks =3D <&cru PCLK_DP0>, <&cru CLK_AUX16M_0>, + <&cru CLK_DP0>, <&cru MCLK_I2S4_8CH_TX>, + <&cru MCLK_SPDIF2_DP0>; + clock-names =3D "apb", "aux", "hdcp", "i2s", "spdif"; + assigned-clocks =3D <&cru CLK_AUX16M_0>; + assigned-clock-rates =3D <16000000>; + resets =3D <&cru SRST_DP0>; + phys =3D <&usbdp_phy0 PHY_TYPE_DP>; + power-domains =3D <&power RK3588_PD_VO0>; + #sound-dai-cells =3D <0>; + + + ports { + #address-cells =3D <1>; + #size-cells =3D <0>; + + port@0 { + reg =3D <0>; + + dp0_in_vp2: endpoint { + remote-endpoint =3D <&vp2_out_dp0>; + }; + }; + + port@1 { + reg =3D <1>; + + dp0_out_con0: endpoint { + remote-endpoint =3D <&dp_con0_in>; + }; + }; + }; + }; + }; --=20 2.34.1