From nobody Sun Nov 24 10:52:50 2024 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (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 2810C1F8F13; Wed, 6 Nov 2024 12:38:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.11.138.130 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730896691; cv=none; b=EcxhQfHTJquAD9t8uWaaV/nHNz0gx3aZ++A9P58E1ZP2FoKm38Pa5b5ilPfHfGW9C7jHwsXZYXwgfpZQYSQ3n7VcUNivY0EOEI7T8M6KixV4VmcD7RmZbZL4rziTVlJD/ZovCUiMcVpeq3+VomvDB5BlY5Yc7L3vklnm5LmCs3c= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730896691; c=relaxed/simple; bh=zhWvmrEiopHjJe+O7D5Vx0z+Lx0rjErsDW9o4V/CGJA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=NoEHkgnrjI6Q/vWn2VskMz24JJO3oRAIGP8e0+j9s2KONnJbmlQyrMG4Mojyg0lUDjfoh9S+PQqklrQw5UF8AqIYehoNQxazjzlPNI2sJ30x2QKjzz896P4rwaaAu52j7bsG3xwMLGV5MrKRc96PFS7loOs8FRWW1PCvy2Jj6Ck= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b=PqnMfRss; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b="PqnMfRss" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sntech.de; s=gloria202408; h=Content-Transfer-Encoding:MIME-Version:References: In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=nd8WDBdT4JcyHkbixH6x2sPY4R14WnZRTUvb0ld1FwA=; b=PqnMfRssaNkWIHW6vVO88Pw+lg GgbHjce6zAZnmMoqiX9JgT/2VEghfg22EfjNpIFpe1xbsBTKEFXWnyqf319oOZTNPzcgzSiRh8QtQ VY0fX6QF+m4+oXZE5JW+nmua6nbIfd2ou0Dq2WFcH7gvm2wJyrhklRKXY02kzihusbUBRsnxxkj/G TfeyOqUe4OpJMmbJ/Jw52vhaSw3koKfPOgSaPnMHRQS98HDXfe/oVKMk/MJwIAm77W4LY6M8QfcjE CNwf96hPOlQ3dxfB1eS3m40gBQLTqYtW1t7P60SesS1+RT22FT6dDNxr4cNjGkpnPuLquDjB+XKxS 3d/zmOBw==; Received: from i53875b28.versanet.de ([83.135.91.40] helo=localhost.localdomain) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t8fIW-0007A8-8i; Wed, 06 Nov 2024 13:38:08 +0100 From: Heiko Stuebner To: heiko@sntech.de Cc: quentin.schulz@cherry.de, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Heiko Stuebner Subject: [PATCH 2/3] arm64: dts: rockchip: add dsi controller nodes on rk3588 Date: Wed, 6 Nov 2024 13:37:57 +0100 Message-ID: <20241106123758.423584-3-heiko@sntech.de> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20241106123758.423584-1-heiko@sntech.de> References: <20241106123758.423584-1-heiko@sntech.de> 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 Content-Type: text/plain; charset="utf-8" From: Heiko Stuebner The RK3588 comes with two DSI2 controllers based on a new Synopsis IP. Add the necessary nodes for them. Signed-off-by: Heiko Stuebner --- arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi b/arch/arm64/boo= t/dts/rockchip/rk3588-base.dtsi index 8c95c56e8097..6d31de2a6930 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi @@ -1414,6 +1414,62 @@ i2s9_8ch: i2s@fddfc000 { status =3D "disabled"; }; =20 + dsi0: dsi@fde20000 { + compatible =3D "rockchip,rk3588-mipi-dsi2"; + reg =3D <0x0 0xfde20000 0x0 0x10000>; + interrupts =3D ; + clocks =3D <&cru PCLK_DSIHOST0>, <&cru CLK_DSIHOST0>; + clock-names =3D "pclk", "sys"; + resets =3D <&cru SRST_P_DSIHOST0>; + reset-names =3D "apb"; + power-domains =3D <&power RK3588_PD_VOP>; + phys =3D <&mipidcphy0>; + phy-names =3D "dcphy"; + rockchip,grf =3D <&vop_grf>; + status =3D "disabled"; + + ports { + #address-cells =3D <1>; + #size-cells =3D <0>; + + dsi0_in: port@0 { + reg =3D <0>; + }; + + dsi0_out: port@1 { + reg =3D <1>; + }; + }; + }; + + dsi1: dsi@fde30000 { + compatible =3D "rockchip,rk3588-mipi-dsi2"; + reg =3D <0x0 0xfde30000 0x0 0x10000>; + interrupts =3D ; + clocks =3D <&cru PCLK_DSIHOST1>, <&cru CLK_DSIHOST1>; + clock-names =3D "pclk", "sys"; + resets =3D <&cru SRST_P_DSIHOST1>; + reset-names =3D "apb"; + power-domains =3D <&power RK3588_PD_VOP>; + phys =3D <&mipidcphy1>; + phy-names =3D "dcphy"; + rockchip,grf =3D <&vop_grf>; + status =3D "disabled"; + + ports { + #address-cells =3D <1>; + #size-cells =3D <0>; + + dsi1_in: port@0 { + reg =3D <0>; + }; + + dsi1_out: port@1 { + reg =3D <1>; + }; + }; + }; + hdmi0: hdmi@fde80000 { compatible =3D "rockchip,rk3588-dw-hdmi-qp"; reg =3D <0x0 0xfde80000 0x0 0x20000>; --=20 2.45.2