From patchwork Tue Mar 12 09:02:33 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13589644 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 4092EC54E66 for ; Tue, 12 Mar 2024 09:03:09 +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: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:In-Reply-To:References: List-Owner; bh=2W8qJsiiIZQcwlwIQ0Jq0TWH9UacPmsId/eQ594PK3o=; b=ibH1Zi1F4UWGp2 7SrAWNs/e4//7PXOp04xkEl1tOCN883q3DdJDXeyqS+K6yczMg0KkxhA9o9gUlE36kTEiKbFFEhVo z7KtcP5FkrsYv8kKTn985jaa3V2oByUmYAoKGhlZsOEIpZMV9S06gD+DtJzRVNALl3WiBQ37GP3Fa piJWPfYbY/EHlJwsfWi0NXoL2m8BBc53liyCxwOJ1SZf1NI4P+/jVrBI1ogjgigf7zd5up2d5slhH LlLQZv9P3Ue5tg30gaxoUOkdw2wz4UvcLwsdb570lzeOv9PYyGU86e3fXh+Jl+R57VxEtEPwdSLwW uL4rJAFK6DgnS6uHazXQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rjy25-000000050RN-3pAU; Tue, 12 Mar 2024 09:02:49 +0000 Received: from xavier.telenet-ops.be ([2a02:1800:120:4::f00:14]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rjy21-000000050Oy-3LMD for linux-arm-kernel@lists.infradead.org; Tue, 12 Mar 2024 09:02:47 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:76d0:2bff:fec8:549]) by xavier.telenet-ops.be with bizsmtp id xl2d2B0090SSLxL01l2ds8; Tue, 12 Mar 2024 10:02:38 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rjy1d-003QlU-8U; Tue, 12 Mar 2024 10:02:37 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rjy1t-005m6s-Es; Tue, 12 Mar 2024 10:02:37 +0100 From: Geert Uytterhoeven To: Magnus Damm Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH 0/3] arm64: dts: renesas: r8a779h0/gray-hawk-single: Add remaining serial ports Date: Tue, 12 Mar 2024 10:02:33 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240312_020245_997585_36B1EBC7 X-CRM114-Status: GOOD ( 18.72 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi all, This patch series adds the remaining (High) Speed Serial Communication Interfaces with FIFO ((H)SCIF) on the Renesas R-Car V4M (R8A779H0) SoC, and enables the second debug serial port on the Renesas Gray Hawk Single development board. As SCIF0 can use the same pins as HSCIF0, it has been tested by switching the first debug serial port from HSCIF0 to SCIF0. I plan to queue this in renesas-devel for v6.10. Thanks for your comments! Geert Uytterhoeven (3): arm64: dts: renesas: r8a779h0: Add remaining HSCIF nodes arm64: dts: renesas: r8a779h0: Add SCIF nodes arm64: dts: renesas: gray-hawk-single: Add second debug serial port .../dts/renesas/r8a779h0-gray-hawk-single.dts | 25 +++- arch/arm64/boot/dts/renesas/r8a779h0.dtsi | 127 +++++++++++++++++- 2 files changed, 150 insertions(+), 2 deletions(-)