From: mturquette@baylibre.com (Michael Turquette)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v2 2/3] arm64: amlogic: select gxbb clk driver
Date: Wed, 22 Jun 2016 19:12:22 -0700 [thread overview]
Message-ID: <1466647943-23193-3-git-send-email-mturquette@baylibre.com> (raw)
In-Reply-To: <1466647943-23193-1-git-send-email-mturquette@baylibre.com>
The AmLogic clock controller code is used by both arm and arm64
architectures. Explicitly select the core code for all Meson (arm64)
builds, and also select the GXBB driver, since that's the way arm64 does
things.
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
---
No changes in v2
arch/arm64/Kconfig.platforms | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 26c56177382c..fd7d9b51afb4 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -68,6 +68,8 @@ config ARCH_MESON
bool "Amlogic Platforms"
select PINCTRL
select PINCTRL_MESON
+ select COMMON_CLK_AMLOGIC
+ select COMMON_CLK_GXBB
help
This enables support for the Amlogic S905 SoCs.
--
2.1.4
next prev parent reply other threads:[~2016-06-23 2:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-23 2:12 [PATCH v2 0/3] arm64: amlogic: support gxbb clock controller Michael Turquette
2016-06-23 2:12 ` [PATCH v2 1/3] arm: meson: explicitly select clk drivers Michael Turquette
2016-06-23 2:12 ` Michael Turquette [this message]
2016-06-23 2:12 ` [PATCH v2 3/3] arm64: dts: gxbb clock controller Michael Turquette
2016-06-23 23:05 ` [PATCH v2 0/3] arm64: amlogic: support " Kevin Hilman
2016-06-24 4:40 ` Michael Turquette
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1466647943-23193-3-git-send-email-mturquette@baylibre.com \
--to=mturquette@baylibre.com \
--cc=linus-amlogic@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).