From patchwork Tue Aug 8 01:25:40 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Liu X-Patchwork-Id: 9886391 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 C8A95603B4 for ; Tue, 8 Aug 2017 01:25:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B996C28746 for ; Tue, 8 Aug 2017 01:25:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AE37328750; Tue, 8 Aug 2017 01:25:11 +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=-6.3 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A234728746 for ; Tue, 8 Aug 2017 01:25:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751921AbdHHBZK (ORCPT ); Mon, 7 Aug 2017 21:25:10 -0400 Received: from mail-io0-f196.google.com ([209.85.223.196]:34414 "EHLO mail-io0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751677AbdHHBZJ (ORCPT ); Mon, 7 Aug 2017 21:25:09 -0400 Received: by mail-io0-f196.google.com with SMTP id m88so1481464iod.1; Mon, 07 Aug 2017 18:25:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=7giqc3RhO94v1ATxwXwhIlQTAQSBcBs/J4gjIhrd6s8=; b=cWxfD+9gv46rWhQ2sMXVeOpUIJhloUhaO2Ndxq8qe1WuK/xxDd/84Qa4UrBG7RPSdO HZLa/YekFQxgHkzQ+I46aVu+3LUMoFqsk8mOk0L05vvhoCdgF1Bx6Owrj4nUlRIc1Upt FpPMrAfHxsBeOxCCaDcZ2htxLgGh0EJd+bxVjjcrq3qJA1py42y9k0q6feRKyR5N8dm2 VDk0ZCn038X5CNPKgglN3BI2cLLNKEJLulMixOxio1Xw3EQs+oWG8fultuyJOTlcugQW z9fcuaSlEjbONMYkJ8L/mWj8BzdsggVHF316wiGcQuN5B1nNuaoQZbQEjgDzr4YcySoN 66Jw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=7giqc3RhO94v1ATxwXwhIlQTAQSBcBs/J4gjIhrd6s8=; b=LTHPUXjPJeHegnfp70VuQKtc6hEJZ5vhdmtDaLkttlPnPt3fZVk7Fj0L1pjkl6V3TL eJux7uQ3lEDbstkhnlea9LYRV1BK2MM4qNYRLqhiuuBR7qMmfi6EDfT80gmrB0dNh0kb Ye/HJdFbh3Duw0YKMiWe8DFFYDlHDI4Bwc0Db0QOMGgg0svyX75Jhtq3QGgUS29aFipz uDRVueGy7IKHBLn/3B5t2qe/zggDTnOtr6zzGzrWM/E/WJT82jviTsTASNsy/ng8jzLQ LH1CtcUXK4CvGZ79S/WyHgYZVZDoU/HjAcrP8upmLYq03FdB4MTnNcbApsOQQm+WM+DQ 3qUQ== X-Gm-Message-State: AHYfb5h+eprHCgKPHfaDFsuC+CXdIkOZzJvlanLkpurAFynp9Z6PjWSa 8i07uJMFLClO5g== X-Received: by 10.84.208.227 with SMTP id c32mr2733345plj.281.1502155508405; Mon, 07 Aug 2017 18:25:08 -0700 (PDT) Received: from 60-242-179-244.static.tpgi.com.au (60-242-179-244.static.tpgi.com.au. [60.242.179.244]) by smtp.gmail.com with ESMTPSA id n66sm146562pfk.38.2017.08.07.18.25.07 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 07 Aug 2017 18:25:07 -0700 (PDT) From: Jonathan Liu To: Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland , Maxime Ripard , Chen-Yu Tsai Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Jonathan Liu Subject: [PATCH] dt-bindings: clock: sunxi-ccu: Add compatibles for sun5i CCU driver Date: Tue, 8 Aug 2017 11:25:40 +1000 Message-Id: <20170808012540.16691-1-net147@gmail.com> X-Mailer: git-send-email 2.13.2 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The bindings were not updated when the sun5i CCU driver was added in commit 5e73761786d6 ("clk: sunxi-ng: Add sun5i CCU driver"). Signed-off-by: Jonathan Liu Acked-by: Rob Herring --- Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt index df9fad58facd..dbe0c1c58ab5 100644 --- a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt +++ b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt @@ -3,6 +3,8 @@ Allwinner Clock Control Unit Binding Required properties : - compatible: must contain one of the following compatibles: + - "allwinner,sun5i-a10s-ccu" + - "allwinner,sun5i-a13-ccu" - "allwinner,sun6i-a31-ccu" - "allwinner,sun8i-a23-ccu" - "allwinner,sun8i-a33-ccu" @@ -15,6 +17,7 @@ Required properties : - "allwinner,sun50i-a64-ccu" - "allwinner,sun50i-a64-r-ccu" - "allwinner,sun50i-h5-ccu" + - "nextthing,gr8-ccu" - reg: Must contain the registers base address and length - clocks: phandle to the oscillators feeding the CCU. Two are needed: