From patchwork Fri Jul 14 14:49:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Priit Laes X-Patchwork-Id: 788570 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 3x8Fyd28Vzz9s74 for ; Sat, 15 Jul 2017 00:52:09 +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="UUFY1VeZ"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754403AbdGNOvz (ORCPT ); Fri, 14 Jul 2017 10:51:55 -0400 Received: from plaes.org ([188.166.43.21]:34171 "EHLO plaes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754477AbdGNOvC (ORCPT ); Fri, 14 Jul 2017 10:51:02 -0400 Received: from localhost (85.253.161.114.cable.starman.ee [85.253.161.114]) by plaes.org (Postfix) with ESMTPSA id 7E0A841F22; Fri, 14 Jul 2017 14:51:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=plaes.org; s=mail; t=1500043863; bh=DXiEQT/7FSPei2v1RjQkwuVLoU5dNzIVzkcJ8eKujsM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:In-Reply-To: References:From; b=UUFY1VeZ/uyg1QO6JTB73YHEXt4/LGxFLjek3Xm7S8AZpt7UNiE1rQ1cWpGxrYOiS ifl6wxk/HbWQ0PcIk48z6soN2xwnGaIcOBBbx8CTC+P4Y1peJy0Id3i9n/gI5jYPP5 qR5KNzKGYdIKsrMqGwV8yEoPADXadTm7dpfxuiqz+W2HMLTPW+1RDGZGBdRDUA17us r24FboiloF+FatIMMQ5cts4ebkl+Xff8V/FPnlKdR6hsz60lUFMz3A+cQEdv6aLsKH nASvDfs7xdaEf6Azdh5S+aZog1PBIsaW4ZJgSw9UMjIY1h1TgDK2T+qyXDzI8z7y6h /+s2h6SvvP6Kw== 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 3/6] dt-bindings: List devicetree binding for the CCU of Allwinner A20 Date: Fri, 14 Jul 2017 17:49:25 +0300 Message-Id: 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 A20 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 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"