From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: clk-imx31: Fix the keypad clock name
Date: Fri, 27 Jul 2012 10:27:08 +0200 [thread overview]
Message-ID: <20120727082708.GZ30009@pengutronix.de> (raw)
In-Reply-To: <1343329733-14720-1-git-send-email-fabio.estevam@freescale.com>
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 |
next prev parent reply other threads:[~2012-07-27 8:27 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-26 19:08 [PATCH] ARM: clk-imx31: Fix the keypad clock name Fabio Estevam
2012-07-27 8:27 ` Sascha Hauer [this message]
2012-07-27 10:03 ` Fabio Estevam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120727082708.GZ30009@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).