Received: by 2002:ac0:b08d:0:0:0:0:0 with SMTP id l13csp1669941imc; Fri, 22 Feb 2019 09:05:28 -0800 (PST) X-Google-Smtp-Source: AHgI3Ia/K8E9BASRnmtfTn2A+qE/HdjEpwJNW9JJSMh7X4OHH45d51RnEhz3QHROy45LEPhyP4Q1 X-Received: by 2002:a63:f556:: with SMTP id e22mr4882605pgk.321.1550855128062; Fri, 22 Feb 2019 09:05:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550855128; cv=none; d=google.com; s=arc-20160816; b=WWma7WMiCNfZaDX3/GgQbwu65iICGqgtDtqaIe+G5DNvmcImNPA2nq6zNIzhe2mF+8 3+vJAmBRhrZebG3HHNlaDcwH7zFzlIsK1FivSjNAgMHVblWZyjT3cmvgEFnZDgoAb3ut Rl5GYWJy3PvkWXt8GovuyOMxTHDpdjOKjU327k/wwAfdVGhbCGONrdlYzGYAEUUGSjR/ i5BrQY2dkFfFP0WVi8A7eFyvkPNJdvzxpoeAGAgHlpC9jhBi72uIJxitu4hBr2LVUh4L GnT74R6cten2uOs+TuoqJTaP9Om21yKK302dQYIxZQOjScy2ssrT11+3r5tchAobjUn+ +Kjw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:disclaimer:content-transfer-encoding :mime-version:message-id:date:subject:cc:to:from; bh=SgSF1linh2HjHbDlRAGXbTQMWlZ3l9DKwxAnw25if9o=; b=wJtOFLrq2Nbu5gPc1f/mnhyo8VA4NTzEDXJdrAx6yJW44jgosjFNWbDn5/T215Phwy j+EIIJdpFgZWlozGUkYGBv5tb1uaKhkCPW/WwtSTu6JBJE8pB/r9n+rWC6UAiLd/fGHM VhSEnaii0/5asVeDSr+cNAqvB2ub67GwI/0PwbkOcoeAMgZUmU0iKrY5AQrGBsZkw2VN pcMlVK18tp7MTqnnLO8it5LBT2yHpw6pPdNhje65L+UjBtgWbKRhICzdJddzB5NQhZ2A aYlFWKy/9N/aeHFE1qAiQeIgF9zrkTEfw3ReZI0FQpl7HTwgxZlwuKukZiOvB7czAp1P MAhw== 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=hanoverdisplays.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q124si1377914pgq.526.2019.02.22.09.05.12; Fri, 22 Feb 2019 09:05:28 -0800 (PST) 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=hanoverdisplays.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726647AbfBVRD2 convert rfc822-to-8bit (ORCPT + 99 others); Fri, 22 Feb 2019 12:03:28 -0500 Received: from mail.hanoverdisplays.com ([81.145.148.229]:38443 "EHLO mail.hanoverdisplays.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726131AbfBVRD2 (ORCPT ); Fri, 22 Feb 2019 12:03:28 -0500 Received: from builder.hanover.local (192.168.0.21) by mail.hanoverdisplays.com (192.168.0.30) with Microsoft SMTP Server (TLS) id 14.3.435.0; Fri, 22 Feb 2019 17:03:25 +0000 From: Christina Quast To: CC: , , , , , , , , , , Subject: [PATCH] Document: dt: binding: imx: Fix PAD_CTL_DSE_X* Date: Fri, 22 Feb 2019 17:00:38 +0000 Message-ID: <20190222170038.9669-1-cquast@hanoverdisplays.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain X-Originating-IP: [192.168.0.21] X-GFI-SMTP-Submission: 1 X-GFI-SMTP-HelloDomain: builder.hanover.local X-GFI-SMTP-RemoteIP: 192.168.0.21 X-GFIME-MASPAM: SPAM Disclaimer: hanoverdisplays.com Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In the iMX7d datasheet, the PAD_CTL_DSE_X* values are different from the documentation. Signed-off-by: Christina Quast --- .../devicetree/bindings/pinctrl/fsl,imx7d-pinctrl.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,imx7d-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/fsl,imx7d-pinctrl.txt index 6666277c3acb..8ac1d0851a0f 100644 --- a/Documentation/devicetree/bindings/pinctrl/fsl,imx7d-pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/fsl,imx7d-pinctrl.txt @@ -48,9 +48,9 @@ PAD_CTL_HYS (1 << 3) PAD_CTL_SRE_SLOW (1 << 2) PAD_CTL_SRE_FAST (0 << 2) PAD_CTL_DSE_X1 (0 << 0) -PAD_CTL_DSE_X2 (1 << 0) -PAD_CTL_DSE_X3 (2 << 0) -PAD_CTL_DSE_X4 (3 << 0) +PAD_CTL_DSE_X4 (1 << 0) +PAD_CTL_DSE_X2 (2 << 0) +PAD_CTL_DSE_X6 (3 << 0) Examples: While iomuxc-lpsr is intended to be used by dedicated peripherals to take -- 2.20.1 Please consider the environment before printing this email The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender or postmaster (postmaster@hanoverdisplays.com) and delete the material from any computer. Although we routinely screen for viruses, addressees should check this e-mail and any attachment for viruses. We make no warranty as to absence of viruses in this e-mail or any attachments. Our Company's email policy is to permit incidental personal use. If this email is of a personal nature, it must not be relied upon as expressing the views or opinions of the company.