Introduce HiFi E.T. MA8/MA8C ports.

HiFi E.T. MA8 is almost the same as MA9 except
another DAC(pcm1792 in ma8, df1704 in ma9).

MA8 has ILI9342 lcd, MA8C has ILI9342C lcd.

Change-Id: If2ac04f5a3382590b2a392c46286559f54b2ed6a
This commit is contained in:
Andrew Ryabinin 2013-06-02 23:03:26 +04:00
parent a170c99170
commit 3a97e12fc5
12 changed files with 645 additions and 7 deletions

View file

@ -132,7 +132,7 @@ static inline bool card_detect_target(void)
return !(GPIO_PCDR & 0x80);
#elif defined(HM60X) || defined(HM801)
return !(GPIO_PFDR & (1<<2));
#elif defined(MA9) || defined(MA9C)
#elif defined(MA9) || defined(MA9C) || defined(MA8) || defined(MA8C)
return (GPIO_PCDR & 0x80);
#else
#error "Unknown target"