From patchwork Fri Apr 21 12:46:31 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Darander X-Patchwork-Id: 753371 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3w8b8y4lkVz9s2x for ; Fri, 21 Apr 2017 22:46:58 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=chargestorm-se.20150623.gappssmtp.com header.i=@chargestorm-se.20150623.gappssmtp.com header.b="GtV7WaNt"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1038983AbdDUMqr (ORCPT ); Fri, 21 Apr 2017 08:46:47 -0400 Received: from mail-lf0-f41.google.com ([209.85.215.41]:35552 "EHLO mail-lf0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1038265AbdDUMqp (ORCPT ); Fri, 21 Apr 2017 08:46:45 -0400 Received: by mail-lf0-f41.google.com with SMTP id 75so44299651lfs.2 for ; Fri, 21 Apr 2017 05:46:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chargestorm-se.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=grbo6X0roBUIoKmeUGFBFs92UyutZ7vrWO05gPSwVao=; b=GtV7WaNtUtW6DWKOfDSg4GTyoQ4kObVQl5UVNURrWyZd402sbMB+G2f84j6quvm40t 5Lbh7R0bMmE8Zl5E+XI9qYrRPRMHQMhnHUuYCh1AOQYb4PHI11uecjav/3Oe/g0BLIb0 QuhM3amgrC8DDDe6irsvOqTmxj8kTl/1k6MIaW2U1uooyhewy4gRbP6WErX0bNu9aP+u L4YkC78VLvQCdodmQwImoZ5S2jWX1L32W4bcVvGGqVSFVpDve4GZ5DhOHH5SMDS8kvpC e9qpl2YM1C6xCTNmfdF1jc8E6OI6NHpcberR2oI7gzC/eFRkxXlauZrOBqvAwNENOn2A S90A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=grbo6X0roBUIoKmeUGFBFs92UyutZ7vrWO05gPSwVao=; b=fPCHxnO9rQEYvat/Yu+39HfXiO1TCkbPwYfdxsU0szJBmI0gt8T+DqXNAr1sjEBOTo 9CdL7lavkpo2QC71DFfCxmmkLHLuh3JbGCfezYmzlghKzWbppDvD03hNrCLpP1nv9pW3 mnRVKhnOKf6fApuIpN6ZbcNtAlJhO2/6fJfjDl++I+/1hBbCPXBzG6f3qmZbTKd9P7hV zRU6xKQSV4qw1+6vVVfs/pKXANd6NFBvk085tX8kWcKUY90kJLfMGPsnqEHGvAz6gwMi NLPqS7/7uP+XNkpQ5FKEKN6RDYwIFe06hG/8ucPq2JDDAfOQrUpGHUPyTI6I1fnzs6io 3MGg== X-Gm-Message-State: AN3rC/7bXUZyP+UTOwuBuoCA0fNs0Ub1hQghaHOM192MZMDHiuhfi1dz 6dQXvJ65LmrMYQ== X-Received: by 10.46.6.1 with SMTP id 1mr4820025ljg.69.1492778803307; Fri, 21 Apr 2017 05:46:43 -0700 (PDT) Received: from localhost (194-237-220-218.customer.telia.com. [194.237.220.218]) by smtp.gmail.com with ESMTPSA id a81sm1576770ljb.66.2017.04.21.05.46.42 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 21 Apr 2017 05:46:42 -0700 (PDT) From: Anders Darander To: linus.walleij@linaro.org, gnurou@gmail.com, robh+dt@kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, mark.rutland@arm.com Cc: Anders Darander Subject: [PATCH 2/2] gpio: DT bindings, move tca9554 from pcf857x to pca953x Date: Fri, 21 Apr 2017 14:46:31 +0200 Message-Id: <20170421124631.19269-2-anders@chargestorm.se> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170421124631.19269-1-anders@chargestorm.se> References: <20170421124631.19269-1-anders@chargestorm.se> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org The TCA9554 is similar to the PCA9554. Update the DT binding docs. Signed-off-by: Anders Darander --- Documentation/devicetree/bindings/gpio/gpio-pca953x.txt | 1 + Documentation/devicetree/bindings/gpio/gpio-pcf857x.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt b/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt index e63935710011..7f57271df2bc 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt +++ b/Documentation/devicetree/bindings/gpio/gpio-pca953x.txt @@ -26,6 +26,7 @@ Required properties: ti,tca6416 ti,tca6424 ti,tca9539 + ti,tca9554 onsemi,pca9654 exar,xra1202 diff --git a/Documentation/devicetree/bindings/gpio/gpio-pcf857x.txt b/Documentation/devicetree/bindings/gpio/gpio-pcf857x.txt index ada4e2973323..7d3bd631d011 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-pcf857x.txt +++ b/Documentation/devicetree/bindings/gpio/gpio-pcf857x.txt @@ -25,7 +25,6 @@ Required Properties: - "nxp,pcf8574": For the NXP PCF8574 - "nxp,pcf8574a": For the NXP PCF8574A - "nxp,pcf8575": For the NXP PCF8575 - - "ti,tca9554": For the TI TCA9554 - reg: I2C slave address.