Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp542850imu; Tue, 20 Nov 2018 03:18:13 -0800 (PST) X-Google-Smtp-Source: AFSGD/XEc05zENsBsXqrzMheacEY13gB/4xn2248JsPIlPmla6owymS87IZC9wVTJolKeQeVWzrt X-Received: by 2002:a63:78cd:: with SMTP id t196mr1543865pgc.62.1542712693726; Tue, 20 Nov 2018 03:18:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1542712693; cv=none; d=google.com; s=arc-20160816; b=fCla2hLS/2FJr+tHCa+p93PheUWCVfoSFxVQjLzyGNv8LbUoBvvC6/iMXXhidaMwu8 xqE3H/iZYkoZzR/6Idtwqg7JQSVSvChww3bPKfa2gZYsb950Y6xUu3Vub2Ng0dkRy1WA B6+tDH118EXD/hKzX6CEEg746LJCyui4/aRfaFKFczRLkGpPAGiaIY9rhAQcX1h31yYi O2WbMG/iYbt14ERGe8Ci9EpWx51fAlu4gGiTZCZvNa/upbnWWV/xBgx/ecJDLhEUxjXm v/Qvqe1sZQpoCg825C0j81U/CLDDljE+Wu0iZwOyofDfstUxc3+IEz3/3WSOar46thup LfHg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=syCb6fA4g+cWpdpSku6bTctqgAmhRPm3p8g7xJAfD/g=; b=p01K3B47YSXKfcWMwiwk+JhwgAk0PsHtYHRSCd99MzD7hRixAdvnHpe63HaIWb25BM Pyl0ZafZcRaBh3Yo0jEAe1uCdLUMc6dNIQFAU+xRF0BMr7AT9/b/3tWmdjJhrPodkfo7 QMoIRfGcRlmlD/ZNmptfYkWjh9b2gm0R+0nA7OuZvcD4j+Pz4fBahcf9Nd7+MMq3Bbmn 4zOVC/GtwQJQn8C2iH4yb8Zr+JJyT1EBnXqaXdT1weQpsAnG9M7VBrbFHB3e/5zDY3DG bnA99YAEZt70rcUP6IZ7fmwWQgSfyIRjUvy67Ns1AjFZA3B0cVod67HclGI/e2oGz62t 1UUw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i13si43156938pgj.199.2018.11.20.03.17.58; Tue, 20 Nov 2018 03:18:13 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728987AbeKTVpy (ORCPT + 99 others); Tue, 20 Nov 2018 16:45:54 -0500 Received: from relmlor1.renesas.com ([210.160.252.171]:6741 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726784AbeKTVpy (ORCPT ); Tue, 20 Nov 2018 16:45:54 -0500 Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 20 Nov 2018 20:17:15 +0900 Received: from vbox.ree.adwin.renesas.com (unknown [10.226.37.67]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 109C6400E335; Tue, 20 Nov 2018 20:17:12 +0900 (JST) From: Phil Edworthy To: Hoan Tran , Linus Walleij , Bartosz Golaszewski , Rob Herring , Mark Rutland Cc: linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Phil Edworthy Subject: [PATCH] gpio: dwapb: Correct the DT node name in the example Date: Tue, 20 Nov 2018 11:17:09 +0000 Message-Id: <20181120111709.22128-1-phil.edworthy@renesas.com> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The sub-nodes should not be called gpio-controller, but simply gpio. Signed-off-by: Phil Edworthy --- Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt b/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt index 7276b50c3506..839dd32ffe11 100644 --- a/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt +++ b/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt @@ -43,7 +43,7 @@ gpio: gpio@20000 { #address-cells = <1>; #size-cells = <0>; - porta: gpio-controller@0 { + porta: gpio@0 { compatible = "snps,dw-apb-gpio-port"; gpio-controller; #gpio-cells = <2>; @@ -55,7 +55,7 @@ gpio: gpio@20000 { interrupts = <0>; }; - portb: gpio-controller@1 { + portb: gpio@1 { compatible = "snps,dw-apb-gpio-port"; gpio-controller; #gpio-cells = <2>; -- 2.17.1