On Tue, Mar 01, 2016 at 08:48:11AM +0800, Binbin Zhou wrote: > Added basic platform devices for Loongson 1A, including serial port, > ethernet, AHCI, USB, RTC, SPI and so on. > > Most of the devices are shared with Loongson 1B, like serial port, > ethernet, USB and so on. > Specially, something like AHCI is only used in Loonson 1A. ^^^^^^^ Loongson. > Signed-off-by: Chunbo Cui <cuicb@xxxxxxxxxx> > Signed-off-by: Binbin Zhou <zhoubb@xxxxxxxxxx> > Signed-off-by: Huacai Chen <chenhc@xxxxxxxxxx> > --- > arch/mips/include/asm/mach-loongson32/irq.h | 1 + > arch/mips/include/asm/mach-loongson32/loongson1.h | 167 +++++++++++-- > arch/mips/include/asm/mach-loongson32/platform.h | 11 + > arch/mips/loongson32/common/platform.c | 290 +++++++++++++++++++++- > 4 files changed, 441 insertions(+), 28 deletions(-) How about switching the platform to DT? Ralf