* [PATCH] ARM: mach-mxs: readd just removed select CLKSRC_OF
@ 2014-04-15 7:20 Lauri Hintsala
2014-04-16 8:34 ` Shawn Guo
0 siblings, 1 reply; 3+ messages in thread
From: Lauri Hintsala @ 2014-04-15 7:20 UTC (permalink / raw)
To: linux-arm-kernel
MXS based apx4devkit doesn't boot with latest Linux v3.15-rc1
because commit ddb902cc34593ecb88c368f6e15db3cf829c56fe removed
"select CLKSRC_OF" from the machine config.
CC: linux-arm-kernel at lists.infradead.org
CC: Rob Herring <robh@kernel.org>
CC: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Lauri Hintsala <lauri.hintsala@bluegiga.com>
---
I think commit ddb902cc34593ecb88c368f6e15db3cf829c56fe might break
also other armv4/5 based boards which are using CLKSRC_OF. There is
already patch for MOXA ART SoCs: https://lkml.org/lkml/2014/4/11/308
arch/arm/mach-mxs/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig
index 8479413..b3eb28c 100644
--- a/arch/arm/mach-mxs/Kconfig
+++ b/arch/arm/mach-mxs/Kconfig
@@ -17,6 +17,7 @@ config ARCH_MXS
depends on ARCH_MULTI_V5
select ARCH_REQUIRE_GPIOLIB
select CLKSRC_MMIO
+ select CLKSRC_OF
select PINCTRL
select SOC_BUS
select SOC_IMX23
--
1.8.3.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM: mach-mxs: readd just removed select CLKSRC_OF
2014-04-15 7:20 [PATCH] ARM: mach-mxs: readd just removed select CLKSRC_OF Lauri Hintsala
@ 2014-04-16 8:34 ` Shawn Guo
2014-04-16 13:44 ` Rob Herring
0 siblings, 1 reply; 3+ messages in thread
From: Shawn Guo @ 2014-04-16 8:34 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Apr 15, 2014 at 10:20:39AM +0300, Lauri Hintsala wrote:
> MXS based apx4devkit doesn't boot with latest Linux v3.15-rc1
> because commit ddb902cc34593ecb88c368f6e15db3cf829c56fe removed
> "select CLKSRC_OF" from the machine config.
>
> CC: linux-arm-kernel at lists.infradead.org
> CC: Rob Herring <robh@kernel.org>
> CC: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Hi, arm-soc folks,
I just sent a batch of fixes for 3.15 off my hand to you guys. Can you
please apply this fix directly on arm-soc for 3.15? Thanks.
Shawn
> Signed-off-by: Lauri Hintsala <lauri.hintsala@bluegiga.com>
> ---
> I think commit ddb902cc34593ecb88c368f6e15db3cf829c56fe might break
> also other armv4/5 based boards which are using CLKSRC_OF. There is
> already patch for MOXA ART SoCs: https://lkml.org/lkml/2014/4/11/308
>
> arch/arm/mach-mxs/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig
> index 8479413..b3eb28c 100644
> --- a/arch/arm/mach-mxs/Kconfig
> +++ b/arch/arm/mach-mxs/Kconfig
> @@ -17,6 +17,7 @@ config ARCH_MXS
> depends on ARCH_MULTI_V5
> select ARCH_REQUIRE_GPIOLIB
> select CLKSRC_MMIO
> + select CLKSRC_OF
> select PINCTRL
> select SOC_BUS
> select SOC_IMX23
> --
> 1.8.3.2
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ARM: mach-mxs: readd just removed select CLKSRC_OF
2014-04-16 8:34 ` Shawn Guo
@ 2014-04-16 13:44 ` Rob Herring
0 siblings, 0 replies; 3+ messages in thread
From: Rob Herring @ 2014-04-16 13:44 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Apr 16, 2014 at 3:34 AM, Shawn Guo <shawn.guo@linaro.org> wrote:
> On Tue, Apr 15, 2014 at 10:20:39AM +0300, Lauri Hintsala wrote:
>> MXS based apx4devkit doesn't boot with latest Linux v3.15-rc1
>> because commit ddb902cc34593ecb88c368f6e15db3cf829c56fe removed
>> "select CLKSRC_OF" from the machine config.
>>
>> CC: linux-arm-kernel at lists.infradead.org
>> CC: Rob Herring <robh@kernel.org>
>> CC: Shawn Guo <shawn.guo@linaro.org>
>
> Acked-by: Shawn Guo <shawn.guo@linaro.org>
>
> Hi, arm-soc folks,
>
> I just sent a batch of fixes for 3.15 off my hand to you guys. Can you
> please apply this fix directly on arm-soc for 3.15? Thanks.
NAK. This needs to be fixed on for all multi-platform and I just sent
a patch doing that.
Rob
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-04-16 13:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-15 7:20 [PATCH] ARM: mach-mxs: readd just removed select CLKSRC_OF Lauri Hintsala
2014-04-16 8:34 ` Shawn Guo
2014-04-16 13:44 ` Rob Herring
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).