From patchwork Tue Jul 4 20:04:58 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Priit Laes X-Patchwork-Id: 9825567 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 6505560353 for ; Tue, 4 Jul 2017 20:07:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2528626CFF for ; Tue, 4 Jul 2017 20:07:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1A12726E40; Tue, 4 Jul 2017 20:07:01 +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.0 required=2.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED, RCVD_IN_DNSWL_HI, 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 C19E526CFF for ; Tue, 4 Jul 2017 20:07:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752303AbdGDUGB (ORCPT ); Tue, 4 Jul 2017 16:06:01 -0400 Received: from plaes.org ([188.166.43.21]:40214 "EHLO plaes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752215AbdGDUF7 (ORCPT ); Tue, 4 Jul 2017 16:05:59 -0400 Received: from localhost (85.253.161.114.cable.starman.ee [85.253.161.114]) by plaes.org (Postfix) with ESMTPSA id 0D6CF4145E; Tue, 4 Jul 2017 20:06:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=plaes.org; s=mail; t=1499198760; bh=rYnteUMDaQebG8m9dpYsYP510Jrgx0eVnwSe2vV0t80=; h=From:To:Cc:Subject:Date:In-Reply-To:References:In-Reply-To: References:From; b=N526t6OxRq8zH2zHrY+MnKtSAzLycDkP2FlXe00RLRrHlw4b92Ck3Z1axFJxsMJwM 2q0vIH1nBsvNNcK4/NPwLrkvAU2A1iSNFR+wM7UKGAdTEolZQ+4/HKxeyiD5R5eTPP +guwHDNZriNzIunILG3ml9l4lTyMnYYvg61/v8BedObDVn0ikEWVY/BhEp2McAgAUi 9yb5El3+k8gmIlpkYvMgrNaJVgPQ7uEiZ2An0DPRqqdL4Go/07adq7HQLjYzQi1e+7 Qm5N8qrt/yFqtWqkd15+JIvHIxu/1rUpDyUYDoVvEMJtEEfSBOiUEoXJNmCHnMR/iV sntnpcSCQLnMg== From: Priit Laes To: Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland , Maxime Ripard , Chen-Yu Tsai , Russell King , Philipp Zabel , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: linux-sunxi@googlegroups.com, Jonathan Liu , Priit Laes Subject: [PATCH v5 3/6] dt-bindings: List devicetree binding for the CCU of Allwinner A20 Date: Tue, 4 Jul 2017 23:04:58 +0300 Message-Id: <68788c4452291977ab16168d89cb91c4611e1a41.1499197129.git-series.plaes@plaes.org> X-Mailer: git-send-email 2.9.4 In-Reply-To: References: In-Reply-To: References: 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 Allwinner A20 is now driven by sunxi-ng CCU driver. Add devicetree binding for it. Acked-by: Rob Herring Signed-off-by: Priit Laes Reviewed-by: Chen-Yu Tsai --- Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt index df9fad5..81d0fa4 100644 --- a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt +++ b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt @@ -4,6 +4,7 @@ Allwinner Clock Control Unit Binding Required properties : - compatible: must contain one of the following compatibles: - "allwinner,sun6i-a31-ccu" + - "allwinner,sun7i-a20-ccu" - "allwinner,sun8i-a23-ccu" - "allwinner,sun8i-a33-ccu" - "allwinner,sun8i-a83t-ccu"