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>2020-03-05 19:22:16 +0100
commit8c41b2fafeabdd351e457a31d7252c5b73b34101 (patch)
tree6a6f8ab4035e5ad60b7835e9e3bec52bfbc87423 /arch
parentf9b0065bd02c7f49898c70370353d666eeaaa69f (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 3cfefde362..98647a858b 100644
--- a/arch/arm/include/asm/mach-imx/sci/types.h
+++ b/arch/arm/include/asm/mach-imx/sci/types.h
@@ -805,7 +805,9 @@
#define SC_C_SYNC_CTRL 55U
#define SC_C_OFS_AUDIO_ALT 56U
#define SC_C_DSP_BYP 57U
-#define SC_C_LAST 58U
+#define SC_C_PMIC_I2C 58U
+#define SC_C_PMIC_I2C_READ_REG 59U
+#define SC_C_LAST 60U
#define SC_P_ALL ((sc_pad_t) UINT16_MAX) /*!< All pads */