2011-02-28 23:20:07

by Maurus Cuelenaere

[permalink] [raw]
Subject: [PATCH] MIPS: Jz4740: Add HAVE_CLK

Jz4740 supports the clock framework but doesn't have HAVE_CLK defined, so define
it!

Signed-off-by: Maurus Cuelenaere <[email protected]>
---
arch/mips/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index f5ecc05..6199128 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -208,6 +208,7 @@ config MACH_JZ4740
select ARCH_REQUIRE_GPIOLIB
select SYS_HAS_EARLY_PRINTK
select HAVE_PWM
+ select HAVE_CLK

config LASAT
bool "LASAT Networks platforms"
--
1.7.4


2011-03-01 09:16:32

by Lars-Peter Clausen

[permalink] [raw]
Subject: Re: [PATCH] MIPS: Jz4740: Add HAVE_CLK

On 03/01/2011 12:20 AM, Maurus Cuelenaere wrote:
> Jz4740 supports the clock framework but doesn't have HAVE_CLK defined, so define
> it!
>
> Signed-off-by: Maurus Cuelenaere <[email protected]>

Acked-by: Lars-Peter Clausen <[email protected]>

> ---
> arch/mips/Kconfig | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
> index f5ecc05..6199128 100644
> --- a/arch/mips/Kconfig
> +++ b/arch/mips/Kconfig
> @@ -208,6 +208,7 @@ config MACH_JZ4740
> select ARCH_REQUIRE_GPIOLIB
> select SYS_HAS_EARLY_PRINTK
> select HAVE_PWM
> + select HAVE_CLK
>
> config LASAT
> bool "LASAT Networks platforms"

2011-03-04 15:49:41

by Ralf Baechle

[permalink] [raw]
Subject: Re: [PATCH] MIPS: Jz4740: Add HAVE_CLK

On Tue, Mar 01, 2011 at 10:17:56AM +0100, Lars-Peter Clausen wrote:

> On 03/01/2011 12:20 AM, Maurus Cuelenaere wrote:
> > Jz4740 supports the clock framework but doesn't have HAVE_CLK defined, so define
> > it!
> >
> > Signed-off-by: Maurus Cuelenaere <[email protected]>
>
> Acked-by: Lars-Peter Clausen <[email protected]>

Thanks folks. Applied,

Ralf