public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] ARM: mach-davinci DA850: removed un-existing pll1_sysclk4-7 clock domains
@ 2012-01-16  6:46 Bas van den Berg
  2012-01-19 20:23 ` Nori, Sekhar
  0 siblings, 1 reply; 2+ messages in thread
From: Bas van den Berg @ 2012-01-16  6:46 UTC (permalink / raw)
  To: linux-arm-kernel

DA850: sysclk4-7 only exist for pll0. for pll1 sysclk1-3 exist.

Signed-off-by: Bas van den Berg <b.van.den.berg.nl@gmail.com>
---
 arch/arm/mach-davinci/da850.c |   32 --------------------------------
 1 files changed, 0 insertions(+), 32 deletions(-)

diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c
index 0ed7fdb..992c4c4 100644
--- a/arch/arm/mach-davinci/da850.c
+++ b/arch/arm/mach-davinci/da850.c
@@ -153,34 +153,6 @@ static struct clk pll1_sysclk3 = {
 	.div_reg	= PLLDIV3,
 };
 
-static struct clk pll1_sysclk4 = {
-	.name		= "pll1_sysclk4",
-	.parent		= &pll1_clk,
-	.flags		= CLK_PLL,
-	.div_reg	= PLLDIV4,
-};
-
-static struct clk pll1_sysclk5 = {
-	.name		= "pll1_sysclk5",
-	.parent		= &pll1_clk,
-	.flags		= CLK_PLL,
-	.div_reg	= PLLDIV5,
-};
-
-static struct clk pll1_sysclk6 = {
-	.name		= "pll0_sysclk6",
-	.parent		= &pll0_clk,
-	.flags		= CLK_PLL,
-	.div_reg	= PLLDIV6,
-};
-
-static struct clk pll1_sysclk7 = {
-	.name		= "pll1_sysclk7",
-	.parent		= &pll1_clk,
-	.flags		= CLK_PLL,
-	.div_reg	= PLLDIV7,
-};
-
 static struct clk i2c0_clk = {
 	.name		= "i2c0",
 	.parent		= &pll0_aux_clk,
@@ -397,10 +369,6 @@ static struct clk_lookup da850_clks[] = {
 	CLK(NULL,		"pll1_aux",	&pll1_aux_clk),
 	CLK(NULL,		"pll1_sysclk2",	&pll1_sysclk2),
 	CLK(NULL,		"pll1_sysclk3",	&pll1_sysclk3),
-	CLK(NULL,		"pll1_sysclk4",	&pll1_sysclk4),
-	CLK(NULL,		"pll1_sysclk5",	&pll1_sysclk5),
-	CLK(NULL,		"pll1_sysclk6",	&pll1_sysclk6),
-	CLK(NULL,		"pll1_sysclk7",	&pll1_sysclk7),
 	CLK("i2c_davinci.1",	NULL,		&i2c0_clk),
 	CLK(NULL,		"timer0",	&timerp64_0_clk),
 	CLK("watchdog",		NULL,		&timerp64_1_clk),
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: mach-davinci DA850: removed un-existing pll1_sysclk4-7 clock domains
  2012-01-16  6:46 [PATCH] ARM: mach-davinci DA850: removed un-existing pll1_sysclk4-7 clock domains Bas van den Berg
@ 2012-01-19 20:23 ` Nori, Sekhar
  0 siblings, 0 replies; 2+ messages in thread
From: Nori, Sekhar @ 2012-01-19 20:23 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Bas van den,

On Mon, Jan 16, 2012 at 12:16:02, Bas van den Berg wrote:
> DA850: sysclk4-7 only exist for pll0. for pll1 sysclk1-3 exist.
> 
> Signed-off-by: Bas van den Berg <b.van.den.berg.nl@gmail.com>

Applied, thanks.

Please note that there is no need to add "mach-" in front of
davinci in subject line. It helps to keep the subject lines
consistent.

While committing, I changed the subject to:

"ARM: davinci: DA850: remove non-existing pll1_sysclk4-7 clocks"

Please take care next time on.

Thanks,
Sekhar

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-19 20:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-16  6:46 [PATCH] ARM: mach-davinci DA850: removed un-existing pll1_sysclk4-7 clock domains Bas van den Berg
2012-01-19 20:23 ` Nori, Sekhar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox