From patchwork Fri Jan 10 11:05:09 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13934451 X-Patchwork-Delegate: geert@linux-m68k.org Received: from albert.telenet-ops.be (albert.telenet-ops.be [195.130.137.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7EDCF20B21B for ; Fri, 10 Jan 2025 12:37:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.137.90 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736512667; cv=none; b=DE2iv9veuAAaSiW8MFTXCykiosz/d7EthJsww+sEtXXcz3LOv/yhelUvraXjBLQjGOs3X+kGGHpybmnFaq6LrVMbvtyC8Zvi1111vJly180PrrZ5KfHvsaMXYCmwtXQa0UUaKllHCNgdBrVL8utbZoIYoLn4KyCdS0DII/jPheg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736512667; c=relaxed/simple; bh=nGTRjqB3mS+quReKY9Ss0zsQjxUoqnu4HwvNB2JSbMs=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=AzKzGWAZcKWjdxVCtdxdMpHdBxPr/FyxVW3qQWuyr009hfq5+x1F5DQohzbqCYvw1yYucdPjfxYJCAaTqMbbgZhNVNbrhMkgJXSeWjY36yWOiEa0i0e4wsxLFPtBjP6tR/BGWp42/XDq48+eL5/5PE421XGOAlmX88p1KjMyars= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.137.90 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:6c20:7f6a:9256:3ead]) by albert.telenet-ops.be with cmsmtp id zQdc2D00h3H2tNK06Qdc9w; Fri, 10 Jan 2025 13:37:37 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.97) (envelope-from ) id 1tWEGa-0000000A4nt-2ruU; Fri, 10 Jan 2025 13:37:36 +0100 Received: from geert by rox.of.borg with local (Exim 4.97) (envelope-from ) id 1tWCpP-0000000AN7u-2K4u; Fri, 10 Jan 2025 12:05:23 +0100 From: Geert Uytterhoeven To: Magnus Damm Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH] arm64: dts: renesas: gray-hawk-single: Restore sort order Date: Fri, 10 Jan 2025 12:05:09 +0100 Message-ID: <4f3e057b9a73d7ee7ff073f51bb9a4c30bdd0c84.1736506813.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Alphabetical by label name. Signed-off-by: Geert Uytterhoeven Reviewed-by: Niklas Söderlund --- To be queued in renesas-devel for v6.15. .../dts/renesas/r8a779h0-gray-hawk-single.dts | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts b/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts index 18fd52f55de5b75b..d58f64d927feb17b 100644 --- a/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts +++ b/arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts @@ -233,25 +233,6 @@ channel1 { }; }; -&dsi0 { - status = "okay"; - - ports { - port@1 { - reg = <1>; - - dsi0_out: endpoint { - remote-endpoint = <&sn65dsi86_in0>; - data-lanes = <1 2 3 4>; - }; - }; - }; -}; - -&du { - status = "okay"; -}; - &csi40 { status = "okay"; @@ -292,6 +273,25 @@ csi41_in: endpoint { }; }; +&dsi0 { + status = "okay"; + + ports { + port@1 { + reg = <1>; + + dsi0_out: endpoint { + remote-endpoint = <&sn65dsi86_in0>; + data-lanes = <1 2 3 4>; + }; + }; + }; +}; + +&du { + status = "okay"; +}; + &extal_clk { clock-frequency = <16666666>; };