summaryrefslogtreecommitdiff
path: root/chip/ish/registers.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/registers.h')
-rw-r--r--chip/ish/registers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chip/ish/registers.h b/chip/ish/registers.h
index 466a657089..74306e9159 100644
--- a/chip/ish/registers.h
+++ b/chip/ish/registers.h
@@ -11,6 +11,9 @@
#ifndef __ASSEMBLER__
#include "common.h"
+/* ISH GPIO has only one port */
+#define DUMMY_GPIO_BANK 0
+
/*
* ISH3.0 has 3 controllers. Locking must occur by-controller (not by-port).
*/
@@ -20,6 +23,7 @@ enum ish_i2c_port {
ISH_I2C2 = 2, /* Controller 2 */
I2C_PORT_COUNT,
};
+
#endif
#define ISH_I2C_PORT_COUNT I2C_PORT_COUNT