[PATCH] MIPS: Alchemy: add au1210 to cpu type detector.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: Manuel Lauss <manuel.lauss@xxxxxxxxx>
---
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



[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux