From: Tony Lindgren <tony@atomide.com>
To: "Zavala Trujillo, Diego" <diegozt@ti.com>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Subject: Re: [Patch] OMAP: ARM: Fix Comp for LDP on DeviceType
Date: Mon, 6 Oct 2008 11:51:07 +0300 [thread overview]
Message-ID: <20081006085105.GK14042@atomide.com> (raw)
In-Reply-To: <13B9B4C6EF24D648824FF11BE896716203657CAE29@dlee02.ent.ti.com>
* Zavala Trujillo, Diego <diegozt@ti.com> [080920 10:11]:
>
>
> Regards,
> Fix the compilation for the 3430LDP.
> Replace omap_device_type for omap_type.
Thanks, looks like I've already pushed a similar patch from Felipe.
Tony
> ---
> arch/arm/mach-omap2/board-ldp.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
> mode change 100644 => 100755 arch/arm/mach-omap2/board-ldp.c
>
> diff --git a/arch/arm/mach-omap2/board-ldp.c b/arch/arm/mach-omap2/board-ldp.c
> old mode 100644
> new mode 100755
> index 9263be9..02359d5
> --- a/arch/arm/mach-omap2/board-ldp.c
> +++ b/arch/arm/mach-omap2/board-ldp.c
> @@ -54,7 +54,7 @@ static int __init msecure_init(void)
>
> #ifdef CONFIG_RTC_DRV_TWL4030
> /* 3430ES2.0 doesn't have msecure/gpio-22 line connected to T2 */
> - if (omap_device_type() == OMAP2_DEVICE_TYPE_GP &&
> + if (omap_type() == OMAP2_DEVICE_TYPE_GP &&
> system_rev < OMAP3430_REV_ES2_0) {
> u32 msecure_pad_config_reg = omap_ctrl_base_get() + 0xA3C;
> int mux_mask = 0x04;
> --
> 1.5.6.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2008-10-06 8:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-20 7:11 [Patch] OMAP: ARM: Fix Comp for LDP on DeviceType Zavala Trujillo, Diego
2008-10-06 8:51 ` Tony Lindgren [this message]
2008-10-09 13:58 ` Zavala Trujillo, Diego
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=20081006085105.GK14042@atomide.com \
--to=tony@atomide.com \
--cc=diegozt@ti.com \
--cc=linux-omap@vger.kernel.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.