From patchwork Thu Jun 6 09:02:03 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Walle X-Patchwork-Id: 13688092 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C77BA157A5B; Thu, 6 Jun 2024 09:02:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717664574; cv=none; b=Mn5UJ3wmhv/ej9WtQuCIqv4uZPUA40NyNLqF5NsbHapNjIWjLp+fRwLZVY5kqP+siHAiIvEgRd/mlg1X8IWQd2VoXkbfeGPKSYSziua6CRjjUHZu8YkP+E+kSCk4B6Debb9bm+LlbxCxIwZD/fh4omSZjW2WJixUAIGIOql3iB0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717664574; c=relaxed/simple; bh=Ac0H5gsqJQqS6HEYwakvjdz1l4aupakPJ75lS4SQt4w=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=bNy2G+9Csx4tphPbLTQ9eC7fyX4TGfxoWxPVTXndb/QosVEoI/iqjow9TXTQtlCU4M16vrd+4DTQpDHC1/1F2gIYwXKMDiu2Zr1gGH4uhgjb+LE6MhQbIgekYSh7UbkcCxU9ta96Klj4164DDYVTckObWYV08w+Q0qOk2Z+HBSQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rGUh5aoN; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="rGUh5aoN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 438B3C4DE1B; Thu, 6 Jun 2024 09:02:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717664574; bh=Ac0H5gsqJQqS6HEYwakvjdz1l4aupakPJ75lS4SQt4w=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rGUh5aoNKysWnsSAw5yxxaGgSYTbQoY9sklA+yczouB+8Px90XMriTbLfohP6z9Sv zR+bnBMPDVT+J4LZpvPhoSY7D1Doo2hrhm8/d0L6N6ny02LXRn5aG2SLuhdfYyz4h9 rvHjECWggl37ELVWymoFvxNoSwLIwr6aBVXClfK8CdZVm9KNjaK/aIjVjFS3j1roQe JPjybbfgUnxBUtPHXQXVXGg7fWBExS2F/61JLHzY+PnucXIup/Ij31NaOFYPWGW9Qd PSFzPTXALe9vRjeo3AvHspzCZqW9U1i6OnJBetz59L2Tt9AT1/rr1Ush/QXNqCuchf Xk+73evNI3CdA== From: Michael Walle To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Li Yang Cc: Pengutronix Kernel Team , Fabio Estevam , Priit Laes , Michael Grzeschik , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Marco Felsch , imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, Michael Walle Subject: [PATCH v2 10/13] ARM: dts: imx6qdl-kontron-samx6i: fix PCIe reset polarity Date: Thu, 6 Jun 2024 11:02:03 +0200 Message-Id: <20240606090206.2021237-11-mwalle@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240606090206.2021237-1-mwalle@kernel.org> References: <20240606090206.2021237-1-mwalle@kernel.org> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 The PCIe reset line is active low. Fix it. Fixes: 2a51f9dae13d ("ARM: dts: imx6qdl-kontron-samx6i: Add iMX6-based Kontron SMARC-sAMX6i module") Signed-off-by: Michael Walle --- arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi b/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi index 85e5adac6ee9..4c4350d08d47 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi @@ -744,7 +744,7 @@ &pcie { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_pcie>; wake-up-gpio = <&gpio6 18 GPIO_ACTIVE_HIGH>; - reset-gpio = <&gpio3 13 GPIO_ACTIVE_HIGH>; + reset-gpio = <&gpio3 13 GPIO_ACTIVE_LOW>; }; /* LCD_BKLT_PWM */