From patchwork Mon Aug 7 11:49:40 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Raghavendra, Vignesh" X-Patchwork-Id: 798599 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ti.com header.i=@ti.com header.b="Lxguu00M"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3xQwpP4nClz9tWF for ; Mon, 7 Aug 2017 21:50:53 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753181AbdHGLuP (ORCPT ); Mon, 7 Aug 2017 07:50:15 -0400 Received: from lelnx193.ext.ti.com ([198.47.27.77]:63529 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752902AbdHGLuN (ORCPT ); Mon, 7 Aug 2017 07:50:13 -0400 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelnx193.ext.ti.com (8.15.1/8.15.1) with ESMTP id v77BnhmI024249; Mon, 7 Aug 2017 06:49:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1502106583; bh=VSF2ttQnIulq5Xz9gm06wiRFDDhbMXOhjKg2mtkcVUE=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=Lxguu00Mo4VQraufboY/1CCJErY9Aj6PSmYd+9hWNqI35q35XBtzN3NW+4iItOCQf MBQlL+j5lGshOM/EiwOhZZljZ0AW+lk5lYe7L+UXthLUhKkL1XK1syB+kRnUVJtLAD h/TKtHWgAtVTJvn1kECrBdW/zGqypuUxE3ENaBIA= Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v77Bnhef023190; Mon, 7 Aug 2017 06:49:43 -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; Mon, 7 Aug 2017 06:49:43 -0500 Received: from a0132425.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v77BncSI022608; Mon, 7 Aug 2017 06:49:41 -0500 From: Vignesh R To: Thierry Reding , Rob Herring , Santosh Shilimkar CC: Vignesh R , , , , Subject: [PATCH 1/4] pwm: pwm-tiecap: Add TI 66AK2G SoC specific compatible Date: Mon, 7 Aug 2017 17:19:40 +0530 Message-ID: <20170807114943.22612-2-vigneshr@ti.com> X-Mailer: git-send-email 2.13.3 In-Reply-To: <20170807114943.22612-1-vigneshr@ti.com> References: <20170807114943.22612-1-vigneshr@ti.com> MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add a new compatible string "ti,k2g-ecap" to support PWM ECAP IP of TI 66AK2G SoC. Signed-off-by: Vignesh R Acked-by: Rob Herring --- Documentation/devicetree/bindings/pwm/pwm-tiecap.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/pwm/pwm-tiecap.txt b/Documentation/devicetree/bindings/pwm/pwm-tiecap.txt index 8007e839a716..06a363d9ccef 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-tiecap.txt +++ b/Documentation/devicetree/bindings/pwm/pwm-tiecap.txt @@ -6,6 +6,7 @@ Required properties: for am4372 - compatible = "ti,am4372-ecap", "ti,am3352-ecap", "ti,am33xx-ecap"; for da850 - compatible = "ti,da850-ecap", "ti,am3352-ecap", "ti,am33xx-ecap"; for dra746 - compatible = "ti,dra746-ecap", "ti,am3352-ecap"; + for 66ak2g - compatible = "ti,k2g-ecap", "ti,am3352-ecap"; - #pwm-cells: should be 3. See pwm.txt in this directory for a description of the cells format. The PWM channel index ranges from 0 to 4. The only third cell flag supported by this binding is PWM_POLARITY_INVERTED.