]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
MIPS: Add support for the IMG Pistachio SoC
authorAndrew Bresticker <abrestic@chromium.org>
Mon, 16 Mar 2015 21:43:10 +0000 (14:43 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 31 Mar 2015 10:04:12 +0000 (12:04 +0200)
commit6a438309a5fe00480fe4c68fbad402617ac05813
treead02f7e0644dd2f41c18599865e491b3e409f30a
parente14ba3cdd6dddb004def9811ee057576e53ca9a0
MIPS: Add support for the IMG Pistachio SoC

Add initial support for boards based on the Imagination Pistachio SoC.
Pistachio is based on a dual-core MIPS interAptiv CPU and will boot
using device-tree.

Signed-off-by: James Hartley <james.hartley@imgtec.com>
Signed-off-by: Andrew Bresticker <abrestic@chromium.org>
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: Ezequiel Garcia <ezequiel.garcia@imgtec.com>
Cc: James Hogan <james.hogan@imgtec.com>
Patchwork: https://patchwork.linux-mips.org/patch/9569/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Kbuild.platforms
arch/mips/Kconfig
arch/mips/include/asm/mach-pistachio/gpio.h [new file with mode: 0644]
arch/mips/include/asm/mach-pistachio/irq.h [new file with mode: 0644]
arch/mips/pistachio/Makefile [new file with mode: 0644]
arch/mips/pistachio/Platform [new file with mode: 0644]
arch/mips/pistachio/init.c [new file with mode: 0644]
arch/mips/pistachio/irq.c [new file with mode: 0644]
arch/mips/pistachio/time.c [new file with mode: 0644]