From patchwork Tue Jul 4 20:04:59 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Priit Laes X-Patchwork-Id: 784284 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 3x2FR32Zkpz9s7f for ; Wed, 5 Jul 2017 06:07:27 +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="Zu3+rcC9"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752573AbdGDUG4 (ORCPT ); Tue, 4 Jul 2017 16:06:56 -0400 Received: from plaes.org ([188.166.43.21]:40220 "EHLO plaes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752285AbdGDUGA (ORCPT ); Tue, 4 Jul 2017 16:06:00 -0400 Received: from localhost (85.253.161.114.cable.starman.ee [85.253.161.114]) by plaes.org (Postfix) with ESMTPSA id B8BE74145F; 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=qDFixwABwf2lq004bHasqlWEWV/8450ayX5bMKUxwGs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:In-Reply-To: References:From; b=Zu3+rcC9XJn4wp2HIKHJ1aZhUVbvo4ZNmiSf4GuHOXRSoqJuWmgFtAGc7OKKNV3MG 9gJDxEeAlmhKTA2yBLt1MooXHyvJFUUhbytHtnuDi8RuDscvGms5J3+RZ2rThZgXag HBU328ISXaEPZadq+76Edr2UMRrAElSOrBZ9jaLaLzlI8dUW9Z2mhJ5rlR5cHkoInq nlESnYzYuPvaKNcdv6O4pW6SW+SeK/u9YtYBLpf7/5JDfX8UddhYp5eNTg//Lc4o5n 0rSHKTEeka9+ZAWkpRCqs76pvM821InRyput/WHuTtQ4QOg8+b6RuOZuGM+g7X+Q0J ceCgZp7iN7zUQ== 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 4/6] dt-bindings: List devicetree binding for the CCU of Allwinner A10 Date: Tue, 4 Jul 2017 23:04:59 +0300 Message-Id: <0f68552ad8214115634d649ed34ea450461f9b5d.1499197129.git-series.plaes@plaes.org> X-Mailer: git-send-email 2.9.4 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 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 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"