All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: clk-imx31: Fix the keypad clock name
@ 2012-07-26 19:08 Fabio Estevam
  2012-07-27  8:27 ` Sascha Hauer
  0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2012-07-26 19:08 UTC (permalink / raw)
  To: linux-arm-kernel

Fix the keypad clock name, in order to fix the following error:

imx-keypad imx-keypad: failed to get keypad clock
imx-keypad: probe of imx-keypad failed with error -2

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/arm/mach-imx/clk-imx31.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-imx/clk-imx31.c b/arch/arm/mach-imx/clk-imx31.c
index 8e19e70..1253af2 100644
--- a/arch/arm/mach-imx/clk-imx31.c
+++ b/arch/arm/mach-imx/clk-imx31.c
@@ -130,7 +130,7 @@ int __init mx31_clocks_init(unsigned long fref)
 	clk_register_clkdev(clk[nfc], NULL, "mxc_nand.0");
 	clk_register_clkdev(clk[ipu_gate], NULL, "ipu-core");
 	clk_register_clkdev(clk[ipu_gate], NULL, "mx3_sdc_fb");
-	clk_register_clkdev(clk[kpp_gate], "kpp", NULL);
+	clk_register_clkdev(clk[kpp_gate], NULL, "imx-keypad");
 	clk_register_clkdev(clk[usb_div_post], "per", "mxc-ehci.0");
 	clk_register_clkdev(clk[usb_gate], "ahb", "mxc-ehci.0");
 	clk_register_clkdev(clk[ipg], "ipg", "mxc-ehci.0");
-- 
1.7.1

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

* [PATCH] ARM: clk-imx31: Fix the keypad clock name
  2012-07-26 19:08 [PATCH] ARM: clk-imx31: Fix the keypad clock name Fabio Estevam
@ 2012-07-27  8:27 ` Sascha Hauer
  2012-07-27 10:03   ` Fabio Estevam
  0 siblings, 1 reply; 3+ messages in thread
From: Sascha Hauer @ 2012-07-27  8:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jul 26, 2012 at 04:08:53PM -0300, Fabio Estevam wrote:
> Fix the keypad clock name, in order to fix the following error:
> 
> imx-keypad imx-keypad: failed to get keypad clock
> imx-keypad: probe of imx-keypad failed with error -2

Looks like stable material, right?

Sascha

> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  arch/arm/mach-imx/clk-imx31.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-imx/clk-imx31.c b/arch/arm/mach-imx/clk-imx31.c
> index 8e19e70..1253af2 100644
> --- a/arch/arm/mach-imx/clk-imx31.c
> +++ b/arch/arm/mach-imx/clk-imx31.c
> @@ -130,7 +130,7 @@ int __init mx31_clocks_init(unsigned long fref)
>  	clk_register_clkdev(clk[nfc], NULL, "mxc_nand.0");
>  	clk_register_clkdev(clk[ipu_gate], NULL, "ipu-core");
>  	clk_register_clkdev(clk[ipu_gate], NULL, "mx3_sdc_fb");
> -	clk_register_clkdev(clk[kpp_gate], "kpp", NULL);
> +	clk_register_clkdev(clk[kpp_gate], NULL, "imx-keypad");
>  	clk_register_clkdev(clk[usb_div_post], "per", "mxc-ehci.0");
>  	clk_register_clkdev(clk[usb_gate], "ahb", "mxc-ehci.0");
>  	clk_register_clkdev(clk[ipg], "ipg", "mxc-ehci.0");
> -- 
> 1.7.1
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

* [PATCH] ARM: clk-imx31: Fix the keypad clock name
  2012-07-27  8:27 ` Sascha Hauer
@ 2012-07-27 10:03   ` Fabio Estevam
  0 siblings, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2012-07-27 10:03 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jul 27, 2012 at 5:27 AM, Sascha Hauer <s.hauer@pengutronix.de> wrote:

> Looks like stable material, right?

Yes, I think it can go to stable.

Thanks,

Fabio Estevam

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

end of thread, other threads:[~2012-07-27 10:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-26 19:08 [PATCH] ARM: clk-imx31: Fix the keypad clock name Fabio Estevam
2012-07-27  8:27 ` Sascha Hauer
2012-07-27 10:03   ` Fabio Estevam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.