From: marek.vasut@gmail.com (Marek Vasut)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] pxa/z2: Register WM8750
Date: Fri, 28 May 2010 04:46:20 +0200 [thread overview]
Message-ID: <201005280446.20900.marek.vasut@gmail.com> (raw)
In-Reply-To: <1275014733-21588-2-git-send-email-marek.vasut@gmail.com>
Dne P? 28. kv?tna 2010 04:45:33 Marek Vasut napsal(a):
> This patch registers the WM8750 codec on a proper place on the ZipitZ2
> machine after the WM8750 driver was converted to new API.
>
> Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
> ---
> arch/arm/mach-pxa/z2.c | 5 ++++-
> 1 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-pxa/z2.c b/arch/arm/mach-pxa/z2.c
> index 194865e..4cba5b6 100644
> --- a/arch/arm/mach-pxa/z2.c
> +++ b/arch/arm/mach-pxa/z2.c
> @@ -479,7 +479,10 @@ static struct i2c_board_info __initdata
> z2_i2c_board_info[] = { {
> I2C_BOARD_INFO("aer915", 0x55),
> .platform_data = &batt_chip_info,
> - }
> + }, {
> + I2C_BOARD_INFO("wm8750", 0x1b),
> + },
> +
> };
>
> static void __init z2_i2c_init(void)
Sorry, the previously sent patch had a typo here. Please test the SPITZ before
commiting. Thanks!
next prev parent reply other threads:[~2010-05-28 2:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-28 2:45 [PATCH 1/2] pxa/spitz: Correctly register WM8750 Marek Vasut
2010-05-28 2:45 ` [PATCH 2/2] pxa/z2: Register WM8750 Marek Vasut
2010-05-28 2:46 ` Marek Vasut [this message]
2010-05-28 13:33 ` [PATCH 1/2] pxa/spitz: Correctly register WM8750 Pavel Machek
2010-05-28 14:17 ` Eric Miao
2010-05-28 19:28 ` Marek Vasut
2010-05-31 11:02 ` Mark Brown
-- strict thread matches above, loose matches on Subject: below --
2010-05-28 2:42 Register WM8750 Marek Vasut
2010-05-28 2:43 ` [PATCH 2/2] pxa/z2: " Marek Vasut
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=201005280446.20900.marek.vasut@gmail.com \
--to=marek.vasut@gmail.com \
--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).