From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DEE12CD11DD for ; Fri, 29 Mar 2024 12:46:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=egWjN01kTIRVopJOA81SDZfpM8hmi4u4HBbRVEFovCk=; b=jXXWXSdhT0eXAH YmSt0CB/mipPJnTPoHDtq0Uq990TopQKgBdZ1gSp8Kei+CrCT47RO6Orj5WTUACqIH7GG49wKTnwC pa+bRtr39uUzNvrhVDniGYdixLi7WSkGJ37kvAEVbxy/2FGmnrL5bIq+8qbjivCMXUTEGSXUHn7UN jD5AWLa1joVOroDhNfoOLp1xVF1YvGwrMVng6HGaHYF0EDP0QiCslZItv95IGZtjRyg0DcbEsbjsQ /lsWf9Hzflx4WzHV1b1ActJCWzV8iT7Va/RYi77TOMADRX1RdN6JjqhPkOVoo+yDG1rwtaTuk6m9S giu1VSWIM09jW+7bRqvw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rqBcT-00000000S1e-09lg; Fri, 29 Mar 2024 12:46:05 +0000 Received: from desiato.infradead.org ([2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rqBab-00000000R9m-1kJr; Fri, 29 Mar 2024 12:44:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; 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; bh=xJeEBrkW4GMbeIGx9MTfz1a6DyFKiHnF3SMmJJi0DD8=; b=Qx/E0Y1A5vS+jXGVSMIBxyuaQx tGsh0F5rVgHjNxfqBW7neME4cy05mRRHXPT0EYUAHU6dPXfpUcsKb96xdxPuvmnhorixx1ReZvtNC APO79mfRFZUDCbizyE3wO3WNcPVGxtMlZUfw3XMHLc7LRQK8nXlwZJLXcRH1kC29TwaOeb5lcKr9T ip0+tb1NQ04TFvWYMRBz++I6H4BANMWSvyvyK19SPolGkG5SZ8Hhsf8Ri3OYPUXF3mcSZe3g3LlMG Bu7BObgMmhusgJlRvomK2T43E1wqgzlEb5Fd+L/LsGZ5tvBvhih0ek6Gob3VUbFeJLDjjd0inKFqS mfJO5p4g==; Received: from dfw.source.kernel.org ([139.178.84.217]) by desiato.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rqBaY-00000001ZFw-0nKj; Fri, 29 Mar 2024 12:44:08 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 01277618C5; Fri, 29 Mar 2024 12:44:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 79F79C43394; Fri, 29 Mar 2024 12:44:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711716244; bh=Jdipl9dhbhD2aPQP+czHIyw4oCivbOrlA9Ax0ZnpNiw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=DhCSlYTJoKiLhHjeVibX18cFHasux7VGSPIpBEGWwAvdD69FtvcspjZJcFeO6W/lV 9YsjxUsokJURMJZYyqD8XHzrnzVgDgVwpUyjXk/fsU2jkHflw7xnUVIzVTzu/tapt9 EoD6erxQWGUALBRExVUbjArHQwS2wQ7K9UGFPN7E49/8DsdjoINbqETVDGrpvAMokB +sXH675qnbTw1TOsDWngshFntlNOQuXXFkM/CG+bmDIwphrkdgiu8f9zveDcQOajgu +uvR8f0R4XbKsOSh+O+NLmkR/NT/mv9FWfyp1gJfcmksvbk9oZiXvShN6dgKC2enX7 WO1jlt01xjKgw== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Johan Jonker , Heiko Stuebner , Sasha Levin , robh@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: [PATCH AUTOSEL 6.6 19/75] ARM: dts: rockchip: fix rk3288 hdmi ports node Date: Fri, 29 Mar 2024 08:42:00 -0400 Message-ID: <20240329124330.3089520-19-sashal@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240329124330.3089520-1-sashal@kernel.org> References: <20240329124330.3089520-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore X-stable-base: Linux 6.6.23 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240329_124406_469326_197F9F9D X-CRM114-Status: UNSURE ( 9.82 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Johan Jonker [ Upstream commit 585e4dc07100a6465b3da8d24e46188064c1c925 ] Fix rk3288 hdmi ports node so that it matches the rockchip,dw-hdmi.yaml binding with some reordering to align with the (new) documentation about property ordering. Signed-off-by: Johan Jonker Link: https://lore.kernel.org/r/cc3a9b4f-076d-4660-b464-615003b6a066@gmail.com Signed-off-by: Heiko Stuebner Signed-off-by: Sasha Levin --- arch/arm/boot/dts/rockchip/rk3288.dtsi | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/rockchip/rk3288.dtsi b/arch/arm/boot/dts/rockchip/rk3288.dtsi index cb9cdaddffd42..8593a83599376 100644 --- a/arch/arm/boot/dts/rockchip/rk3288.dtsi +++ b/arch/arm/boot/dts/rockchip/rk3288.dtsi @@ -1231,27 +1231,37 @@ hdmi: hdmi@ff980000 { compatible = "rockchip,rk3288-dw-hdmi"; reg = <0x0 0xff980000 0x0 0x20000>; reg-io-width = <4>; - #sound-dai-cells = <0>; - rockchip,grf = <&grf>; interrupts = ; clocks = <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_HDCP>, <&cru SCLK_HDMI_CEC>; clock-names = "iahb", "isfr", "cec"; power-domains = <&power RK3288_PD_VIO>; + rockchip,grf = <&grf>; + #sound-dai-cells = <0>; status = "disabled"; ports { - hdmi_in: port { + #address-cells = <1>; + #size-cells = <0>; + + hdmi_in: port@0 { + reg = <0>; #address-cells = <1>; #size-cells = <0>; + hdmi_in_vopb: endpoint@0 { reg = <0>; remote-endpoint = <&vopb_out_hdmi>; }; + hdmi_in_vopl: endpoint@1 { reg = <1>; remote-endpoint = <&vopl_out_hdmi>; }; }; + + hdmi_out: port@1 { + reg = <1>; + }; }; }; -- 2.43.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel