From nobody Tue Nov 26 08:41:17 2024 Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) (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 F3A831DE4D7; Sat, 19 Oct 2024 10:12:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=148.251.105.195 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729332767; cv=none; b=lbJqDK+QOf7XSttrXB0Z7iz5MHD2CVsH9WHPY4xFf0x8zIaXxAr64V3mZNmVLKgn4obqxMTp1j/MYbTt87j9fzupRVRAotQi434CC0qk5tpjAPG/LfUeAWYHScZ2S3TglyOys1SNplx6B56ACMsA+KKlykZX+5e1dbjikSUPOHo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729332767; c=relaxed/simple; bh=shzTkSVeDAoYPdbpkz2nRxG6xjYT1Tvs40xs92JMLzM=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=ayNzmi5QT/+qVqZX4IkPOj5yz02GYP3E6iA0nsLEZbXimdX32f0omfJWDEM6qBIT4ENdfA2TNZ0hHqwrVke5sKwtgxGIa6mIVZxKg6GH0oEZbGzLkg7LdKCpAy6latlcAivvEuPxGCzNqruI1UHHHjMr9DKJiOmOaoIwJTaUh0U= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com; spf=pass smtp.mailfrom=collabora.com; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b=DofBcSUJ; arc=none smtp.client-ip=148.251.105.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=collabora.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b="DofBcSUJ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1729332763; bh=shzTkSVeDAoYPdbpkz2nRxG6xjYT1Tvs40xs92JMLzM=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=DofBcSUJL5Z4Te78BJ/bgETDj/Bp3ltNDn8uMl87ud51nt6LHoahxJOkve3EwZi6c 9tJp8l40SCoDLuvCFAcmdSj10lvLRb2krDhmD3poZ8HNjF3EVHaN4S1gcsVRGkpNSX mWWE5kkDD8rp3RcaJr1ZUEppCLkAdUVmznkYKIMLNGLXCvwwIW7qMvtVcIjosV49U0 IFZWbgvdeTskJaUpGGaCTUYRSDJgtcpUh/tCqcra8fptTISxEyXACEkZSzXuP2fNE7 7IeZLl4rzPPNiClvJ+C+9gr2LG9R8AOl8W9ewWTs157mu24zGpR2zKHak0m6W5ugr7 rweW8l87K3G+A== Received: from localhost (unknown [188.24.146.62]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: cristicc) by bali.collaboradmins.com (Postfix) with ESMTPSA id CD82817E13A2; Sat, 19 Oct 2024 12:12:42 +0200 (CEST) From: Cristian Ciocaltea Date: Sat, 19 Oct 2024 13:12:10 +0300 Subject: [PATCH v2 1/5] arm64: dts: rockchip: Add HDMI0 node to rk3588 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20241019-rk3588-hdmi0-dt-v2-1-466cd80e8ff9@collabora.com> References: <20241019-rk3588-hdmi0-dt-v2-0-466cd80e8ff9@collabora.com> In-Reply-To: <20241019-rk3588-hdmi0-dt-v2-0-466cd80e8ff9@collabora.com> To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Sebastian Reichel , Luis de Arquer , Alexandre ARNOUD Cc: kernel@collabora.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org X-Mailer: b4 0.14.2 Add support for the HDMI0 output port found on RK3588 SoC. Signed-off-by: Cristian Ciocaltea --- arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 41 +++++++++++++++++++++++= ++++ 1 file changed, 41 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi b/arch/arm64/boo= t/dts/rockchip/rk3588-base.dtsi index fc67585b64b7baa33d5a816517f20c4cb940b52d..a337f3fb8377e4a3a200d4d3a37= 73a237de2bd6e 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3588-base.dtsi @@ -1370,6 +1370,47 @@ i2s9_8ch: i2s@fddfc000 { status =3D "disabled"; }; =20 + hdmi0: hdmi@fde80000 { + compatible =3D "rockchip,rk3588-dw-hdmi-qp"; + reg =3D <0x0 0xfde80000 0x0 0x20000>; + clocks =3D <&cru PCLK_HDMITX0>, + <&cru CLK_HDMITX0_EARC>, + <&cru CLK_HDMITX0_REF>, + <&cru MCLK_I2S5_8CH_TX>, + <&cru CLK_HDMIHDP0>, + <&cru HCLK_VO1>; + clock-names =3D "pclk", "earc", "ref", "aud", "hdp", "hclk_vo1"; + interrupts =3D , + , + , + , + ; + interrupt-names =3D "avp", "cec", "earc", "main", "hpd"; + phys =3D <&hdptxphy_hdmi0>; + pinctrl-names =3D "default"; + pinctrl-0 =3D <&hdmim0_tx0_cec &hdmim0_tx0_hpd + &hdmim0_tx0_scl &hdmim0_tx0_sda>; + power-domains =3D <&power RK3588_PD_VO1>; + resets =3D <&cru SRST_HDMITX0_REF>, <&cru SRST_HDMIHDP0>; + reset-names =3D "ref", "hdp"; + rockchip,grf =3D <&sys_grf>; + rockchip,vo-grf =3D <&vo1_grf>; + status =3D "disabled"; + + ports { + #address-cells =3D <1>; + #size-cells =3D <0>; + + hdmi0_in: port@0 { + reg =3D <0>; + }; + + hdmi0_out: port@1 { + reg =3D <1>; + }; + }; + }; + qos_gpu_m0: qos@fdf35000 { compatible =3D "rockchip,rk3588-qos", "syscon"; reg =3D <0x0 0xfdf35000 0x0 0x20>; --=20 2.47.0 From nobody Tue Nov 26 08:41:17 2024 Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) (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 BD8071DE4EE; Sat, 19 Oct 2024 10:12:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=148.251.105.195 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729332767; cv=none; b=s00vtvJuikJHm6o52pPvfdD7CmnrVL56wsW9G1wl5To75ozVKK3eszfaagasEdwMf04MbfIPt50ko9cOzoBWTXwH7Ucfqk1LH/lMsA78PeRAzGVjIIkflfmUCdtbKaMrYeLvG61TAepcvwIe5/TzspkgH2hNJeUu8iEU6RwKtrg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729332767; c=relaxed/simple; bh=Rsn1cb69JK8bVAsgme/KNDkDYxyr1CTGotMpZS0cdGo=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=FpbPgT6E6vILLTDEIF5ePyBVJASkhpuOZMsd3DT07we2+/oL8SVPzY2ryF6QtS7DSBKe8xnDhs4LxjDLdGtMrpxD7zw2lm0yzjQuB1YdFMWRb/1oess+ziG9t2maw2II26UWQrI+8ClC8TYHDPnZdVqoVO+kkYIHAQZfB4Qxt1A= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com; spf=pass smtp.mailfrom=collabora.com; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b=JIk7X4u+; arc=none smtp.client-ip=148.251.105.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=collabora.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b="JIk7X4u+" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1729332764; bh=Rsn1cb69JK8bVAsgme/KNDkDYxyr1CTGotMpZS0cdGo=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=JIk7X4u+nz/jyHG+y0b/TAfGShrGzIz1iY/ef2SbY5WRirokQYdOJhl7xQy4lUepU hZkS9ILP4cOul5Vv/g+ltvdcHgKDkYPUUraU7/z/k2oYQ1jODmlMzd6FWw2QibBcj3 GE+lhlDSQmRE3Y7BV48G+yNUDBvwIeZ0DPv9TYeUAlYBTFhSa7ZdIaLHJlCSYYahNt 5vEwVn7Y5FqK2va+9qqeHHg8OrirwuPtYlljqGgKsnxYyw27d/bR9NpeoSWJvFNiQF 965wZ1JLU4ubwgTliuIQznJsSTngYmx+w3vHxJ50BxpNd+mJSUFyjphzXwCIyyUM1N WffRDHPWYffuw== Received: from localhost (unknown [188.24.146.62]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: cristicc) by bali.collaboradmins.com (Postfix) with ESMTPSA id CBC0117E14D5; Sat, 19 Oct 2024 12:12:43 +0200 (CEST) From: Cristian Ciocaltea Date: Sat, 19 Oct 2024 13:12:11 +0300 Subject: [PATCH v2 2/5] arm64: dts: rockchip: Enable HDMI0 on rock-5b Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20241019-rk3588-hdmi0-dt-v2-2-466cd80e8ff9@collabora.com> References: <20241019-rk3588-hdmi0-dt-v2-0-466cd80e8ff9@collabora.com> In-Reply-To: <20241019-rk3588-hdmi0-dt-v2-0-466cd80e8ff9@collabora.com> To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Sebastian Reichel , Luis de Arquer , Alexandre ARNOUD Cc: kernel@collabora.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, FUKAUMI Naoki X-Mailer: b4 0.14.2 Add the necessary DT changes to enable HDMI0 on Radxa ROCK 5B. Tested-by: FUKAUMI Naoki Signed-off-by: Cristian Ciocaltea Tested-by: Link Mauve --- arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 47 +++++++++++++++++++++= ++++ 1 file changed, 47 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts b/arch/arm64/b= oot/dts/rockchip/rk3588-rock-5b.dts index d6fff5b86b87020f115ce64795aee90c002a2255..0c3baf74981b714eb2a1edbc3fb= bb69cd688cfc2 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts @@ -4,6 +4,7 @@ =20 #include #include +#include #include "rk3588.dtsi" =20 / { @@ -37,6 +38,17 @@ analog-sound { pinctrl-0 =3D <&hp_detect>; }; =20 + hdmi0-con { + compatible =3D "hdmi-connector"; + type =3D "a"; + + port { + hdmi0_con_in: endpoint { + remote-endpoint =3D <&hdmi0_out_con>; + }; + }; + }; + leds { compatible =3D "gpio-leds"; pinctrl-names =3D "default"; @@ -192,6 +204,26 @@ &gpu { status =3D "okay"; }; =20 +&hdmi0 { + status =3D "okay"; +}; + +&hdmi0_in { + hdmi0_in_vp0: endpoint { + remote-endpoint =3D <&vp0_out_hdmi0>; + }; +}; + +&hdmi0_out { + hdmi0_out_con: endpoint { + remote-endpoint =3D <&hdmi0_con_in>; + }; +}; + +&hdptxphy_hdmi0 { + status =3D "okay"; +}; + &i2c0 { pinctrl-names =3D "default"; pinctrl-0 =3D <&i2c0m2_xfer>; @@ -858,3 +890,18 @@ &usb_host1_xhci { &usb_host2_xhci { status =3D "okay"; }; + +&vop_mmu { + status =3D "okay"; +}; + +&vop { + status =3D "okay"; +}; + +&vp0 { + vp0_out_hdmi0: endpoint@ROCKCHIP_VOP2_EP_HDMI0 { + reg =3D ; + remote-endpoint =3D <&hdmi0_in_vp0>; + }; +}; --=20 2.47.0 From nobody Tue Nov 26 08:41:17 2024 Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) (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 9EDED1DF752; Sat, 19 Oct 2024 10:12:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=148.251.105.195 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729332768; cv=none; b=Ns215Mr027Pej7BkZA93jAi0zPBi7xBySW/9IyQc4yyBB5Yxii0OTBYEV1mKK0QfJKf0+t4bEb8i/GY5/NBVgCIXIpXhIf/VOTMHCB0CDtaatNqCUJYQXuaNVuLVMPzSHKc6yugBEPzDxdE76itMz6BOIfOorcEb34gf19gr7kw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729332768; c=relaxed/simple; bh=dcAzLYdeTArkjRaoR6EOKg0UQYPSvk1zvu+tq9qsMAc=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=b0QOz5jRxegih0WrCClTK/2+AmNs/+5HdtKp2BGMWmuR4neVabj9zqeQSOB6ePrsSPXT+OnMkm69MO2CoSCsL/LU9uX+0tGDrmXyNO7t59sBC6oYvu2tzbx6dKTK1cxOdSwtINOliNwKJffmlvrZ8weHFBDyJz2FIU4MNUK4TNI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com; spf=pass smtp.mailfrom=collabora.com; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b=bNjxorMf; arc=none smtp.client-ip=148.251.105.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=collabora.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b="bNjxorMf" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1729332764; bh=dcAzLYdeTArkjRaoR6EOKg0UQYPSvk1zvu+tq9qsMAc=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=bNjxorMfMysGL14xhEmAE8aVuDIdoFEuxzvSmk4aMAFeGmVypwLXkngqWUH2MCdQR PA12wmpPwFb/xBdyQxch4xFxZr4AnWOhOWqZAYM3k/PzvY/c5jPtdYVlTAqoxLMpht OqEDFEfHEYwh1+pUDqJHYc3L55SvRKd7GS9sKrNvx8xmcBbBlfnEfBEBUzzaBeK7Mg oWAJleP1prEn8HLeb6qKIenzPdzXeNTpQyYkpolGnTpNZk6JOvuActs0ZRCWqc1Zta PlybpQlJN9W9aC1oZYAbaKvtFTvPQCytk9mlROVxMp5C3L9q4kv4ScCDh6gzTqWwGt 2iczws/gd7jEQ== Received: from localhost (unknown [188.24.146.62]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: cristicc) by bali.collaboradmins.com (Postfix) with ESMTPSA id C18EB17E14D7; Sat, 19 Oct 2024 12:12:44 +0200 (CEST) From: Cristian Ciocaltea Date: Sat, 19 Oct 2024 13:12:12 +0300 Subject: [PATCH v2 3/5] arm64: dts: rockchip: Enable HDMI0 on rk3588-evb1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20241019-rk3588-hdmi0-dt-v2-3-466cd80e8ff9@collabora.com> References: <20241019-rk3588-hdmi0-dt-v2-0-466cd80e8ff9@collabora.com> In-Reply-To: <20241019-rk3588-hdmi0-dt-v2-0-466cd80e8ff9@collabora.com> To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Sebastian Reichel , Luis de Arquer , Alexandre ARNOUD Cc: kernel@collabora.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org X-Mailer: b4 0.14.2 Add the necessary DT changes to enable HDMI0 on Rockchip RK3588 EVB1. Signed-off-by: Cristian Ciocaltea --- arch/arm64/boot/dts/rockchip/rk3588-evb1-v10.dts | 47 ++++++++++++++++++++= ++++ 1 file changed, 47 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3588-evb1-v10.dts b/arch/arm64/= boot/dts/rockchip/rk3588-evb1-v10.dts index df44dbc394ca54fac61664fc3c647cf8e1189dff..863a73b0e3da73150d2874abc57= 62ab0c4c0ce63 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-evb1-v10.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588-evb1-v10.dts @@ -9,6 +9,7 @@ #include #include #include +#include #include #include "rk3588.dtsi" =20 @@ -120,6 +121,17 @@ backlight: backlight { pwms =3D <&pwm2 0 25000 0>; }; =20 + hdmi0-con { + compatible =3D "hdmi-connector"; + type =3D "a"; + + port { + hdmi0_con_in: endpoint { + remote-endpoint =3D <&hdmi0_out_con>; + }; + }; + }; + pcie20_avdd0v85: pcie20-avdd0v85-regulator { compatible =3D "regulator-fixed"; regulator-name =3D "pcie20_avdd0v85"; @@ -300,6 +312,26 @@ &gpu { status =3D "okay"; }; =20 +&hdmi0 { + status =3D "okay"; +}; + +&hdmi0_in { + hdmi0_in_vp0: endpoint { + remote-endpoint =3D <&vp0_out_hdmi0>; + }; +}; + +&hdmi0_out { + hdmi0_out_con: endpoint { + remote-endpoint =3D <&hdmi0_con_in>; + }; +}; + +&hdptxphy_hdmi0 { + status =3D "okay"; +}; + &i2c2 { status =3D "okay"; =20 @@ -1256,3 +1288,18 @@ &usb_host1_xhci { dr_mode =3D "host"; status =3D "okay"; }; + +&vop_mmu { + status =3D "okay"; +}; + +&vop { + status =3D "okay"; +}; + +&vp0 { + vp0_out_hdmi0: endpoint@ROCKCHIP_VOP2_EP_HDMI0 { + reg =3D ; + remote-endpoint =3D <&hdmi0_in_vp0>; + }; +}; --=20 2.47.0 From nobody Tue Nov 26 08:41:17 2024 Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) (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 8A0601DFD8E; Sat, 19 Oct 2024 10:12:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=148.251.105.195 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729332769; cv=none; b=fqB78z9dy/hbJku+EPOWioVXk8AYIqpiYMQWtZ0YWBtqmT9RCx+OvNz642iVbsUPWXq1exqLV5F8vKj1pwI9XliU6NYw1yrfQk5OBEgEBTgwDTeP8MP0MNmFLFRkqh44IO2K1ZzVulVHnT8jVM+aaajH7cEfPQ99stbktr60pNU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729332769; c=relaxed/simple; bh=Jr41L06cJhaViYFmP0B+b+cWwpUnFddqeq9b14cNNXc=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=P+qIk8m0AhPEm0FRrZQg6069q8viHK3z0bcgtARtSk8P4d3A0pVFDAumZIyGlC4ci9vnZgispB2KXQ8RrtCLOV/t6hpPEVRWvV/0oIhHeSpc9FVrwcSEZZpa9f1Z63+6TtHqXh8bOqZKCQek1LStzpM5qbv2S2lU3MEA/5GjVx0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com; spf=pass smtp.mailfrom=collabora.com; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b=Ym+Eaxhd; arc=none smtp.client-ip=148.251.105.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=collabora.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b="Ym+Eaxhd" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1729332765; bh=Jr41L06cJhaViYFmP0B+b+cWwpUnFddqeq9b14cNNXc=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=Ym+Eaxhd5oy4XoXOqcGpqlVicXXczpLYW1DICdmG0rdjk62OHfK65GOBwsuwCODaG tYMD8YQ8zxoAF+cwpswiWJyrxGI6EdnXqmHNOfjDl30f0Cc6VPe25i3qbVso2HxTX5 B5Vq9PNBDoGS9gZf92QpQFlD5HqEsNc/otAchZL6RwFqosRuwmd9TOgE/I38jwOaLu YHgpNomeltk5xbKBwvJJH4cn6i/HcFgh2QeMMGkOrDWziHqLM3fpq7KQbDjzoov9WL NHluxiGfGYsQRkmhdOh+V2eUdIIQURTw47DTj2duqZpb0XGzaP7Bql0XcO96b/BFTJ z4KbShyFbRePg== Received: from localhost (unknown [188.24.146.62]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: cristicc) by bali.collaboradmins.com (Postfix) with ESMTPSA id 9A83C17E14EA; Sat, 19 Oct 2024 12:12:45 +0200 (CEST) From: Cristian Ciocaltea Date: Sat, 19 Oct 2024 13:12:13 +0300 Subject: [PATCH v2 4/5] arm64: dts: rockchip: Enable HDMI0 on orangepi-5-plus Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20241019-rk3588-hdmi0-dt-v2-4-466cd80e8ff9@collabora.com> References: <20241019-rk3588-hdmi0-dt-v2-0-466cd80e8ff9@collabora.com> In-Reply-To: <20241019-rk3588-hdmi0-dt-v2-0-466cd80e8ff9@collabora.com> To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Sebastian Reichel , Luis de Arquer , Alexandre ARNOUD Cc: kernel@collabora.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org X-Mailer: b4 0.14.2 Add the necessary DT changes to enable HDMI0 on Orange Pi 5 Plus. Signed-off-by: Cristian Ciocaltea --- .../boot/dts/rockchip/rk3588-orangepi-5-plus.dts | 47 ++++++++++++++++++= ++++ 1 file changed, 47 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts b/arch= /arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts index c73fecf1c73c94944bb25e1243d5390b84241338..9b1f985a32ebe73478d4318d524= 6aada78c08ffa 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts @@ -9,6 +9,7 @@ #include #include #include +#include #include #include "rk3588.dtsi" =20 @@ -85,6 +86,17 @@ led { }; }; =20 + hdmi0-con { + compatible =3D "hdmi-connector"; + type =3D "a"; + + port { + hdmi0_con_in: endpoint { + remote-endpoint =3D <&hdmi0_out_con>; + }; + }; + }; + fan: pwm-fan { compatible =3D "pwm-fan"; cooling-levels =3D <0 70 75 80 100>; @@ -263,6 +275,26 @@ &cpu_l3 { cpu-supply =3D <&vdd_cpu_lit_s0>; }; =20 +&hdmi0 { + status =3D "okay"; +}; + +&hdmi0_in { + hdmi0_in_vp0: endpoint { + remote-endpoint =3D <&vp0_out_hdmi0>; + }; +}; + +&hdmi0_out { + hdmi0_out_con: endpoint { + remote-endpoint =3D <&hdmi0_con_in>; + }; +}; + +&hdptxphy_hdmi0 { + status =3D "okay"; +}; + &i2c0 { pinctrl-names =3D "default"; pinctrl-0 =3D <&i2c0m2_xfer>; @@ -883,3 +915,18 @@ &usb_host1_ehci { &usb_host1_ohci { status =3D "okay"; }; + +&vop_mmu { + status =3D "okay"; +}; + +&vop { + status =3D "okay"; +}; + +&vp0 { + vp0_out_hdmi0: endpoint@ROCKCHIP_VOP2_EP_HDMI0 { + reg =3D ; + remote-endpoint =3D <&hdmi0_in_vp0>; + }; +}; --=20 2.47.0 From nobody Tue Nov 26 08:41:17 2024 Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) (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 A8B9E1DFE2A; Sat, 19 Oct 2024 10:12:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=148.251.105.195 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729332770; cv=none; b=c1FetjjmEd1YCJqBXmfGxcZ0r6oNkNPfmguLSC5/feSy/EsP9c6Ao/WG4ZA4RD04V/X8w9LgNjyUSE5FHsbxMX4et5K8bwYSdMsj0bXt4Oj3yIioBeMqxH0IOI5oodpG29OIj3BuQhRzOeg3N8nSyIncsSjwF14tUcSpnzhug4E= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729332770; c=relaxed/simple; bh=bQ/pqBqAd3mTtFhL5mhMd/smH96L9EiLiAGK0FH/78Y=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=nUTAhMVrdv+tE0olCLeFFAf6Yvsqba0NMTLJMCvjpqOmoWhLTI5E+hTB8NoTnLBNGrZIR+mEAdUhsHcvKa/ym1DTsnfvF+69B/qiQI3SRizpAnkrLZYMucNpuEifQRlci0xCLLbp43Gd3MBVjCaAehAAfC30Wfmg0nA9MIeR7qM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com; spf=pass smtp.mailfrom=collabora.com; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b=m3gfqr5a; arc=none smtp.client-ip=148.251.105.195 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=collabora.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=collabora.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=collabora.com header.i=@collabora.com header.b="m3gfqr5a" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1729332766; bh=bQ/pqBqAd3mTtFhL5mhMd/smH96L9EiLiAGK0FH/78Y=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=m3gfqr5aVc1ZmI9H+PXzf+sgN6wm+BiKPkTXnPDZ+Jj7t70ZRxa31xnEuI+CFUDI1 ZpqbdUgvZ/F0C0Ygwf1+QRKK6Vshw9m2j2di3eFjP4lJKeoU2w3YsBReEY4gCV6pyK /OPRrTgqXHyx60ZuG/PSE+Yg1pZed56LP8zfYwEea8Mpc6RERxqh0TOukrcj9Zz+AC oVpMHsM8gPuE1fp/x1yQ6hpzyncUUy/yWhimS5xwF5ZmQ/Ee6WDsOVXqGGerbGhV6/ kcoX0c8VyHfVusmOJpHBW3Yn5OPLkkVlXr2JLS/zlAuKie3Xm5gnrZ2/UrWVjNrEJQ Od/QtfgjM15sA== Received: from localhost (unknown [188.24.146.62]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: cristicc) by bali.collaboradmins.com (Postfix) with ESMTPSA id 6D7DA17E14FB; Sat, 19 Oct 2024 12:12:46 +0200 (CEST) From: Cristian Ciocaltea Date: Sat, 19 Oct 2024 13:12:14 +0300 Subject: [PATCH v2 5/5] arm64: dts: rockchip: Enable HDMI0 on rock-5a Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20241019-rk3588-hdmi0-dt-v2-5-466cd80e8ff9@collabora.com> References: <20241019-rk3588-hdmi0-dt-v2-0-466cd80e8ff9@collabora.com> In-Reply-To: <20241019-rk3588-hdmi0-dt-v2-0-466cd80e8ff9@collabora.com> To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Sebastian Reichel , Luis de Arquer , Alexandre ARNOUD Cc: kernel@collabora.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org X-Mailer: b4 0.14.2 Add the necessary DT changes to enable HDMI0 on Radxa ROCK 5A. Signed-off-by: Cristian Ciocaltea --- arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts | 52 ++++++++++++++++++++= ++++ 1 file changed, 52 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts b/arch/arm64/= boot/dts/rockchip/rk3588s-rock-5a.dts index 87fce8d9a964cd53d179ce214ae1c0ff505a2dce..2b141af5e709b0bc2193dbfb232= 7e6bc1fdaa502 100644 --- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts +++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts @@ -5,6 +5,7 @@ #include #include #include +#include #include "rk3588s.dtsi" =20 / { @@ -35,6 +36,17 @@ chosen { stdout-path =3D "serial2:1500000n8"; }; =20 + hdmi0-con { + compatible =3D "hdmi-connector"; + type =3D "a"; + + port { + hdmi0_con_in: endpoint { + remote-endpoint =3D <&hdmi0_out_con>; + }; + }; + }; + leds { compatible =3D "gpio-leds"; pinctrl-names =3D "default"; @@ -296,6 +308,31 @@ &gmac1_rgmii_clk status =3D "okay"; }; =20 +&hdmi0 { + pinctrl-names =3D "default"; + pinctrl-0 =3D <&hdmim0_tx0_cec + &hdmim1_tx0_hpd + &hdmim0_tx0_scl + &hdmim0_tx0_sda>; + status =3D "okay"; +}; + +&hdmi0_in { + hdmi0_in_vp0: endpoint { + remote-endpoint =3D <&vp0_out_hdmi0>; + }; +}; + +&hdmi0_out { + hdmi0_out_con: endpoint { + remote-endpoint =3D <&hdmi0_con_in>; + }; +}; + +&hdptxphy_hdmi0 { + status =3D "okay"; +}; + &mdio1 { rgmii_phy1: ethernet-phy@1 { /* RTL8211F */ @@ -788,3 +825,18 @@ &usb_host1_ohci { &usb_host2_xhci { status =3D "okay"; }; + +&vop_mmu { + status =3D "okay"; +}; + +&vop { + status =3D "okay"; +}; + +&vp0 { + vp0_out_hdmi0: endpoint@ROCKCHIP_VOP2_EP_HDMI0 { + reg =3D ; + remote-endpoint =3D <&hdmi0_in_vp0>; + }; +}; --=20 2.47.0