diff mbox series

[1/1] cpufreq: ap806: fix cpufreq driver needs ap cpu clk

Message ID 20200618072936.n4yifupski3wnjka@SvensMacbookPro.hq.voleatech.com (mailing list archive)
State New, archived
Headers show
Series [1/1] cpufreq: ap806: fix cpufreq driver needs ap cpu clk | expand

Commit Message

Sven Auhagen June 18, 2020, 7:29 a.m. UTC
The Armada 8K cpufreq driver needs the Armada AP CPU CLK
to work. This dependency is currently not satisfied and
the ARMADA_AP_CPU_CLK can not be selected independently.

Add the AP CPU CLK to the mvebu platform the same way the
Armada 37XX CLK driver is enabled on the platform.

Signed-off-by: Sven Auhagen <sven.auhagen@voleatech.de>
---
 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

--
2.20.1


Beste Grüße/Best regards

Sven Auhagen
Dipl. Math. oec., M.Sc.
Voleatech GmbH
HRB: B 754643
USTID: DE303643180
Grathwohlstr. 5
72762 Reutlingen
Tel: +49 7121539550
Fax: +49 71215395599
E-Mail: sven.auhagen@voleatech.de
www.voleatech.de<https://www.voleatech.de>
Diese Information ist ausschließlich für den Adressaten bestimmt und kann vertraulich oder gesetzlich geschützte Informationen enthalten. Wenn Sie nicht der bestimmungsgemäße Adressat sind, unterrichten Sie bitte den Absender und vernichten Sie diese Mail. Anderen als dem bestimmungsgemäßen Adressaten ist es untersagt, diese E-Mail zu lesen, zu speichern, weiterzuleiten oder ihren Inhalt auf welche Weise auch immer zu verwenden. Für den Adressaten sind die Informationen in dieser Mail nur zum persönlichen Gebrauch. Eine Weiterleitung darf nur nach Rücksprache mit dem Absender erfolgen. Wir verwenden aktuelle Virenschutzprogramme. Für Schäden, die dem Empfänger gleichwohl durch von uns zugesandte mit Viren befallene E-Mails entstehen, schließen wir jede Haftung aus.

Comments

Viresh Kumar June 18, 2020, 7:56 a.m. UTC | #1
On 18-06-20, 09:29, Sven Auhagen wrote:
> The Armada 8K cpufreq driver needs the Armada AP CPU CLK
> to work. This dependency is currently not satisfied and
> the ARMADA_AP_CPU_CLK can not be selected independently.
> 
> Add the AP CPU CLK to the mvebu platform the same way the
> Armada 37XX CLK driver is enabled on the platform.
> 
> Signed-off-by: Sven Auhagen <sven.auhagen@voleatech.de>
> ---
>  arch/arm64/Kconfig.platforms | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 8dd05b2a925c..efb5355c9eea 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -146,6 +146,7 @@ config ARCH_MVEBU
>         bool "Marvell EBU SoC Family"
>         select ARMADA_AP806_SYSCON
>         select ARMADA_CP110_SYSCON
> +       select ARMADA_AP_CPU_CLK
>         select ARMADA_37XX_CLK
>         select GPIOLIB
>         select GPIOLIB_IRQCHIP

Please take this through the arch tree.
Andrew Lunn June 18, 2020, 1:07 p.m. UTC | #2
On Thu, Jun 18, 2020 at 09:29:36AM +0200, Sven Auhagen wrote:

> Diese Information ist ausschließlich für den Adressaten bestimmt und
> kann vertraulich oder gesetzlich geschützte Informationen
> enthalten. Wenn Sie nicht der bestimmungsgemäße Adressat sind,
> unterrichten Sie bitte den Absender und vernichten Sie diese
> Mail.

Hi Sven

As requested, i just destroyed this email.

For patches, you should be use git send-email, which probably avoids
this problem.

    Andrew
Sven Auhagen June 18, 2020, 2:16 p.m. UTC | #3
On Thu, Jun 18, 2020 at 03:07:39PM +0200, Andrew Lunn wrote:
> On Thu, Jun 18, 2020 at 09:29:36AM +0200, Sven Auhagen wrote:
> 
> > Diese Information ist ausschließlich für den Adressaten bestimmt und
> > kann vertraulich oder gesetzlich geschützte Informationen
> > enthalten. Wenn Sie nicht der bestimmungsgemäße Adressat sind,
> > unterrichten Sie bitte den Absender und vernichten Sie diese
> > Mail.
> 
> Hi Sven
> 
> As requested, i just destroyed this email.
> 
> For patches, you should be use git send-email, which probably avoids
> this problem.
> 
>     Andrew

Hi Andrew,

sorry about that.
It was added by our company mail server.
I thought I had an exception in place for the mailinglist.

I requested the excption and I will resend it tomorrow when
it is active.

Best
Sven
diff mbox series

Patch

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 8dd05b2a925c..efb5355c9eea 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -146,6 +146,7 @@  config ARCH_MVEBU
        bool "Marvell EBU SoC Family"
        select ARMADA_AP806_SYSCON
        select ARMADA_CP110_SYSCON
+       select ARMADA_AP_CPU_CLK
        select ARMADA_37XX_CLK
        select GPIOLIB
        select GPIOLIB_IRQCHIP