From patchwork Tue Oct 4 13:41:48 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Armstrong X-Patchwork-Id: 678096 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 3spKq035hLz9s65 for ; Wed, 5 Oct 2016 00:42:36 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=baylibre-com.20150623.gappssmtp.com header.i=@baylibre-com.20150623.gappssmtp.com header.b=CI+WF79I; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753885AbcJDNmP (ORCPT ); Tue, 4 Oct 2016 09:42:15 -0400 Received: from mail-wm0-f50.google.com ([74.125.82.50]:35684 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753522AbcJDNmN (ORCPT ); Tue, 4 Oct 2016 09:42:13 -0400 Received: by mail-wm0-f50.google.com with SMTP id f193so168768631wmg.0 for ; Tue, 04 Oct 2016 06:42:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=MSLa1QDE6aCXB7bK+dxLbGjCrJjTwVnkzOyP7yf3h2I=; b=CI+WF79IdSNVMI6jjDPKuHbKFI2fZkmv6kMBg1B+aRNnV5I5zSqiG+dCctlgftonbE PgpsCioGhk3/WhJ/h5K+RFBzHdxJYWKcIGzN++gVfz8ClUMwGkDGYPI5Z7o3QMPA2zQz oMOS/VQeK46o+n6Z9798yRm4D4cn93yhQqKfrZ0Fa7Mra/WhzbbDjrRBU4cbrKUVHxYq CAopcgYRJMEQc3XuLpGwRpWweg2OqkZ7CUn0C5BjDI9k3wQCOkpKfhNYX10TYrl5Jk44 dUDplA1c+VSJguY21wqy0R0MaviWU/fPqO43if8G8d0qN03ons3vESQxO9F9RGsmmaDj zZjg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=MSLa1QDE6aCXB7bK+dxLbGjCrJjTwVnkzOyP7yf3h2I=; b=mQSqNMKxqo2x14JJZbu6VhuHUy1iaQE3s4eBmVx9fwc9x3LHa7scI/yThM4iNXv36t wCSzrXi3s1gqjR5KRqCYErIWfYGx8ICRPxNse1sf9jifKJpo+lpTZmEJ2BT/ixTnBNR9 JRC5i2pW3GcTa4vs0t1bHoYj/95C9Ekm00Pyn/HdDLRLLvwxAEs7hrSDX2xIYeilGScS PiPXqSbeo6ooIkOllOK9vUfnILRDMowIscK6uIgCieDQaBkf1aLqSi+/T76DY0Vzs9MR rmNJ8vvmZNKXtIL9QR2FGgGe6kSn5m5itBCjlkLJnoZHOBpSYPeW4261aNjsv1Tyir2M pepg== X-Gm-Message-State: AA6/9RnXcg4wvQTZwmvSU/uzrKq81wKnzrCz6ecO6b7gT/jEFvLLHQltgxfV30xpSDjM0TXj X-Received: by 10.28.74.199 with SMTP id n68mr15460954wmi.25.1475588531960; Tue, 04 Oct 2016 06:42:11 -0700 (PDT) Received: from build.net (build.baylibre.com. [37.187.146.144]) by smtp.gmail.com with ESMTPSA id 188sm24349306wmo.1.2016.10.04.06.42.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 04 Oct 2016 06:42:11 -0700 (PDT) From: Neil Armstrong To: linus.walleij@linaro.org, gnurou@gmail.com Cc: Neil Armstrong , linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-oxnas@lists.tuxfamily.org, devicetree@vger.kernel.org Subject: [PATCH 3/3] dt-bindings: oxnas: Update Pinctrl and GPIO for OX820 Support Date: Tue, 4 Oct 2016 15:41:48 +0200 Message-Id: <20161004134148.23028-4-narmstrong@baylibre.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161004134148.23028-1-narmstrong@baylibre.com> References: <20161004134148.23028-1-narmstrong@baylibre.com> Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Signed-off-by: Neil Armstrong Acked-by: Rob Herring --- Documentation/devicetree/bindings/gpio/gpio_oxnas.txt | 2 +- Documentation/devicetree/bindings/pinctrl/oxnas,pinctrl.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/gpio/gpio_oxnas.txt b/Documentation/devicetree/bindings/gpio/gpio_oxnas.txt index 928ed4f..9665147 100644 --- a/Documentation/devicetree/bindings/gpio/gpio_oxnas.txt +++ b/Documentation/devicetree/bindings/gpio/gpio_oxnas.txt @@ -3,7 +3,7 @@ Please refer to gpio.txt for generic information regarding GPIO bindings. Required properties: - - compatible: "oxsemi,ox810se-gpio" + - compatible: "oxsemi,ox810se-gpio" or "oxsemi,ox820-gpio" - reg: Base address and length for the device. - interrupts: The port interrupt shared by all pins. - gpio-controller: Marks the port as GPIO controller. diff --git a/Documentation/devicetree/bindings/pinctrl/oxnas,pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/oxnas,pinctrl.txt index d607432..09e81a9 100644 --- a/Documentation/devicetree/bindings/pinctrl/oxnas,pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/oxnas,pinctrl.txt @@ -9,7 +9,7 @@ used for a specific device or function. This node represents configurations of pins, optional function, and optional mux related configuration. Required properties for pin controller node: - - compatible: "oxsemi,ox810se-pinctrl" + - compatible: "oxsemi,ox810se-pinctrl" or "oxsemi,ox820-pinctrl" - oxsemi,sys-ctrl: a phandle to the system controller syscon node Required properties for pin configuration sub-nodes: