linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MIPS: Alchemy: add au1210 to cpu type detector.
@ 2009-11-24 16:31 Manuel Lauss
  2009-11-24 17:04 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Manuel Lauss @ 2009-11-24 16:31 UTC (permalink / raw)
  To: Linux-MIPS; +Cc: Manuel Lauss

Au1210 is an au1200 with slightly crippled media engine and a
different PRId.

Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
---
Ralf please fold this one into "MIPS: Alchemy: Simple cpu subtype detector"
if its not too much trouble. Thanks!

 arch/mips/include/asm/mach-au1x00/au1000.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/mips/include/asm/mach-au1x00/au1000.h b/arch/mips/include/asm/mach-au1x00/au1000.h
index e049d15..088c8e0 100644
--- a/arch/mips/include/asm/mach-au1x00/au1000.h
+++ b/arch/mips/include/asm/mach-au1x00/au1000.h
@@ -153,6 +153,7 @@ static inline int alchemy_get_cputype(void)
 		return ALCHEMY_CPU_AU1550;
 		break;
 	case 0x04030000:
+	case 0x05030000:
 		return ALCHEMY_CPU_AU1200;
 		break;
 	}
-- 
1.6.5.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: Alchemy: add au1210 to cpu type detector.
  2009-11-24 16:31 [PATCH] MIPS: Alchemy: add au1210 to cpu type detector Manuel Lauss
@ 2009-11-24 17:04 ` Ralf Baechle
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2009-11-24 17:04 UTC (permalink / raw)
  To: Manuel Lauss; +Cc: Linux-MIPS, Manuel Lauss

On Tue, Nov 24, 2009 at 05:31:09PM +0100, Manuel Lauss wrote:

> Au1210 is an au1200 with slightly crippled media engine and a
> different PRId.
> 
> Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
> ---
> Ralf please fold this one into "MIPS: Alchemy: Simple cpu subtype detector"
> if its not too much trouble. Thanks!

Folding is not much trouble as long as it doesn't cause conflicts with
patches higher in the patch stack.

Done & thanks,

  Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-24 17:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-24 16:31 [PATCH] MIPS: Alchemy: add au1210 to cpu type detector Manuel Lauss
2009-11-24 17:04 ` Ralf Baechle

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).