From patchwork Mon Jul 22 11:55:39 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13738759 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 C168BC3DA5D for ; Mon, 22 Jul 2024 11:57:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=+EljKcWiYyztOcfovSTQyxFoUWrPV4m9SQjORBco4YE=; b=l9QIgmRADrayMeQAGvZ+7QCMCt 7fy0/2/cjJ/i62nNrRoOcEqYvXpMnWvQNTnnnb+et6NKUDrF4Ui3i1Tx5kBHFQy7HBMdMGlYXv+wp N18Ii/rScZ/y7Tx3Icpv/NrhnQM2HVrTqkep14OCVm4WRDVI7Rvg12qYS8bibC/R/masxf78ktt1L QQJ/B7pODno+lSQWGH3RxamIUigQeVS8GBoJj9qiMDKskhx+TNwgADXw8ehCg9OhLM/V0xgQ8Dv0G jn9ZpDTqTFBzvwVWK0zx7k4m9Sa0YHU5GzHSPPlTRpjZGCth20XJtwWqWV4OY5PNttk/OkevXcxoC cSgwoOoA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sVrf7-00000009RVx-17GU; Mon, 22 Jul 2024 11:57:05 +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 1sVre1-00000009R95-2ZMZ for linux-arm-kernel@lists.infradead.org; Mon, 22 Jul 2024 11:56:00 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed80:173b:9414:53f5:de4c]) by andre.telenet-ops.be with bizsmtp id qbvo2C0021wvoRx01bvoM9; Mon, 22 Jul 2024 13:55:49 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1sVrdZ-002zCb-H3; Mon, 22 Jul 2024 13:55:48 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1sVrdr-0020l1-Vi; Mon, 22 Jul 2024 13:55:48 +0200 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: gray-hawk-single: Add push switches and GP LEDs Date: Mon, 22 Jul 2024 13:55:39 +0200 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-20240722_045557_934924_A5B1BB20 X-CRM114-Status: GOOD ( 17.35 ) 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 support for the Push Switches and General Purpose LEDs on the Gray Hawk Single board, so the former can be used for user input, and the latter can be used as indicator LEDs. To be queued in renesas-devel for v6.12. Thanks for your comments! Geert Uytterhoeven (2): arm64: dts: renesas: gray-hawk-single: Add push switches arm64: dts: renesas: gray-hawk-single: Add GP LEDs .../dts/renesas/r8a779h0-gray-hawk-single.dts | 63 +++++++++++++++++++ 1 file changed, 63 insertions(+)