From patchwork Sat Feb 25 07:42:14 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Icenowy Zheng X-Patchwork-Id: 9591505 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id BD8B56042C for ; Sat, 25 Feb 2017 07:48:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9B0E72863A for ; Sat, 25 Feb 2017 07:48:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7C9C7286B4; Sat, 25 Feb 2017 07:48:28 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 5D7C72863A for ; Sat, 25 Feb 2017 07:48:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=xm0xr8oit1Ah7iU0rDDK2Wmtu2wLQsueUCbbQz+tXUk=; b=pyb e0anqn/PwDKTbmdXXPjGJehn71QvfsPojXoPcMJ5BPxCQTla2y38tV/QnU29H5Wh7dt24Vr9Hryrf pyA6SuYSSKB0oj95rH6lpNSCRCmxvXufczy+SwIJRgLYTaa2OsoCqes99C3VtbtNkBE8QbPvYoMGS 9PzOypcPicZC789te83BKBad2au/A+VqBixxs8hvKAW4S6VyICbxPi6uXa/hgOg9ErUspJzdm6nkF EwhY4nHjSYQY2yucqIJKCNMOtbMsimLGVqHbTtVeP1A4PM1lr7kPZy9y1OhHoasQ395bvzd35FGPQ RZM7QOHCb8fAuCe/k34GRkMknWw0KnQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1chX5e-0007oz-FA; Sat, 25 Feb 2017 07:48:26 +0000 Received: from forward20p.cmail.yandex.net ([77.88.31.15]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1chX0Z-0005bQ-Ht for linux-arm-kernel@lists.infradead.org; Sat, 25 Feb 2017 07:43:14 +0000 Received: from smtp1m.mail.yandex.net (smtp1m.mail.yandex.net [IPv6:2a02:6b8:0:2519::121]) by forward20p.cmail.yandex.net (Yandex) with ESMTP id 5100B21182; Sat, 25 Feb 2017 10:42:45 +0300 (MSK) Received: from smtp1m.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp1m.mail.yandex.net (Yandex) with ESMTP id 9995563C0E61; Sat, 25 Feb 2017 10:42:38 +0300 (MSK) Received: by smtp1m.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id FYvF4qBOGA-gWt01439; Sat, 25 Feb 2017 10:42:37 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aosc.xyz; s=mail; t=1488008557; bh=dCsENpRgSVG669i1EiwlELYeLXzNYpygATCDDFPfE+Y=; h=From:To:Cc:Subject:Date:Message-Id; b=XGnIL3YOlbwT0+joVxMX0NdjyeO5Ghmwo5j1H4kMEcN7zzknzAG5UkiXzuVmD5JZf fECCL3LDxZVOzspZMS61gaU+HDAtId/QlT0vFNu3RpYXM8hLPUjh47liLSfojF2aJA vaz6DcBsdF5oqztRiZzyxQB71J54SvMd6SY4/H7s= Authentication-Results: smtp1m.mail.yandex.net; dkim=pass header.i=@aosc.xyz X-Yandex-ForeignMX: US X-Yandex-Suid-Status: 1 0, 1 0, 1 0, 1 0, 1 0, 1 0, 1 0, 1 0, 1 0, 1 1130000036118848 From: Icenowy Zheng To: Thierry Reding , Rob Herring , Maxime Ripard , Chen-Yu Tsai Subject: [PATCH 1/3] dt-bindings: add compatible for the PWM controller on Allwinner A64 Date: Sat, 25 Feb 2017 15:42:14 +0800 Message-Id: <20170225074216.64868-1-icenowy@aosc.xyz> X-Mailer: git-send-email 2.11.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170224_234311_964676_667637E6 X-CRM114-Status: UNSURE ( 8.49 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Icenowy Zheng , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Allwinner A64 have a PWM controller like other Allwinner SoCs. Add a compatible string for it. Signed-off-by: Icenowy Zheng --- Documentation/devicetree/bindings/pwm/pwm-sun4i.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/pwm/pwm-sun4i.txt b/Documentation/devicetree/bindings/pwm/pwm-sun4i.txt index f1cbeefb3087..2f8315aafe22 100644 --- a/Documentation/devicetree/bindings/pwm/pwm-sun4i.txt +++ b/Documentation/devicetree/bindings/pwm/pwm-sun4i.txt @@ -7,6 +7,7 @@ Required properties: - "allwinner,sun5i-a13-pwm" - "allwinner,sun7i-a20-pwm" - "allwinner,sun8i-h3-pwm" + - "allwinner,sun50i-a64-pwm" - reg: physical base address and length of the controller's registers - #pwm-cells: should be 3. See pwm.txt in this directory for a description of the cells format.