From patchwork Wed Aug 23 17:23:31 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Priit Laes X-Patchwork-Id: 805140 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" (2048-bit key; unprotected) header.d=plaes.org header.i=@plaes.org header.b="adAmxj0A"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3xcvh53LX6z9s7h for ; Thu, 24 Aug 2017 03:35:01 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932447AbdHWRe7 (ORCPT ); Wed, 23 Aug 2017 13:34:59 -0400 Received: from plaes.org ([188.166.43.21]:38001 "EHLO plaes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932405AbdHWRe6 (ORCPT ); Wed, 23 Aug 2017 13:34:58 -0400 Received: from localhost (unknown [193.40.231.202]) by plaes.org (Postfix) with ESMTPSA id D29D944B6B; Wed, 23 Aug 2017 17:23:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=plaes.org; s=mail; t=1503509021; bh=iJb857Xpu5Uxgwj7Gzq3nBO8UjVennQ1Pqdw1vBTuU8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:In-Reply-To: References:From; b=adAmxj0AqDu1eGVts9cj5oxdCzUo00XuFQp3NhcBUygpQwUjM7q4Fz+pUf4f2acIl Rc6zhahtHeO/hvXwmWjCbvOj4sn3mLI0o6ENEQv1uJA4O7SxhdbJkL+7CRRs2ObfLn +pKNOs9zVE4ezwxS2gkd25V9B2y/DbKnPAZCsHYuoTxlhUcvz56zehIWOVs9GrGJUi JvOvTuQeiypIYOvR8RZuch4M91Q3jMqmnc4r7w+PpEipj8JveV1+SCNDgwSCSIsHCk PSabe0Jmo6i32Ngs/NAdd70ORiz9urIALsPKlncAeRKyhp+NeDAUjyCIbKsSZ3EdH8 piMP73c8WtUzw== 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 , Olliver Schinagl , Priit Laes Subject: [PATCH v7 3/5] dt-bindings: List devicetree binding for the CCU of Allwinner A10 Date: Wed, 23 Aug 2017 20:23:31 +0300 Message-Id: <8164ec90ec4949801522a1b6b3fe57efe9feb60e.1503507503.git-series.plaes@plaes.org> X-Mailer: git-send-email 2.13.5 In-Reply-To: References: In-Reply-To: References: Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Allwinner A10 is now driven by sunxi-ng CCU driver. Add devicetree binding for it. Acked-by: Rob Herring Reviewed-by: Chen-Yu Tsai Signed-off-by: Priit Laes --- 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 2712891..7eda08e 100644 --- a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt +++ b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt @@ -3,6 +3,7 @@ Allwinner Clock Control Unit Binding Required properties : - compatible: must contain one of the following compatibles: + - "allwinner,sun4i-a10-ccu" - "allwinner,sun5i-a10s-ccu" - "allwinner,sun5i-a13-ccu" - "allwinner,sun6i-a31-ccu"