Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp1571800ybi; Sat, 27 Jul 2019 12:51:21 -0700 (PDT) X-Google-Smtp-Source: APXvYqzL6RbvlzdM1lRoxePpYp/2maBN9Vb+OMU6jMgtQm5SwQDZ8sdOknCn/wo4v/A2MZEOR4m5 X-Received: by 2002:a17:90a:3270:: with SMTP id k103mr100261643pjb.54.1564257081400; Sat, 27 Jul 2019 12:51:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564257081; cv=none; d=google.com; s=arc-20160816; b=ymw2itwrAVz9gJGpL5gUSjSPZB12MZw560jp6TJ3EEMARmV9w+pDAvKy8Bs9k/bBNl d8jUb5W4cCy8UTzTbs73SQN/aYic7CEFwkX8lhOwDihjUoXmrP/5OVpt4R27rL71R5Pp AnWZ5CnRNJakk/VyzYOZXyUoSVJxED76GGIriSK7tqnAw3Lcx3muJ5DhxHn8RP0tb45Y 3GcfDz0IfiPNOb4pOmE5sBTnvA1Ya52QWCHlTd/Oo5MrB2lYznSFd5T4DOV5gh2dHRJ6 9DdUkgcaSWxjShFpn39+PXiedWs7cSYhlR6xyY2fq+u26JaE72SvbsZtslLWsWbnIgkJ k7KA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=gJ+WtawZieuIzkQDttdueMkBjTy0SUXLJDrneLDw5LI=; b=lG83hL+/nqDqQ/UBROascjfgFX9Y6Bwu7UTZCJQ6L3bV0s/ugZXGG9j5PO78aoPUdF g5UWkYtLbC6IekVelOT3bvcBu9JAUJ4z58RbTtiqbbpV+xYn7/LCNESitO56w7Ixfxgg xnQKexPtHrbWFGh/TIf+n82WDiay1pC8PnYfwTma4m6IwfoW7S0DO4Yh3m+YHQUeOZ8e bCwGCzFK0kti6hCjg4KvS597LFzfPebyM1pv1GuZcGNgb3JhtYt0GV5rWeZrTIJYagIO rFES+DZsnNl2RBZ++SrjtIj19MOP9tB1aR2rrKIDyKOmwyXrWZusQ+UEMnco0l6ReHeg NdYw== 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 x62si22449676pgd.48.2019.07.27.12.51.06; Sat, 27 Jul 2019 12:51:21 -0700 (PDT) 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 S2388170AbfG0Tsm (ORCPT + 99 others); Sat, 27 Jul 2019 15:48:42 -0400 Received: from saturn.retrosnub.co.uk ([46.235.226.198]:45078 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387841AbfG0Tsm (ORCPT ); Sat, 27 Jul 2019 15:48:42 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) by saturn.retrosnub.co.uk (Postfix; Retrosnub mail submission) with ESMTPSA id 69FA69E774D; Sat, 27 Jul 2019 20:48:39 +0100 (BST) Date: Sat, 27 Jul 2019 20:48:36 +0100 From: Jonathan Cameron To: David Lechner Cc: linux-iio@vger.kernel.org, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , Mark Rutland , =?UTF-8?B?QmVub8OudA==?= Cousson , Tony Lindgren , William Breathitt Gray , Thierry Reding , linux-kernel@vger.kernel.org, linux-pwm@vger.kernel.org Subject: Re: [PATCH 1/4] dt-bindings: counter: new bindings for TI eQEP Message-ID: <20190727204836.1514265d@archlinux> In-Reply-To: <20190722154538.5314-2-david@lechnology.com> References: <20190722154538.5314-1-david@lechnology.com> <20190722154538.5314-2-david@lechnology.com> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 22 Jul 2019 10:45:35 -0500 David Lechner wrote: > This documents device tree binding for the Texas Instruments Enhanced > Quadrature Encoder Pulse (eQEP) Module found in various TI SoCs. > > Signed-off-by: David Lechner Up to William given it is a counter binding, (unless Rob overrules) but new bindings are generally preferred as yaml. Content looks fine to me. Thanks, Jonathan > --- > .../devicetree/bindings/counter/ti-eqep.txt | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > create mode 100644 Documentation/devicetree/bindings/counter/ti-eqep.txt > > diff --git a/Documentation/devicetree/bindings/counter/ti-eqep.txt b/Documentation/devicetree/bindings/counter/ti-eqep.txt > new file mode 100644 > index 000000000000..fbcebc2c2cc2 > --- /dev/null > +++ b/Documentation/devicetree/bindings/counter/ti-eqep.txt > @@ -0,0 +1,18 @@ > +Texas Instruments Enhanced Quadrature Encoder Pulse (eQEP) Module > + > +Required properties: > +- compatible: Must be "ti,am3352-eqep". > +- reg: Physical base address and size of the registers map. > +- clocks: Handle to the PWM's functional clock. > +- clock-names: Must be "fck". > +- interrupts: Handle to the eQEP event interrupt > + > +Example: > + > + eqep0: eqep@180 { > + compatible = "ti,am3352-eqep"; > + reg = <0x180 0x80>; > + clocks = <&l4ls_gclk>; > + clock-names = "fck"; > + interrupts = <79>; > + };