treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / mips / include / asm / sibyte / sentosa.h
bloba27cda344e67008417e745f4593e0b125b0fb573
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Copyright (C) 2000, 2001 Broadcom Corporation
4 */
5 #ifndef __ASM_SIBYTE_SENTOSA_H
6 #define __ASM_SIBYTE_SENTOSA_H
8 #include <asm/sibyte/sb1250.h>
9 #include <asm/sibyte/sb1250_int.h>
11 #ifdef CONFIG_SIBYTE_SENTOSA
12 #define SIBYTE_BOARD_NAME "BCM91250E (Sentosa)"
13 #endif
14 #ifdef CONFIG_SIBYTE_RHONE
15 #define SIBYTE_BOARD_NAME "BCM91125E (Rhone)"
16 #endif
18 /* Generic bus chip selects */
19 #ifdef CONFIG_SIBYTE_RHONE
20 #define LEDS_CS 6
21 #define LEDS_PHYS 0x1d0a0000
22 #endif
24 /* GPIOs */
25 #define K_GPIO_DBG_LED 0
27 #endif /* __ASM_SIBYTE_SENTOSA_H */