* [PATCH] clk: davinci: fix a typo (which leads to build failures)
@ 2018-06-25 17:25 Bartosz Golaszewski
2018-06-25 23:18 ` David Lechner
0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2018-06-25 17:25 UTC (permalink / raw)
To: David Lechner, Sekhar Nori, Michael Turquette, Stephen Boyd,
Kevin Hilman
Cc: linux-clk, linux-kernel, Bartosz Golaszewski, stable
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
This should have been DM365, not DM356.
Fixes: 4eff0bebf4ed5 ("clk: davinci: Fix link errors when not all SoCs are enabled")
Cc: stable@vger.kernel.org
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
drivers/clk/davinci/psc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/davinci/psc.h b/drivers/clk/davinci/psc.h
index 6a42529d31a9..cc5614567a70 100644
--- a/drivers/clk/davinci/psc.h
+++ b/drivers/clk/davinci/psc.h
@@ -107,7 +107,7 @@ extern const struct davinci_psc_init_data of_da850_psc1_init_data;
#ifdef CONFIG_ARCH_DAVINCI_DM355
extern const struct davinci_psc_init_data dm355_psc_init_data;
#endif
-#ifdef CONFIG_ARCH_DAVINCI_DM356
+#ifdef CONFIG_ARCH_DAVINCI_DM365
extern const struct davinci_psc_init_data dm365_psc_init_data;
#endif
#ifdef CONFIG_ARCH_DAVINCI_DM644x
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] clk: davinci: fix a typo (which leads to build failures)
2018-06-25 17:25 [PATCH] clk: davinci: fix a typo (which leads to build failures) Bartosz Golaszewski
@ 2018-06-25 23:18 ` David Lechner
0 siblings, 0 replies; 2+ messages in thread
From: David Lechner @ 2018-06-25 23:18 UTC (permalink / raw)
To: Bartosz Golaszewski, Sekhar Nori, Michael Turquette, Stephen Boyd,
Kevin Hilman
Cc: linux-clk, linux-kernel, Bartosz Golaszewski, stable
On 06/25/2018 12:25 PM, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
>
> This should have been DM365, not DM356.
>
> Fixes: 4eff0bebf4ed5 ("clk: davinci: Fix link errors when not all SoCs are enabled")
> Cc: stable@vger.kernel.org
> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> ---
> drivers/clk/davinci/psc.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/davinci/psc.h b/drivers/clk/davinci/psc.h
> index 6a42529d31a9..cc5614567a70 100644
> --- a/drivers/clk/davinci/psc.h
> +++ b/drivers/clk/davinci/psc.h
> @@ -107,7 +107,7 @@ extern const struct davinci_psc_init_data of_da850_psc1_init_data;
> #ifdef CONFIG_ARCH_DAVINCI_DM355
> extern const struct davinci_psc_init_data dm355_psc_init_data;
> #endif
> -#ifdef CONFIG_ARCH_DAVINCI_DM356
> +#ifdef CONFIG_ARCH_DAVINCI_DM365
> extern const struct davinci_psc_init_data dm365_psc_init_data;
> #endif
> #ifdef CONFIG_ARCH_DAVINCI_DM644x
>
Applied to https://github.com/dlech/linux/tree/clk-davinci-fixes
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-06-25 23:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-25 17:25 [PATCH] clk: davinci: fix a typo (which leads to build failures) Bartosz Golaszewski
2018-06-25 23:18 ` David Lechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox