summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-09-06 18:02:17 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2018-10-31 11:17:36 +0100
commit6c2303c6419943e7c81f8ec385c60050a090c7ac (patch)
tree8523bee75a471e229e8b2c06c824d0b7cdc36ad1
parent60843b36a6141e5324bd3c1526c5d58d472189db (diff)
scfw: add additional controls for pmic i2c access
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-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 */