From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-176.mta1.migadu.com (out-176.mta1.migadu.com [95.215.58.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2DAE521D3DB for ; Fri, 4 Apr 2025 19:37:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.176 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743795445; cv=none; b=ESPEKXFca0sQvb6vFuxl1fVbDSpaKBt9Yh3Oj6b+A1XYcZZTcVnw2QrGXZRo3uCgCOHLG/KloMgx0pqkRqgCKb77UlwnpBX+7uxIFqbgCQOjkokl/ljqGsiuXj7n4mY1cMfBwvnutNsHCjr0iBOskDM2VZ3rzJaKegL41RKUJeQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743795445; c=relaxed/simple; bh=KlocHTRvoEQIHaClI7Vw27hSJD1Kw2lEniwUaBZzMFQ=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=cvqPk8wBybx/YlgNdWym1gFgQC/IMzJAwLPaw3sNkQeIvemqDaUNkqkGdlUXpBv4tMY5F0gAgO1QDOfJ9oURbIL1kMzS0DZobqwVVKyvObtD5811phCKfFrHrd1sTn8/ZhZAgwKv8E39s5XYV1F3d6GDnR6iPnkwmgFK0/gKtwA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cknow.org; spf=pass smtp.mailfrom=cknow.org; dkim=pass (2048-bit key) header.d=cknow.org header.i=@cknow.org header.b=DQXOMEEl; arc=none smtp.client-ip=95.215.58.176 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cknow.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=cknow.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=cknow.org header.i=@cknow.org header.b="DQXOMEEl" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cknow.org; s=key1; t=1743795430; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=j5iIDPsMyXuzJK77wAJ/JXOO40jyIXq/LxkNUBl62XQ=; b=DQXOMEElFWKrqzc82mZ22U473YVAh7jYVz30PuKpuDL7ShqgdxTy23hx+dHmzeji0rxpqu aMHDmf+1Gfg336iJLkjDx2PPPwPr7Qr0rhYThNk4b/UyCCXDLDx047eJDNsTSpawOLZlP/ FWj2tWol/jaD1Q3lh/y5Ff7w4LId2FIeXgC8UayYsJIDdBIN90bRvk/E6ZWHbgaKbgMXdD CEfS7wmw0TRJ80J80ZOOWHRVFLrwBuvbe9rGwAqU344CLe6jq90KOZtF3QVr6KnJG+ORCq D7K6TYOblr5rnCLYQyTxejqUpQmTe8bj6iBcQrgGg86b7V8tgGBh8YZe7ByPYw== Content-Type: multipart/signed; boundary=1d0b1c9b765b5909805ad66ccb19fe973b8f7f377113664bb82b4c67afb6; micalg=pgp-sha256; protocol="application/pgp-signature" Date: Fri, 04 Apr 2025 21:36:58 +0200 Message-Id: Cc: , , , , , , , , , , , , "Andy Yan" , , , Subject: Re: [PATCH v3 1/9] dt-bindings: display: rockchip: Add schema for RK3588 DPTX Controller X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Diederik de Haas" To: "Andy Yan" , , References: <20250403033748.245007-1-andyshrk@163.com> <20250403033748.245007-2-andyshrk@163.com> In-Reply-To: <20250403033748.245007-2-andyshrk@163.com> X-Migadu-Flow: FLOW_OUT --1d0b1c9b765b5909805ad66ccb19fe973b8f7f377113664bb82b4c67afb6 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 On Thu Apr 3, 2025 at 5:37 AM CEST, Andy Yan wrote: > 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) > > --- > > (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/ro= ckchip,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.y= aml > @@ -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 contro= ller > + 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 --1d0b1c9b765b5909805ad66ccb19fe973b8f7f377113664bb82b4c67afb6 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQT1sUPBYsyGmi4usy/XblvOeH7bbgUCZ/A03gAKCRDXblvOeH7b bpJBAQDvx5djc7YfaKYs4IcJeoXUVMwHtmKxjI+9dTI+U5l82wD/TCM5+lKSSL8X Ub8SCGu2YvEfoUy58ySWw+QHY8eQfwE= =IJxa -----END PGP SIGNATURE----- --1d0b1c9b765b5909805ad66ccb19fe973b8f7f377113664bb82b4c67afb6--