summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-09-06 18:02:17 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-01-30 18:05:16 +0100
commitfbf7d8bebef3a4a8cb394e02082c49bd63076bfe (patch)
tree8d5d71f464dae7ee49893e76b32f54a0f8759b10 /arch
parent39b091c95fde5c35f2b36e745d1270f0ad6e7f99 (diff)
scfw: add additional controls for pmic i2c access
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 6c2303c6419943e7c81f8ec385c60050a090c7ac) (cherry picked from commit 7e0886f0a114bf3e81294a5b392855548a3081e8) Conflicts: arch/arm/include/asm/mach-imx/sci/types.h
Diffstat (limited to 'arch')
-rw-r--r--arch/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 c9e91fa9df..0af297fe57 100644
--- a/arch/arm/include/asm/mach-imx/sci/types.h
+++ b/arch/arm/include/asm/mach-imx/sci/types.h
@@ -791,7 +791,9 @@
#define SC_C_IPG_STOP_MODE 53U
#define SC_C_IPG_STOP_ACK 54U
#define SC_C_SYNC_CTRL 55U
-#define SC_C_LAST 56U
+#define SC_C_PMIC_I2C 56U
+#define SC_C_PMIC_I2C_READ_REG 57U
+#define SC_C_LAST 58U
#define SC_P_ALL ((sc_pad_t) UINT16_MAX) /*!< All pads */