From: marek.vasut@gmail.com (Marek Vasut)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: pxa: Properly configure PWM period for palm27x
Date: Tue, 1 Feb 2011 19:18:45 +0100 [thread overview]
Message-ID: <201102011918.45662.marek.vasut@gmail.com> (raw)
In-Reply-To: <1296511613-24406-1-git-send-email-marek.vasut@gmail.com>
On Monday 31 January 2011 23:06:53 Marek Vasut wrote:
> Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
> ---
> arch/arm/mach-pxa/palm27x.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-pxa/palm27x.c b/arch/arm/mach-pxa/palm27x.c
> index 7d1434a..4c9a938 100644
> --- a/arch/arm/mach-pxa/palm27x.c
> +++ b/arch/arm/mach-pxa/palm27x.c
> @@ -322,7 +322,7 @@ static struct platform_pwm_backlight_data
> palm27x_backlight_data = { .pwm_id = 0,
> .max_brightness = 0xfe,
> .dft_brightness = 0x7e,
> - .pwm_period_ns = 3500,
> + .pwm_period_ns = 3500 * 1024,
> .init = palm27x_backlight_init,
> .notify = palm27x_backlight_notify,
> .exit = palm27x_backlight_exit,
CC linux-arm-kernel, I mistyped, sorry
next parent reply other threads:[~2011-02-01 18:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1296511613-24406-1-git-send-email-marek.vasut@gmail.com>
2011-02-01 18:18 ` Marek Vasut [this message]
2011-02-09 15:07 ` [PATCH] ARM: pxa: Properly configure PWM period for palm27x Eric Miao
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=201102011918.45662.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 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.