From patchwork Wed Apr 24 18:58:58 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Mack X-Patchwork-Id: 1090326 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=zonque.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 44q8k62m0cz9s4Y for ; Thu, 25 Apr 2019 04:59:10 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728469AbfDXS7J (ORCPT ); Wed, 24 Apr 2019 14:59:09 -0400 Received: from mail.bugwerft.de ([46.23.86.59]:44238 "EHLO mail.bugwerft.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727055AbfDXS7J (ORCPT ); Wed, 24 Apr 2019 14:59:09 -0400 Received: from localhost.localdomain (pD95EFAD5.dip0.t-ipconnect.de [217.94.250.213]) by mail.bugwerft.de (Postfix) with ESMTPSA id 4A3092A9DC2; Wed, 24 Apr 2019 18:57:14 +0000 (UTC) From: Daniel Mack To: robert.jarzmik@free.fr, haojian.zhuang@gmail.com, linus.walleij@linaro.org Cc: linux-gpio@vger.kernel.org, Daniel Mack Subject: [PATCH v2 4/4] ARM: pxa: raumfeld-common: fix comments in gpio_keys pinctrl node Date: Wed, 24 Apr 2019 20:58:58 +0200 Message-Id: <20190424185858.7857-5-daniel@zonque.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190424185858.7857-1-daniel@zonque.org> References: <20190424185858.7857-1-daniel@zonque.org> MIME-Version: 1.0 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Careless oversight. Signed-off-by: Daniel Mack --- arch/arm/boot/dts/pxa300-raumfeld-common.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/boot/dts/pxa300-raumfeld-common.dtsi b/arch/arm/boot/dts/pxa300-raumfeld-common.dtsi index 8ac24e3c8513..8a6721d436bd 100644 --- a/arch/arm/boot/dts/pxa300-raumfeld-common.dtsi +++ b/arch/arm/boot/dts/pxa300-raumfeld-common.dtsi @@ -319,9 +319,9 @@ gpio_keys_pins: gpio-keys-pins { pinctrl-single,pins = < - MFP_PIN_PXA300(14) MFP_AF0 /* SCK */ - MFP_PIN_PXA300(115) MFP_AF0 /* MOSI */ - MFP_PIN_PXA300(119) MFP_AF0 /* MISO */ + MFP_PIN_PXA300(14) MFP_AF0 /* on-off */ + MFP_PIN_PXA300(115) MFP_AF0 /* rescue boot */ + MFP_PIN_PXA300(119) MFP_AF0 /* setup */ >; pinctrl-single,low-power-mode = MFP_LPM(MFP_LPM_FLOAT); };