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-11-29 11:19:06 +0100
commit7e0886f0a114bf3e81294a5b392855548a3081e8 (patch)
tree40b66fa8ccff93a093699c76b59ccdd5f2640dd5
parent6efbcb8cd6740e60fc53f9033d60cc27f62b3c74 (diff)
scfw: add additional controls for pmic i2c access
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 6c2303c6419943e7c81f8ec385c60050a090c7ac)
-rwxr-xr-xarch/arm/include/asm/mach-imx/sci/types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/include/asm/mach-imx/sci/types.h b/arch/arm/include/asm/mach-imx/sci/types.h
index a25f4fa860..f530acb8f0 100755
--- a/arch/arm/include/asm/mach-imx/sci/types.h
+++ b/arch/arm/include/asm/mach-imx/sci/types.h
@@ -763,7 +763,9 @@
#define SC_C_RST0 43U
#define SC_C_RST1 44U
#define SC_C_SEL0 45U
-#define SC_C_LAST 46U
+#define SC_C_PMIC_I2C 46U
+#define SC_C_PMIC_I2C_READ_REG 47U
+#define SC_C_LAST 48U
#define SC_P_ALL ((sc_pad_t) UINT16_MAX) /*!< All pads */