lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <dnc7coqlkgkukfg5awzrjmr7oi22lcrpucf7kdr4rfabkymbjn@ax6gjebpymkt>
Date: Tue, 29 Jul 2025 17:10:26 +0200
From: Sebastian Reichel <sebastian.reichel@...labora.com>
To: Andy Yan <andyshrk@....com>
Cc: dmitry.baryshkov@....qualcomm.com, heiko@...ech.de, hjc@...k-chips.com, 
	mripard@...nel.org, naoki@...xa.com, stephen@...xa.com, 
	cristian.ciocaltea@...labora.com, neil.armstrong@...aro.org, Laurent.pinchart@...asonboard.com, 
	yubing.zhang@...k-chips.com, krzk+dt@...nel.org, devicetree@...r.kernel.org, 
	dri-devel@...ts.freedesktop.org, linux-arm-kernel@...ts.infradead.org, 
	linux-kernel@...r.kernel.org, linux-rockchip@...ts.infradead.org, robh@...nel.org, 
	Andy Yan <andy.yan@...k-chips.com>
Subject: Re: [PATCH v6 07/10] arm64: dts: rockchip: Add DP0 for rk3588

Hi,

On Mon, Jul 28, 2025 at 04:28:32PM +0800, Andy Yan wrote:
> From: Andy Yan <andy.yan@...k-chips.com>
> 
> The DP0 is compliant with the DisplayPort Specification
> Version 1.4, and share the USBDP combo PHY0 with USB 3.1
> HOST0 controller.
> 
> Signed-off-by: Andy Yan <andy.yan@...k-chips.com>
> ---

The description matches the TRM:

Reviewed-by: Sebastian Reichel <sebastian.reichel@...labora.com>

Greetings,

-- Sebastian

> 
> (no changes since v1)
> 
>  arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 30 +++++++++++++++++++
>  1 file changed, 30 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi b/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi
> index 51f11b9c414aa..4a54389c89d75 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi
> +++ b/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi
> @@ -1536,6 +1536,36 @@ dsi1_out: port@1 {
>  		};
>  	};
>  
> +	dp0: dp@...50000 {
> +		compatible = "rockchip,rk3588-dp";
> +		reg = <0x0 0xfde50000 0x0 0x4000>;
> +		interrupts = <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH 0>;
> +		clocks = <&cru PCLK_DP0>, <&cru CLK_AUX16M_0>,
> +			 <&cru CLK_DP0>, <&cru MCLK_I2S4_8CH_TX>,
> +			 <&cru MCLK_SPDIF2_DP0>;
> +		clock-names = "apb", "aux", "hdcp", "i2s", "spdif";
> +		assigned-clocks = <&cru CLK_AUX16M_0>;
> +		assigned-clock-rates = <16000000>;
> +		resets = <&cru SRST_DP0>;
> +		phys = <&usbdp_phy0 PHY_TYPE_DP>;
> +		power-domains = <&power RK3588_PD_VO0>;
> +		#sound-dai-cells = <0>;
> +		status = "disabled";
> +
> +		ports {
> +			#address-cells = <1>;
> +			#size-cells = <0>;
> +
> +			dp0_in: port@0 {
> +				reg = <0>;
> +			};
> +
> +			dp0_out: port@1 {
> +				reg = <1>;
> +			};
> +		};
> +	};
> +
>  	hdmi0: hdmi@...80000 {
>  		compatible = "rockchip,rk3588-dw-hdmi-qp";
>  		reg = <0x0 0xfde80000 0x0 0x20000>;
> -- 
> 2.43.0
> 

Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ