summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/include/asm/imx-common/sci/types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/include/asm/imx-common/sci/types.h b/arch/arm/include/asm/imx-common/sci/types.h
index 635f01d057..9f75e73d20 100644
--- a/arch/arm/include/asm/imx-common/sci/types.h
+++ b/arch/arm/include/asm/imx-common/sci/types.h
@@ -773,7 +773,9 @@
#define SC_C_IPG_STOP 52U
#define SC_C_IPG_STOP_MODE 53U
#define SC_C_IPG_STOP_ACK 54U
-#define SC_C_LAST 55U
+#define SC_C_PMIC_I2C 55U
+#define SC_C_PMIC_I2C_READ_REG 56U
+#define SC_C_LAST 57U
#define SC_P_ALL ((sc_pad_t) UINT16_MAX) /*!< All pads */