Re: [PATCH 7/7] arm: amlogic: select meson8b clk driver
From: Michael Turquette <mturquette@baylibre.com>
Date: 2016-07-06 00:54:40
Also in:
linux-amlogic
Hi Alex, Quoting Alexander M=C3=BCller (2016-07-05 10:56:31)
Select the Amlogic clk code for meson SoCs and the more specific meson8b =
clk
driver for Amlogic meson8b. =
Signed-off-by: Alexander M=C3=BCller <redacted>
This patch isn't necessary as an alternative is already queued. See: https://git.kernel.org/cgit/linux/kernel/git/mturquette/linux.git/commit/?h= =3Dgxbb-dt-clk&id=3Dbae5d70ba6f8726ea6306aa07b7d2eb4357d3c81 However, if you're basing on top of clk-next (or clk-s905) then you won't see the three patches linked above because they are queued through Kevin & Carlo via the amlogic tree. Regards, Mike
--- arch/arm/mach-meson/Kconfig | 2 ++ 1 file changed, 2 insertions(+) =
quoted hunk ↗ jump to hunk
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 =
quoted hunk ↗ jump to hunk
@@ -24,5 +25,6 @@ config MACH_MESON8B bool "Amlogic Meson8b SoCs support" default ARCH_MESON select MESON6_TIMER + select COMMON_CLK_MESON8B =
endif -- =
2.5.0 =20