From patchwork Tue Jul 5 17:56:31 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Alexander_M=C3=BCller?= X-Patchwork-Id: 9215043 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 7D7926048B for ; Tue, 5 Jul 2016 17:57:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 72E6127F9C for ; Tue, 5 Jul 2016 17:57:08 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 67C0327FA2; Tue, 5 Jul 2016 17:57:08 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 29EA927F9C for ; Tue, 5 Jul 2016 17:57:08 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bKUao-0000YL-61; Tue, 05 Jul 2016 17:57:06 +0000 Received: from mail-wm0-x241.google.com ([2a00:1450:400c:c09::241]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bKUal-0000QJ-GQ for linux-amlogic@lists.infradead.org; Tue, 05 Jul 2016 17:57:04 +0000 Received: by mail-wm0-x241.google.com with SMTP id a66so30384799wme.2 for ; Tue, 05 Jul 2016 10:56:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=rQb1cZf1NO4NYcWtB2fsEzAU2C1Oo0deKyLBq4vcTwg=; b=0zcxFXrw6xQYQ+PuI6dCr4WkyXeeQnLhfdhyzTmmKWwSjShWJN6blIBoAmrd6uGdDO RkynhVfjDMNgYxrzReiKYk2SINnuAlmrgXLGYpxHy4oLlkyXuPp5/O3l6bh+9qgoFbMY 7rAguvatyGqsFV1nzSaLhedATlZidfeOhiM72N+otF0WAROGKoSWD3U0p82/dV1dMkfO lWHiTuxVGp+ylivMoZirOksr8Yres4UeCuTo5erj0SOhyoHI/NuISs7gzMwp1QAfPMoc BFO3NGrsqVoJ8qBsCKHgKckLp3+R2LcaK7ZDmrHjnB65NabnPqNZhicZrj2EfLvebsCD 7nKw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=rQb1cZf1NO4NYcWtB2fsEzAU2C1Oo0deKyLBq4vcTwg=; b=JguFEGxi+yUo36Vi9nUEtBtwS9wP7HdM5l+bo5FVowWQC54W7zNxUth4tfc/9A6KjW LnR7xNHInzthll8CijyBixi19zXOWjKbqJxtIKKF9EoKEhcWwOmuUU9PYYiEBN+BYg4g n+9CDKksSnpMkqiMpyuNys/Sm/t32NHFqIrk+OQMwMKc6/UmO1cjFXuN0PNrVKzuO8Vr ye4hvKg+dqKIc3G/0eS1aFgY4QL/E1nN2O2GFI0xvwSdcpPSMIQ5kmS/qd3aUujEfElr 6STESNIrv4JnmcNSstWkRJO6V+AcHZDI/fOGhQK5LyMuUn9Trqw0taE1O23ONpLPeoBQ Tq3w== X-Gm-Message-State: ALyK8tKAfYSxR0VBZx1JUl83GgKCYFKzN7XezQYxBoW+qSnPfLccHNyq+mEZIQzJDIoxuw== X-Received: by 10.28.210.83 with SMTP id j80mr17706288wmg.54.1467741404003; Tue, 05 Jul 2016 10:56:44 -0700 (PDT) Received: from ubuntu.fritz.box (p4FFB95B0.dip0.t-ipconnect.de. [79.251.149.176]) by smtp.gmail.com with ESMTPSA id km8sm4086264wjc.43.2016.07.05.10.56.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 05 Jul 2016 10:56:43 -0700 (PDT) From: =?UTF-8?q?Alexander=20M=C3=BCller?= To: mturquette@baylibre.com, linux-clk@vger.kernel.org, linux-amlogic@lists.infradead.org Subject: [PATCH 7/7] arm: amlogic: select meson8b clk driver Date: Tue, 5 Jul 2016 19:56:31 +0200 Message-Id: <1467741391-60534-8-git-send-email-serveralex@gmail.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1467741391-60534-1-git-send-email-serveralex@gmail.com> References: <1467741391-60534-1-git-send-email-serveralex@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160705_105703_797378_D0B36370 X-CRM114-Status: UNSURE ( 8.57 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+patchwork-linux-amlogic=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Select the Amlogic clk code for meson SoCs and the more specific meson8b clk driver for Amlogic meson8b. Signed-off-by: Alexander Müller --- arch/arm/mach-meson/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig index 31bdd91..b3add39 100644 --- a/arch/arm/mach-meson/Kconfig +++ b/arch/arm/mach-meson/Kconfig @@ -7,6 +7,7 @@ menuconfig ARCH_MESON select CACHE_L2X0 select PINCTRL select PINCTRL_MESON + select COMMON_CLK_AMLOGIC if ARCH_MESON @@ -24,5 +25,6 @@ config MACH_MESON8B bool "Amlogic Meson8b SoCs support" default ARCH_MESON select MESON6_TIMER + select COMMON_CLK_MESON8B endif