From patchwork Sat Apr 8 14:36:04 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lucas Stach X-Patchwork-Id: 9671081 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id B708B6020F for ; Sat, 8 Apr 2017 14:51:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A70DB2843B for ; Sat, 8 Apr 2017 14:51:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 97D8228595; Sat, 8 Apr 2017 14:51:42 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 381E72843B for ; Sat, 8 Apr 2017 14:51:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=n3U0CqHbuBHh2PBUx7t5DKEDyXR6gVDHRb7uBhBuJtw=; b=rscUR3X1A9Z7VjVscj6EyJ8Z4D yY4iUpW/kZX6xBAGm7c5oaIiRGsOnNfMycxXEeVxpeaLkJFQVsqfBPOue+WIVMpaQM7+n1tmKvnQ9 hm7E2qv2JrwhRWOfaVWowsFwgCTBiOGIDLtG0Dtp3mGF1YRJP9ZL6zIXx34ZnT/jVzi+viGCe/FTx 8iYk78Yi1zcQS5W+z1FtpvSsvbvJ1Zn26P8ents+2dBJQXCIZ0nm+JGtq84hxtGS8ar4/h2Svu9Ld 0jzZGb/CFHAJN5e1xgHO6+iqFIjbA6kZOwK+mx39cRFh172HZpebWgCMAbWfmlwdreB9Zb5K/N2dI zeOAc5zA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cwriH-0001T3-Oy; Sat, 08 Apr 2017 14:51:41 +0000 Received: from ns.lynxeye.de ([87.118.118.114] helo=lynxeye.de) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1cwrUG-00016s-QW for linux-arm-kernel@lists.infradead.org; Sat, 08 Apr 2017 14:37:16 +0000 Received: by lynxeye.de (Postfix, from userid 501) id 877DAE743D9; Sat, 8 Apr 2017 16:36:13 +0200 (CEST) Received: from tellur.intern.lynxeye.de.fritz.box (a89-183-3-227.net-htp.de [89.183.3.227]) by lynxeye.de (Postfix) with ESMTPA id 7A041E743D2; Sat, 8 Apr 2017 16:36:12 +0200 (CEST) From: Lucas Stach To: Russell King Subject: [RFC PATCH 4/7] ARM: dts: imx6*-hummingboard2: fix PCIe reset polarity Date: Sat, 8 Apr 2017 16:36:04 +0200 Message-Id: <20170408143607.15928-5-dev@lynxeye.de> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170408143607.15928-1-dev@lynxeye.de> References: <20170408143607.15928-1-dev@lynxeye.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170408_073713_071104_3294F5D6 X-CRM114-Status: UNSURE ( 8.93 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The driver always uses active-low, but better describe reality in the DT. Signed-off-by: Lucas Stach --- arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi index 126169a..9c4a7d1 100644 --- a/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi +++ b/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi @@ -473,7 +473,7 @@ &pcie { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_hummingboard2_pcie_reset>; - reset-gpio = <&gpio2 11 0>; + reset-gpio = <&gpio2 11 GPIO_ACTIVE_LOW>; status = "okay"; };