Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp299748ybi; Wed, 29 May 2019 21:45:16 -0700 (PDT) X-Google-Smtp-Source: APXvYqwnGJA4Yzhsgxnfzm8dupFDhoD0pgOpth3x/IGgunSXUmJtOER9k8RQS6KDvHh4SAnJ+btk X-Received: by 2002:a17:90a:c583:: with SMTP id l3mr1586844pjt.55.1559191516537; Wed, 29 May 2019 21:45:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559191516; cv=none; d=google.com; s=arc-20160816; b=dymE9HEpKHbZOi5mxCg6I9I4vFKjHQh/lrxs8zkO2g3dc3U0Sw2+WYfUuDAngJgbmx YC8mKEf48/wL5A0D4YrIX9jAV15ZVlURD0+/T+eBBSB9cRUrLPGelxLnYbMoovvdn/4z hV56kMEbqdCdQf4MZFyA2AzutXozpCZvDxfihI0jbbO+PhAOVIRVgvHVA4+6g7rP47rB Dwh1YB62hRUl2u2+ZOT2jnv16dtHZ3kVsnNawr4wqwM47SWJYVIwnyHs63QXtD3iL8Jc F/uSlkaxTnwiIrLpKNc32J3OC6ZooV1itxcsg4kVXRFJWovjjHuVpoJjqixW5v15sD6q oEgA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=PinnvxoE0+U+I9Dm26jNxTGCEkf2CnydUx6kkNunwZo=; b=pyqS3NktI1b1hp4n5U5WGXVxFrt8wUUauKOCSGptLD6p0lwcNeUTyFirHCGwixYQfW U/Eq1/VQ5A6SocRS2tXmapMqOlJpIbmmWviJu96GvKBdqW9doWpc2eUSciyTTTjDTaXk vv4kjKg81uoZtQwl829hHSGsSYQ+ndc3nC0e5FGdfgnjjA0Fr+rrOwYAb8uD9S77iDX+ mAS4xkVa/toL3ylkXQZxFnjpXBrzW6hMyZ7ygrux4izPmRcXcuTkZZnjiPZRtfmq66qy IaxtoaZM2yx5q/5yzH/2N0ef2soe1KeBcAyGmd6qYk3CiaScaCeRXMuqtO8UraDhoNAC Dwfg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n8si2035827plp.33.2019.05.29.21.45.01; Wed, 29 May 2019 21:45:16 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=nxp.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388606AbfE3Emi (ORCPT + 99 others); Thu, 30 May 2019 00:42:38 -0400 Received: from inva021.nxp.com ([92.121.34.21]:41378 "EHLO inva021.nxp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728904AbfE3DMQ (ORCPT ); Wed, 29 May 2019 23:12:16 -0400 Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id DD86720122C; Thu, 30 May 2019 05:12:14 +0200 (CEST) Received: from invc005.ap-rdc01.nxp.com (invc005.ap-rdc01.nxp.com [165.114.16.14]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id CB0BA2005A3; Thu, 30 May 2019 05:12:08 +0200 (CEST) Received: from localhost.localdomain (mega.ap.freescale.net [10.192.208.232]) by invc005.ap-rdc01.nxp.com (Postfix) with ESMTP id 166D94029F; Thu, 30 May 2019 11:12:01 +0800 (SGT) From: Anson.Huang@nxp.com To: aisheng.dong@nxp.com, festevam@gmail.com, shawnguo@kernel.org, stefan@agner.ch, kernel@pengutronix.de, linus.walleij@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, s.hauer@pengutronix.de, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Linux-imx@nxp.com Subject: [PATCH] dt-bindings: imx: Correct pinfunc head file path for i.MX8MM Date: Thu, 30 May 2019 11:13:57 +0800 Message-Id: <20190530031357.17484-1-Anson.Huang@nxp.com> X-Mailer: git-send-email 2.17.1 X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Anson Huang The i.MX8MM pinfunc head file is located in DT folder, correct it. Signed-off-by: Anson Huang --- Documentation/devicetree/bindings/pinctrl/fsl,imx8mm-pinctrl.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,imx8mm-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/fsl,imx8mm-pinctrl.txt index 524a16f..e4e01c0 100644 --- a/Documentation/devicetree/bindings/pinctrl/fsl,imx8mm-pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/fsl,imx8mm-pinctrl.txt @@ -12,7 +12,7 @@ Required properties in sub-nodes: - fsl,pins: each entry consists of 6 integers and represents the mux and config setting for one pin. The first 5 integers are specified using a PIN_FUNC_ID macro, which can be found in - . The last integer CONFIG is + . The last integer CONFIG is the pad setting value like pull-up on this pin. Please refer to i.MX8M Mini Reference Manual for detailed CONFIG settings. -- 2.7.4