aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake/include/soc/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/jasperlake/include/soc/gpio.h')
-rw-r--r--src/soc/intel/jasperlake/include/soc/gpio.h24
1 files changed, 7 insertions, 17 deletions
diff --git a/src/soc/intel/jasperlake/include/soc/gpio.h b/src/soc/intel/jasperlake/include/soc/gpio.h
index fb3f42fd67..b24b467939 100644
--- a/src/soc/intel/jasperlake/include/soc/gpio.h
+++ b/src/soc/intel/jasperlake/include/soc/gpio.h
@@ -12,27 +12,17 @@
* GNU General Public License for more details.
*/
-#ifndef _SOC_TIGERLAKE_GPIO_H_
-#define _SOC_TIGERLAKE_GPIO_H_
+#ifndef _SOC_JASPERLAKE_GPIO_H_
+#define _SOC_JASPERLAKE_GPIO_H_
#include <soc/gpio_defs.h>
#include <intelblocks/gpio.h>
-#if CONFIG(SOC_INTEL_TIGERLAKE_COPY)
- #define CROS_GPIO_NAME "INT34C5"
- #define CROS_GPIO_COMM0_NAME "INT34C5:00"
- #define CROS_GPIO_COMM1_NAME "INT34C5:01"
- #define CROS_GPIO_COMM4_NAME "INT34C5:02"
- #define CROS_GPIO_COMM5_NAME "INT34C5:03"
-
-#elif CONFIG(SOC_INTEL_JASPERLAKE_COPY)
-
- #define CROS_GPIO_NAME "INT34C8"
- #define CROS_GPIO_COMM0_NAME "INT34C8:00"
- #define CROS_GPIO_COMM1_NAME "INT34C8:01"
- #define CROS_GPIO_COMM4_NAME "INT34C8:02"
- #define CROS_GPIO_COMM5_NAME "INT34C8:03"
-#endif
+#define CROS_GPIO_NAME "INT34C8"
+#define CROS_GPIO_COMM0_NAME "INT34C8:00"
+#define CROS_GPIO_COMM1_NAME "INT34C8:01"
+#define CROS_GPIO_COMM4_NAME "INT34C8:02"
+#define CROS_GPIO_COMM5_NAME "INT34C8:03"
#endif