From patchwork Tue Dec 2 04:33:00 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yunlei He X-Patchwork-Id: 416690 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 121E61402A7 for ; Tue, 2 Dec 2014 15:34:00 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754196AbaLBEd7 (ORCPT ); Mon, 1 Dec 2014 23:33:59 -0500 Received: from [119.145.14.66] ([119.145.14.66]:12018 "EHLO szxga03-in.huawei.com" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1754158AbaLBEd7 (ORCPT ); Mon, 1 Dec 2014 23:33:59 -0500 Received: from 172.24.2.119 (EHLO SZXEML458-HUB.china.huawei.com) ([172.24.2.119]) by szxrg03-dlp.huawei.com (MOS 4.4.3-GA FastPath queued) with ESMTP id AYA69552; Tue, 02 Dec 2014 12:33:22 +0800 (CST) Received: from localhost (10.111.64.99) by SZXEML458-HUB.china.huawei.com (10.82.67.201) with Microsoft SMTP Server id 14.3.158.1; Tue, 2 Dec 2014 12:33:12 +0800 From: Yunlei He To: , , CC: , , , Yunlei He , Xinwei Kong Subject: [PATCH 2/2] gpio: pl061: document gpio-ranges property for bindings file Date: Tue, 2 Dec 2014 12:33:00 +0800 Message-ID: <1417494780-3704-3-git-send-email-heyunlei@huawei.com> X-Mailer: git-send-email 1.9.4.msysgit.1 In-Reply-To: <1417494780-3704-1-git-send-email-heyunlei@huawei.com> References: <1417494780-3704-1-git-send-email-heyunlei@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.111.64.99] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A02020A.547D4112.0140, ss=1, re=0.001, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 0ce32c94f1feebfc1dac3e539cb5f290 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Document gpio-ranges property in pl061-gpio.txt Signed-off-by: Yunlei He Signed-off-by: Xinwei Kong Signed-off-by: Haojian Zhuang --- Documentation/devicetree/bindings/gpio/pl061-gpio.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/gpio/pl061-gpio.txt b/Documentation/devicetree/bindings/gpio/pl061-gpio.txt index a2c416b..89058d3 100644 --- a/Documentation/devicetree/bindings/gpio/pl061-gpio.txt +++ b/Documentation/devicetree/bindings/gpio/pl061-gpio.txt @@ -7,4 +7,4 @@ Required properties: - bit 0 specifies polarity (0 for normal, 1 for inverted) - gpio-controller : Marks the device node as a GPIO controller. - interrupts : Interrupt mapping for GPIO IRQ. - +- gpio-ranges : Interaction with the PINCTRL subsystem.