diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2019-01-17 15:33:27 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2019-01-23 18:27:26 +0100 |
commit | 055125171a39aecd5814bfb0c39233699338b647 (patch) | |
tree | 06765f28812d64027f730c7661f3b888052b1fa1 /arch/mips/mach-mscc/include/mach/common.h | |
parent | 177c07f8293f510eaa3d802eae58c7ed0d664337 (diff) |
MSCC: Add support for Servalt SoC family.
As Ocelot, Luton and Jaguar2, this family of SoCs are found
in Microsemi Switches solution.
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Diffstat (limited to 'arch/mips/mach-mscc/include/mach/common.h')
-rw-r--r-- | arch/mips/mach-mscc/include/mach/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/mach-mscc/include/mach/common.h b/arch/mips/mach-mscc/include/mach/common.h index b9e09396a4..97b3f82444 100644 --- a/arch/mips/mach-mscc/include/mach/common.h +++ b/arch/mips/mach-mscc/include/mach/common.h @@ -21,6 +21,11 @@ #include <mach/jr2/jr2_devcpu_gcb.h> #include <mach/jr2/jr2_devcpu_gcb_miim_regs.h> #include <mach/jr2/jr2_icpu_cfg.h> +#elif defined(CONFIG_SOC_SERVALT) +#include <mach/servalt/servalt.h> +#include <mach/servalt/servalt_devcpu_gcb.h> +#include <mach/servalt/servalt_devcpu_gcb_miim_regs.h> +#include <mach/servalt/servalt_icpu_cfg.h> #else #error Unsupported platform #endif |