From patchwork Fri Jan 26 10:54:56 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13532402 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 BC34512E4E for ; Fri, 26 Jan 2024 10:56:48 +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=1706266611; cv=none; b=tSixtdN5W6H85FuVFizzaCGezinF5wFrAtEVTwXoejIc/o4fmAx4ymmzSk3qWs/VK3BJYr3RynM+dwJh2+4GNzA2E/Irxie5N1vybEVTbVZC6BPoBKYCaeBCd9tl7iAYNAUJG5v9O7BWbeRH7lJstzesDs1lO8z6hKrHBXkKUxU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706266611; c=relaxed/simple; bh=B9YqpNqanOxGnqv2eSgLBsxguUjZpBi92mZyRpE6ENU=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=k2WPqBjiK7ElzQBR5KlmZanNso3aJnIf7d4C/PmINBTnpBkgCD/MupvgX6SgBMb/07BoceWokqJRmos7zr0A6C6Pssmauc9K1+PKjg91EJeqIqqvZoLFieiRQQ/vUwGCEmHPjkn+X4w14pY1VRiHNhKDAa6PuqeBMbXf+8uQo40= 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:ed40:8d64:ae04:ce87:de06]) by albert.telenet-ops.be with bizsmtp id fNwm2B0071AdMdB06NwmNC; Fri, 26 Jan 2024 11:56:46 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rTJsJ-00GWgK-VN; Fri, 26 Jan 2024 11:56:46 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rTJrQ-00G5bt-DW; Fri, 26 Jan 2024 11:55:00 +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/2] arm64: dts: renesas: r8a779h0/gray-hawk-single: Initial pin control support Date: Fri, 26 Jan 2024 11:54:56 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi all, This patch series adds initial pin control support for the R-Car V4M (R8A779H0) SoC and the Gray Hawk Single development board. To be queued in renesas-devel for v6.9. For testing, I have updated [1] accordingly. 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 Geert Uytterhoeven (1): arm64: dts: renesas: gray-hawk-single: Add serial console pin control Hai Pham (1): arm64: dts: renesas: r8a779h0: Add pinctrl device node .../dts/renesas/r8a779h0-gray-hawk-single.dts | 18 ++++++++++++++++++ arch/arm64/boot/dts/renesas/r8a779h0.dtsi | 8 ++++++++ 2 files changed, 26 insertions(+)