diff options
author | Thomas Bogendoerfer <tbogendoerfer@suse.de> | 2020-01-24 14:16:08 +0100 |
---|---|---|
committer | Paul Burton <paulburton@kernel.org> | 2020-01-24 20:37:45 +0100 |
commit | 2c4288719806ca0b3de1b742ada26b25a60d6a45 (patch) | |
tree | 44e87d3a84f5074ea4238c1fe3613c1e77d3ae0c /arch/mips/include | |
parent | MIPS: Loongson64: Disable exec hazard (diff) | |
download | linux-2c4288719806ca0b3de1b742ada26b25a60d6a45.tar.xz linux-2c4288719806ca0b3de1b742ada26b25a60d6a45.zip |
MIPS: PCI: Add detection of IOC3 on IO7, IO8, IO9 and Fuel
Add detection for IOC3 chips in IP35 machines.
Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
Signed-off-by: Paul Burton <paulburton@kernel.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: linux-mips@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/sn/ioc3.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/include/asm/sn/ioc3.h b/arch/mips/include/asm/sn/ioc3.h index 3865d3225780..2c09c17cadcd 100644 --- a/arch/mips/include/asm/sn/ioc3.h +++ b/arch/mips/include/asm/sn/ioc3.h @@ -598,5 +598,9 @@ struct ioc3_etxd { #define IOC3_SUBSYS_IP30_SYSBOARD 0xc304 #define IOC3_SUBSYS_MENET 0xc305 #define IOC3_SUBSYS_MENET4 0xc306 +#define IOC3_SUBSYS_IO7 0xc307 +#define IOC3_SUBSYS_IO8 0xc308 +#define IOC3_SUBSYS_IO9 0xc309 +#define IOC3_SUBSYS_IP34_SYSBOARD 0xc30A #endif /* MIPS_SN_IOC3_H */ |