From 6c2303c6419943e7c81f8ec385c60050a090c7ac Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 6 Sep 2018 18:02:17 +0200 Subject: scfw: add additional controls for pmic i2c access Signed-off-by: Max Krummenacher --- arch/arm/include/asm/imx-common/sci/types.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 */ -- cgit v1.2.3