From nobody Tue Oct 7 02:15:49 2025 Received: from m16.mail.163.com (m16.mail.163.com [220.197.31.3]) by smtp.subspace.kernel.org (Postfix) with ESMTP id B10E92F1FF3; Wed, 16 Jul 2025 10:05:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.31.3 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752660347; cv=none; b=A1/B+ofOpK8/gfb6iI+vJC7929uSzIH0w6B9umlYxCw0Wwa+ufvLY6pWrw4sK9Axf44F+c3p93fOCOLCHFMTqiFDQ5Q0+CenAYDW3akuVWj9lzrTaEXVYbaSLhwAIHhPKt2+a0FAjaAUXM0qmJcNRBy2JtpFpj716X0TS/uoXHc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752660347; c=relaxed/simple; bh=prhs1fwZMMGiQNm65qqtpDtyHAygwhDTa8hqJRJbJc0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=jR2H1DnPhjEg4mt82LKtVK6mnZYdgF5fJwg5VaLxT1uFf8/zjo7kjdyOgBwTzUeXlyqzCrcKQa7PYVhP1uJ2Kv9SkrHHZOG409Y/dtyh2KNesXTJWO4Kgjs71MS0GD22liSqo9ednNMReFMSCvsbXw5fFYI5b3jXeSGzk2zW83U= 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=hs9Uwhbk; arc=none smtp.client-ip=220.197.31.3 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="hs9Uwhbk" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:To:Subject:Date:Message-ID:MIME-Version; bh=F5 Mn/v7RZ7UFx8WGpT30YpU6PJiEWQ1DE0lZ8cE+J4c=; b=hs9UwhbknfRDF1YPgz xYhlgvomvCK7k5DanIwc++TwoQi38jkcATqUl6HL6ovWrZfIZ+P6iEMNo7Eb1dXU ndEZLqLf8NFIrq/cpSC56oY+yCQBLbzoiCd0JyObxo2eo40577UAk92TxNgubflr CbfDPLrPsjEoSsBorx6fxBH3I= Received: from ProDesk.. (unknown []) by gzga-smtp-mtada-g1-2 (Coremail) with SMTP id _____wAH0s46eXdoG0BuFQ--.1985S10; Wed, 16 Jul 2025 18:05:08 +0800 (CST) From: Andy Yan To: dmitry.baryshkov@oss.qualcomm.com, heiko@sntech.de Cc: hjc@rock-chips.com, mripard@kernel.org, naoki@radxa.com, stephen@radxa.com, cristian.ciocaltea@collabora.com, neil.armstrong@linaro.org, Laurent.pinchart@ideasonboard.com, yubing.zhang@rock-chips.com, krzk+dt@kernel.org, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.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 v5 08/10] arm64: dts: rockchip: Add DP1 for rk3588 Date: Wed, 16 Jul 2025 18:04:35 +0800 Message-ID: <20250716100440.816351-9-andyshrk@163.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250716100440.816351-1-andyshrk@163.com> References: <20250716100440.816351-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: _____wAH0s46eXdoG0BuFQ--.1985S10 X-Coremail-Antispam: 1Uf129KBjvJXoW7ZrWDCry7tFWfJw17JFWDJwb_yoW8Xw4fpw nrurZ3GrW8uF1aqwnxt34kXrZ8A3Z5CFZrKr1xK3W8Kr1Sqr92k34akrZ3C34UXr17XwsF kFs3tryUKF4qy3DanT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x07j8a9-UUUUU= X-CM-SenderInfo: 5dqg52xkunqiywtou0bp/xtbBkBOMXmh3dCSOzAAAsc Content-Type: text/plain; charset="utf-8" From: Andy Yan The DP1 is compliant with the DisplayPort Specification Version 1.4, and share the USBDP combo PHY1 with USB 3.1 HOST1 controller. Signed-off-by: Andy Yan --- (no changes since v1) .../arm64/boot/dts/rockchip/rk3588-extra.dtsi | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3588-extra.dtsi b/arch/arm64/bo= ot/dts/rockchip/rk3588-extra.dtsi index 90414486e466f..691fe941d53a1 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-extra.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3588-extra.dtsi @@ -210,6 +210,36 @@ i2s10_8ch: i2s@fde00000 { status =3D "disabled"; }; =20 + dp1: dp@fde60000 { + compatible =3D "rockchip,rk3588-dp"; + reg =3D <0x0 0xfde60000 0x0 0x4000>; + interrupts =3D ; + clocks =3D <&cru PCLK_DP1>, <&cru CLK_AUX16M_1>, + <&cru CLK_DP1>, <&cru MCLK_I2S8_8CH_TX>, + <&cru MCLK_SPDIF5_DP1>; + clock-names =3D "apb", "aux", "hdcp", "i2s", "spdif"; + assigned-clocks =3D <&cru CLK_AUX16M_1>; + assigned-clock-rates =3D <16000000>; + resets =3D <&cru SRST_DP1>; + phys =3D <&usbdp_phy1 PHY_TYPE_DP>; + power-domains =3D <&power RK3588_PD_VO0>; + #sound-dai-cells =3D <0>; + status =3D "disabled"; + + ports { + #address-cells =3D <1>; + #size-cells =3D <0>; + + dp1_in: port@0 { + reg =3D <0>; + }; + + dp1_out: port@1 { + reg =3D <1>; + }; + }; + }; + hdmi1: hdmi@fdea0000 { compatible =3D "rockchip,rk3588-dw-hdmi-qp"; reg =3D <0x0 0xfdea0000 0x0 0x20000>; --=20 2.43.0