Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2662785imu; Thu, 17 Jan 2019 19:26:31 -0800 (PST) X-Google-Smtp-Source: ALg8bN6jXJG4ZVNUiq2SArAe+s5iFUtxLkuanoGu2rrLRIRFt0gXBsZ1osWIqN0gMjnXMfI7IwEo X-Received: by 2002:a63:2b01:: with SMTP id r1mr15847486pgr.432.1547781991889; Thu, 17 Jan 2019 19:26:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547781991; cv=none; d=google.com; s=arc-20160816; b=LBx4RTNJ1AePcgVou0a72oEnS2Xm6zZ43FhNvmsjdefsk4yf1LDoRiGaXFc3Im29DV NGMLeaHt3qMLWFhrvn4J3PwJL7BVXYjgFSbGK2ZaMoXccEVXSw2VsfUDrzNnB9dZD3yh h7Tdi0Ii0w27UqF5hVq4Se27y8qL2p89zKbsDgdgmJsTyUSWhnRX6I1bi2sBLMKrbH2j mprROBCD3eR+p4kEMuu3v/BT4LH3pAc0RuxGdfXQFoxI52TcOtbbYQOqKa8mKIWzfxgq IpZSqVAx8BBV3Ih27yl9xr3Ag7PMR6fezvvsNu2cgYS5Qk70xxSj9lgn+xSldUGxy46y ZzMA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=cuZf+MdOV4UKn+5vrqZijYjs14gqIK9KDHJLkUDe81s=; b=nXEoXhaI/p7TAMrprLUUKPpCRacK7pNuii3XRrHvJsvr+Jv3T9/dSuFWnMRfgktMay qsOuRBOo1rrC5zd97aXT0SlpdpUh02lWxnXYcVmWInddguf+pC5bb4h15cUAslXK7EDl cxB3xCvqoXz+Xdxoetc48vCf6mtUAX2xVdmfL3aOLT/4MWd32lPGlq/tpjpx7SxHI7Ts P9pzioMvbO8pawka1pnS2xDQGJmX0af1ofhBW5bi55LC3SvmE0ZcRiJ4NqZ+xWx5ZEku A96Nbw2DDBLcFtz1NK11xtCceOvKst3z1JSYzTBz12p7GZazLGq/L+4EPlB6iryE8Js5 85VA== 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 j6si3435104pfc.57.2019.01.17.19.26.15; Thu, 17 Jan 2019 19:26:31 -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 S1727061AbfARDZE (ORCPT + 99 others); Thu, 17 Jan 2019 22:25:04 -0500 Received: from mailgw02.mediatek.com ([210.61.82.184]:33919 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1726716AbfARDZD (ORCPT ); Thu, 17 Jan 2019 22:25:03 -0500 X-UUID: b15767f1ca854771872ab836af6dcd3c-20190118 X-UUID: b15767f1ca854771872ab836af6dcd3c-20190118 Received: from mtkexhb02.mediatek.inc [(172.21.101.103)] by mailgw02.mediatek.com (envelope-from ) (mhqrelay.mediatek.com ESMTP with TLS) with ESMTP id 2015058114; Fri, 18 Jan 2019 11:24:55 +0800 Received: from mtkcas07.mediatek.inc (172.21.101.84) by mtkmbs08n1.mediatek.inc (172.21.101.55) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Fri, 18 Jan 2019 11:24:48 +0800 Received: from mtkslt306.mediatek.inc (10.21.14.136) by mtkcas07.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1395.4 via Frontend Transport; Fri, 18 Jan 2019 11:24:49 +0800 From: Ryder Lee To: Thierry Reding CC: Matthias Brugger , Sean Wang , Weijie Gao , , , , , , Ryder Lee Subject: [PATCH v1 5/5] dt-bindings: pwm: update bindings for MT7629 SoC Date: Fri, 18 Jan 2019 11:24:45 +0800 Message-ID: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This updates bindings for MT7629 pwm controller. Signed-off-by: Ryder Lee Reviewed-by: Matthias Brugger --- Changes since v1: add a Reviewed-by tag. --- Documentation/devicetree/bindings/pwm/pwm-mediatek.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/pwm/pwm-mediatek.txt b/Documentation/devicetree/bindings/pwm/pwm-mediatek.txt index f9e2d1f..f7e7784 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-mediatek.txt +++ b/Documentation/devicetree/bindings/pwm/pwm-mediatek.txt @@ -6,6 +6,7 @@ Required properties: - "mediatek,mt7622-pwm": found on mt7622 SoC. - "mediatek,mt7623-pwm": found on mt7623 SoC. - "mediatek,mt7628-pwm": found on mt7628 SoC. + - "mediatek,mt7629-pwm", "mediatek,mt7622-pwm": found on mt7629 SoC. - reg: physical base address and length of the controller's registers. - #pwm-cells: must be 2. See pwm.txt in this directory for a description of the cell format. -- 1.9.1