From patchwork Sun Mar 26 17:20:20 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Priit Laes X-Patchwork-Id: 743564 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3vrmRr6DDLz9s7Z for ; Mon, 27 Mar 2017 05:50:00 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=plaes.org header.i=@plaes.org header.b="Gf+PO02m"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751654AbdCZRWW (ORCPT ); Sun, 26 Mar 2017 13:22:22 -0400 Received: from plaes.org ([188.166.43.21]:35635 "EHLO plaes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751891AbdCZRVC (ORCPT ); Sun, 26 Mar 2017 13:21:02 -0400 Received: from localhost (82.131.31.173.cable.starman.ee [82.131.31.173]) by plaes.org (Postfix) with ESMTPSA id A4664448DF; Sun, 26 Mar 2017 17:20:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=plaes.org; s=mail; t=1490548839; bh=0FJDgTRTLBG+uUTIft/OqInYpzKADxMqKbz3KX7gFZk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:In-Reply-To: References:From; b=Gf+PO02mGykAG5P4U3gPbMksoZhi8snlHAh3B1J5pnCo6VXuaalFedPxTR5I0hcEw wpkABm3WbwLUMS57LZBlP4Qebm8OaD5PpytGjrGNeh1X22rVcqp4GbXYjV8JsGtHDB 74umvKYV2hW1S8ZKLMDjzg3GMCypz+JBjc6K2nf1PQYr0Zi5xfBa9A0TwHVzKkoHNj q7cj11ioIvdVQS3rfN138MxpD28WpkhFXyqCVYGn2RAe0F/j9NQ6FfhMMdrzESIn6N S42gS8Ww3tDaLH1nSw08+puVL7hdquVv6qzpP7gMzHzmKgb8rGQPCcs+zd3t4RYGkz PR7sGUQSBkWaQ== From: Priit Laes To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org Cc: linux-sunxi@googlegroups.com, Icenowy Zheng , Russell King , Chen-Yu Tsai , Maxime Ripard , Mark Rutland , Rob Herring , Stephen Boyd , Michael Turquette , Philipp Zabel , Priit Laes Subject: [PATCH v2 5/6] dt-bindings: List devicetree binding for the CCU of Allwinner A10 Date: Sun, 26 Mar 2017 20:20:20 +0300 Message-Id: <28a3c670575f368a2bd9a67b451f0f45c474dc7b.1490545262.git-series.plaes@plaes.org> X-Mailer: git-send-email 2.9.3 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. Signed-off-by: Priit Laes Acked-by: Rob Herring --- 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 de90988..db49cbc 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,sun6i-a31-ccu" - "allwinner,sun7i-a20-ccu" - "allwinner,sun8i-a23-ccu"