From: Roger Quadros <rogerq@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org, Chris Lalancette <clalancette@gmail.com>
Subject: Re: [PATCH] OMAP4: Adding ID for OMAP4460 ES1.1
Date: Thu, 19 Apr 2012 10:23:25 +0300 [thread overview]
Message-ID: <4F8FBD6D.1040400@ti.com> (raw)
In-Reply-To: <20120418165008.GI21106@atomide.com>
Hi,
On 04/18/2012 07:50 PM, Tony Lindgren wrote:
> Hi,
>
> * Roger Quadros <rogerq@ti.com> [120403 02:50]:
>> Hi Tony,
>>
>> Could you please take this patch for the next merge? Thanks.
>
> Yes, it seems that this is not needed as a fix for the -rc cycle?
Right, it is not needed for this -rc cycle.
>
> If it's needed as a fix, please let me know and also describe
> what breaks.
It does not fix anything but is just for the sake of correctness.
regards,
-roger
>
>> On 04/02/2012 11:59 AM, Roger Quadros wrote:
>>> From: Chris Lalancette <clalancette@gmail.com>
>>>
>>> Signed-off-by: Chris Lalancette <clalancette@gmail.com>
>>> Signed-off-by: Roger Quadros <rogerq@ti.com>
>>> ---
>>> arch/arm/mach-omap2/id.c | 5 ++++-
>>> arch/arm/plat-omap/include/plat/cpu.h | 1 +
>>> 2 files changed, 5 insertions(+), 1 deletions(-)
>>>
>>> diff --git a/arch/arm/mach-omap2/id.c b/arch/arm/mach-omap2/id.c
>>> index 0e79b7b..f139817 100644
>>> --- a/arch/arm/mach-omap2/id.c
>>> +++ b/arch/arm/mach-omap2/id.c
>>> @@ -478,9 +478,12 @@ void __init omap4xxx_check_revision(void)
>>> case 0xb94e:
>>> switch (rev) {
>>> case 0:
>>> - default:
>>> omap_revision = OMAP4460_REV_ES1_0;
>>> break;
>>> + case 2:
>>> + default:
>>> + omap_revision = OMAP4460_REV_ES1_1;
>>> + break;
>>> }
>>> break;
>>> case 0xb975:
>>> diff --git a/arch/arm/plat-omap/include/plat/cpu.h b/arch/arm/plat-omap/include/plat/cpu.h
>>> index dc6a86b..4bdf14e 100644
>>> --- a/arch/arm/plat-omap/include/plat/cpu.h
>>> +++ b/arch/arm/plat-omap/include/plat/cpu.h
>>> @@ -445,6 +445,7 @@ IS_OMAP_TYPE(3517, 0x3517)
>>>
>>> #define OMAP446X_CLASS 0x44600044
>>> #define OMAP4460_REV_ES1_0 (OMAP446X_CLASS | (0x10 << 8))
>>> +#define OMAP4460_REV_ES1_1 (OMAP446X_CLASS | (0x11 << 8))
>>>
>>> #define OMAP447X_CLASS 0x44700044
>>> #define OMAP4470_REV_ES1_0 (OMAP447X_CLASS | (0x10 << 8))
>>
next prev parent reply other threads:[~2012-04-19 7:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-02 8:59 [PATCH] OMAP4: Adding ID for OMAP4460 ES1.1 Roger Quadros
2012-04-03 9:47 ` Roger Quadros
2012-04-18 16:50 ` Tony Lindgren
2012-04-19 7:23 ` Roger Quadros [this message]
2012-05-08 21:50 ` Tony Lindgren
2012-05-15 11:34 ` Ryazantsev, Volodymyr
2012-05-25 9:42 ` Tony Lindgren
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=4F8FBD6D.1040400@ti.com \
--to=rogerq@ti.com \
--cc=clalancette@gmail.com \
--cc=linux-omap@vger.kernel.org \
--cc=tony@atomide.com \
/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.