From patchwork Sun May 10 06:46:20 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: vishnupatekar X-Patchwork-Id: 6370941 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id F1AB39F32B for ; Sun, 10 May 2015 06:51:03 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 232472024F for ; Sun, 10 May 2015 06:51:03 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4B0C320204 for ; Sun, 10 May 2015 06:51:02 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YrL1x-0001uY-15; Sun, 10 May 2015 06:48:05 +0000 Received: from mail-pa0-x22c.google.com ([2607:f8b0:400e:c03::22c]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YrL1p-0001mN-Ef for linux-arm-kernel@lists.infradead.org; Sun, 10 May 2015 06:47:58 +0000 Received: by pabsx10 with SMTP id sx10so84248644pab.3 for ; Sat, 09 May 2015 23:47:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=yK4imsSSbt0N2/LHExLqrn17bhoyKF51dgdMay8g9oE=; b=VcgJq4QAR3Ss1Ebefn4jQd6o7R3+DvpxIjzm7p/o3C6TF6x/Wf3X7Ahf5/az1HpBh5 iRvWGT/uqmUvRzUw+weWZgY3gAzOYf03t3J5oWo/dVeBw2E8l3VPR5krT3F9oi2VHXYP 796Qdv7fTKK2pkkVJQi3Lg8qeJiBSlOMOdNffOus0oLS8tlfzCZMBGOeNmmXI3cntBvI 79ET/NxFa4swndvVgjjmBuggaQHzUPlJlu4rcD+43m09p78JANcfqG1ayAju6Z4tklPF WkR4qaTg6NynrjS6gvKWOSHfIuUz7J7wqAia5BL/cpdlw7MdEEK5881qPg8ZH3uv2zqk GXiw== X-Received: by 10.66.192.1 with SMTP id hc1mr9586797pac.38.1431240456238; Sat, 09 May 2015 23:47:36 -0700 (PDT) Received: from localhost.localdomain ([1.187.131.149]) by mx.google.com with ESMTPSA id qy7sm9531527pbb.12.2015.05.09.23.47.26 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 09 May 2015 23:47:35 -0700 (PDT) From: Vishnu Patekar To: maxime.ripard@free-electrons.com, emilio@elopez.com.ar, linus.walleij@linaro.org, robh+dt@kernel.org Subject: [PATCH 3/6] clk: sunxi: Add A33 clock for compilation Date: Sun, 10 May 2015 12:16:20 +0530 Message-Id: <1431240383-12763-4-git-send-email-vishnupatekar0510@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1431240383-12763-1-git-send-email-vishnupatekar0510@gmail.com> References: <1431240383-12763-1-git-send-email-vishnupatekar0510@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150509_234757_604829_9D7CDE37 X-CRM114-Status: UNSURE ( 8.90 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.6 (/) Cc: devicetree@vger.kernel.org, Vishnu Patekar , arnd@arndb.de, linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, hdegoede@redhat.com, wens@csie.org, jenskuske@gmail.com, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP A33 clock control unit is similar to A23. A33 specific clocks are not yet implemented, added CLK_OF_DECLARE to get it compiled for A33. Signed-off-by: VishnuPatekar --- drivers/clk/sunxi/clk-sunxi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/sunxi/clk-sunxi.c b/drivers/clk/sunxi/clk-sunxi.c index 7e1e2bd..6d25e4e 100644 --- a/drivers/clk/sunxi/clk-sunxi.c +++ b/drivers/clk/sunxi/clk-sunxi.c @@ -1389,6 +1389,7 @@ static void __init sun6i_init_clocks(struct device_node *node) CLK_OF_DECLARE(sun6i_a31_clk_init, "allwinner,sun6i-a31", sun6i_init_clocks); CLK_OF_DECLARE(sun6i_a31s_clk_init, "allwinner,sun6i-a31s", sun6i_init_clocks); CLK_OF_DECLARE(sun8i_a23_clk_init, "allwinner,sun8i-a23", sun6i_init_clocks); +CLK_OF_DECLARE(sun8i_a33_clk_init, "allwinner,sun8i-a33", sun6i_init_clocks); static void __init sun9i_init_clocks(struct device_node *node) {