From patchwork Fri Jul 14 14:49:26 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Priit Laes X-Patchwork-Id: 788569 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 3x8Fxd4cJ3z9s74 for ; Sat, 15 Jul 2017 00:51:17 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=plaes.org header.i=@plaes.org header.b="A3TxVvZz"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754540AbdGNOvG (ORCPT ); Fri, 14 Jul 2017 10:51:06 -0400 Received: from plaes.org ([188.166.43.21]:34187 "EHLO plaes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754480AbdGNOvD (ORCPT ); Fri, 14 Jul 2017 10:51:03 -0400 Received: from localhost (85.253.161.114.cable.starman.ee [85.253.161.114]) by plaes.org (Postfix) with ESMTPSA id 2DD8141F2A; Fri, 14 Jul 2017 14:51:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=plaes.org; s=mail; t=1500043864; bh=SX7DRqVcBO3j1Gv5OgLeVlASgFVc9ghTDTiNHTqelFU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:In-Reply-To: References:From; b=A3TxVvZz1hZakKFbYAYGQEpYyNotb0/aY3WPXl6bL9o3ReyASHQBXoj858LZDPEun fRIq7SJDUhH7k2jrmRc/Wv1I7BhSdFSbPSH/loLCvSIiFPpgL3B1QecHrgQpNmuaBl 3gClbvLxqSmx4cWdKLX9pOD8u7kA/titCj9KK7m7gnlxQKHNkksjcX9IhhRomodB/p TZvZcK4USqlHqAJIB+1eHY+sGP2Utcx1kN31Ay6LJBhduj4XPyOr58jRxNin/id4SU 3P96cNiWwl+0HaQHG5gDoCmG5Qu3MRUKO64d/wMbcrLxK6J5CZJW1thq83hlLeMz9/ j+SSZvpVqSlTg== 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 v6 4/6] dt-bindings: List devicetree binding for the CCU of Allwinner A10 Date: Fri, 14 Jul 2017 17:49:26 +0300 Message-Id: <4f4fe9818784e72de423a34c6e40344153c46eb9.1500043741.git-series.plaes@plaes.org> X-Mailer: git-send-email 2.13.0 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 81d0fa4..429168d 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"