From patchwork Thu Aug 11 18:40:13 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrew Davis X-Patchwork-Id: 658312 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 3s9H060VLvz9s9x for ; Fri, 12 Aug 2016 04:40:54 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932193AbcHKSki (ORCPT ); Thu, 11 Aug 2016 14:40:38 -0400 Received: from bear.ext.ti.com ([198.47.19.11]:37403 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932184AbcHKSkh (ORCPT ); Thu, 11 Aug 2016 14:40:37 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id u7BIeSnH023244; Thu, 11 Aug 2016 13:40:28 -0500 Received: from DLEE70.ent.ti.com (dlemailx.itg.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id u7BIeS5o031761; Thu, 11 Aug 2016 13:40:28 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Thu, 11 Aug 2016 13:40:28 -0500 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id u7BIeSS6012437; Thu, 11 Aug 2016 13:40:28 -0500 Received: from localhost (uda0226330.am.dhcp.ti.com [128.247.83.153]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id u7BIeS321469; Thu, 11 Aug 2016 13:40:28 -0500 (CDT) From: "Andrew F. Davis" To: Linus Walleij , Alexandre Courbot , Rob Herring , Mark Rutland CC: , , , "Andrew F. Davis" Subject: [PATCH] gpio: dt-bindings: remove ti,tps65086-gpio binding Date: Thu, 11 Aug 2016 13:40:13 -0500 Message-ID: <20160811184013.2499-1-afd@ti.com> X-Mailer: git-send-email 2.9.2 MIME-Version: 1.0 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org This binding is no longer correct, the GPIO information can should be added to the parent node and not into this child node. See Documentation/devicetree/bindings/mfd/tps65086.txt for the correct usage. Signed-off-by: Andrew F. Davis --- Documentation/devicetree/bindings/gpio/gpio-tps65086.txt | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-tps65086.txt diff --git a/Documentation/devicetree/bindings/gpio/gpio-tps65086.txt b/Documentation/devicetree/bindings/gpio/gpio-tps65086.txt deleted file mode 100644 index ba05107..0000000 --- a/Documentation/devicetree/bindings/gpio/gpio-tps65086.txt +++ /dev/null @@ -1,16 +0,0 @@ -* TPS65086 GPO Controller bindings - -Required properties: - - compatible : Should be "ti,tps65086-gpio". - - gpio-controller : Marks the device node as a GPIO Controller. - - #gpio-cells : Should be two. The first cell is the pin number - and the second cell is used to specify flags. - See ../gpio/gpio.txt for possible values. - -Example: - - gpio4: gpio { - compatible = "ti,tps65086-gpio"; - gpio-controller; - #gpio-cells = <2>; - };