From patchwork Fri Feb 22 17:00:38 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christina Quast X-Patchwork-Id: 1046998 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=fail (p=none dis=none) header.from=hanoverdisplays.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 445d8v2qHNz9sB8 for ; Sat, 23 Feb 2019 04:08:47 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727042AbfBVRIq convert rfc822-to-8bit (ORCPT ); Fri, 22 Feb 2019 12:08:46 -0500 Received: from mail.hanoverdisplays.com ([81.145.148.229]:22019 "EHLO mail.hanoverdisplays.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726869AbfBVRIq (ORCPT ); Fri, 22 Feb 2019 12:08:46 -0500 X-Greylist: delayed 318 seconds by postgrey-1.27 at vger.kernel.org; Fri, 22 Feb 2019 12:08:45 EST 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 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-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@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