From patchwork Wed Feb 14 13:18:01 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13556507 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 64058C48BC3 for ; Wed, 14 Feb 2024 13:18:47 +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=oLgoJyI4tML8PWD6mLsZvOGe43NsUzgZ7W+EFdrNgOc=; b=Nf9nBPUengC9EZ H0ZV5v82TxUtWlbHz7Vps5C047mdTphWt8gtY3ju4UOkFLNYgUr2UXKcnf46GzSbWj/jD0f6+L244 8pdm4Jt4KqJABWbH7msTInFBtoRCwszyspjEjrWCNUFi3M1u3ODWnpKszJyGt326Z4p9v4ZP+PUeO tW66rqfiP8a+/0Vq+c9wF2IOXvXa+WdK6IRuqZGgvgJg4l1l2pkLBP7ax9T9OLbpiBtG6XmQXgmxp YDvvT0R5t5al7JaUpk+oqF3mTBtsIs03OzhSRuysBhQ1N6z9+Wq+7uuv1VSQpdi1WXe2fraNBf6sv osxIjs/srEWnXnWjClXw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1raF9k-0000000Cxeq-3SwG; Wed, 14 Feb 2024 13:18:32 +0000 Received: from andre.telenet-ops.be ([2a02:1800:120:4::f00:15]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1raF9Z-0000000Cxcl-1duz for linux-arm-kernel@lists.infradead.org; Wed, 14 Feb 2024 13:18:24 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:ac52:3a54:2a84:d65a]) by andre.telenet-ops.be with bizsmtp id n1JE2B00F0LVNSS011JEBx; Wed, 14 Feb 2024 14:18:14 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1raF9L-000d5e-Rq; Wed, 14 Feb 2024 14:18:14 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1raF9S-00GvXp-FZ; Wed, 14 Feb 2024 14:18:14 +0100 From: Geert Uytterhoeven To: Wolfram Sang Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH 0/2] arm64: dts: renesas: r8a779h0/gray-hawk-single: Add eMMC support Date: Wed, 14 Feb 2024 14:18:01 +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-20240214_051821_587535_0D50C733 X-CRM114-Status: GOOD ( 17.51 ) 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 SD/MMC support for the Renesas R-Car V4M (R8A779H0) Soc and eMMC support for the Gray Hawk Single development board. This has been tested on Gray Hawk Single (eMMC read speed is ca. 240 MiB/s). I intend to queue this in renesas-devel for v6.9. As usual, I have updated my topic branch at [1]. Thanks for your comments! [1] https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/log/?h=topic/v4m-gray-hawk-single-v2 Cong Dang (2): arm64: dts: renesas: r8a779h0: Add SD/MMC node arm64: dts: renesas: gray-hawk-single: Add eMMC support .../dts/renesas/r8a779h0-gray-hawk-single.dts | 41 +++++++++++++++++++ arch/arm64/boot/dts/renesas/r8a779h0.dtsi | 14 +++++++ 2 files changed, 55 insertions(+)