From patchwork Wed Mar 27 18:27:59 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francesco Dolcini X-Patchwork-Id: 13607272 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 4A400C54E67 for ; Wed, 27 Mar 2024 18:28:39 +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=9i3bvEfuLtHMPiUsdSSwEFOfmnhf+NOxx04RIGdMAYk=; b=v0roYPpRWJtfcm sshT/nTnWQ7M9nDMwGYyVnaPfD43YSbbNDieMNf0DaZh9Brs32m7eafN5CRAlDeJ5FN3sQ3YxE/8s FKuL6LBG4scJX6Fp1tahUUuPSVjUx5FIMM6up6Q30BN3V7We8r39DrrhNWTKZcT1OELvP2WsPM/mP us9dtyEQBTisT/oZ5Mt02UAabRhpjz4Ubf6se/1k8XwXyLVA5OD0EU7i7vwapA7UHyk33JtMHugJJ ZMyAebi28ahnODztPu0AEjWeKCmqQTk3SFIfH/lWxECKZ+MCbiZoRgv7riMyov2gVtZoSA+CHq/3P Zc0a6HoSzjAYuVeBRywA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpY0e-0000000Aa9K-3sAf; Wed, 27 Mar 2024 18:28:24 +0000 Received: from mail11.truemail.it ([2001:4b7e:0:8::81]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rpY0Z-0000000Aa5B-28rO for linux-arm-kernel@lists.infradead.org; Wed, 27 Mar 2024 18:28:22 +0000 Received: from francesco-nb.pivistrello.it (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id C3AC51FA4A; Wed, 27 Mar 2024 19:28:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1711564089; bh=KeDW2eKtmrHGStARTdEcHeEhglHIknghvidML3youGE=; h=From:To:Subject; b=NIzq2VvQ0oMePqxNGBUnhwO2Q7IsXFOs9qDexkxfB5ox9ZIb1DPVhn9G5L6/9r0RT SlvYw+GLDjkFYQxMp+oN7alOEh502uWRwajJ5fgaH9OiwCH7auDToPYww0Jsb2SYJX nKlV83bCgiSnASNGcxMC9+VcygLKOCEXdFr0Smt25AKQ4gWVijCZzqaHQkYgqLx6dS kk5kw7lxS8o5Thl+f29dx3bnkzg5ZpANXoFh/ImJqWlCFx2cwx8XryYhOeeepRZxCF wSVpth7ZbZ1KlXCfdzzMiEW/EY2l+JaatzJYLWyseNES7flrmAvP9/9mynPwMxCxtf dyvcxa9yKkwlA== From: Francesco Dolcini To: Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Francesco Dolcini , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v1 0/2] arm64: dts: ti: k3-am625-verdin: fix GPIOs pinctrl Date: Wed, 27 Mar 2024 19:27:59 +0100 Message-Id: <20240327182801.5997-1-francesco@dolcini.it> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240327_112820_801111_23A53B40 X-CRM114-Status: UNSURE ( 8.81 ) X-CRM114-Notice: Please train this message. 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 From: Francesco Dolcini Fix a couple of issues on the Verdin AM62 pinctrl affecting multiple carrier boards. The first patch fixes a mistake on the pinctrl of the verdin-am62 mallow carrier board. The second patch allows using the mPCIe/M.2 slot available on multiple carrier boards with cards that use only the USB interface toward the host, this is achieved with a GPIO hog, given that no PCIe interface exists. Francesco Dolcini (2): arm64: dts: ti: verdin-am62: mallow: fix GPIOs pinctrl arm64: dts: ti: k3-am625-verdin: add PCIe reset gpio hog .../boot/dts/ti/k3-am62-verdin-dahlia.dtsi | 8 ++++++- .../arm64/boot/dts/ti/k3-am62-verdin-dev.dtsi | 8 ++++++- .../boot/dts/ti/k3-am62-verdin-mallow.dtsi | 22 +++++++++++++++---- .../boot/dts/ti/k3-am62-verdin-yavia.dtsi | 8 ++++++- arch/arm64/boot/dts/ti/k3-am62-verdin.dtsi | 9 ++++++++ 5 files changed, 48 insertions(+), 7 deletions(-)