summaryrefslogtreecommitdiff
path: root/include/fsl_pmic.h
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2018-05-15 16:26:34 +0200
committerStefano Babic <sbabic@denx.de>2018-05-18 08:27:26 +0200
commit9a84116b3139fcae7d4646b9d389b8982b2d43b7 (patch)
tree948d35efd074153d3893b88b9a8118c613afeca1 /include/fsl_pmic.h
parent07dc39ae02f956e949170270526f652689c18712 (diff)
pmic: fsl: Define number of bytes sent at once by MC34708 PMIC
This patch adds definition of the number of bytes sent at once by the MC34708 PMIC. Signed-off-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/fsl_pmic.h')
-rw-r--r--include/fsl_pmic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsl_pmic.h b/include/fsl_pmic.h
index fc9e3152a9..132db81757 100644
--- a/include/fsl_pmic.h
+++ b/include/fsl_pmic.h
@@ -156,4 +156,5 @@ enum {
#define SW_MODE_PWMPFM 0x0d
#define SW_MODE_PFMPFM 0x0f
+#define MC34708_TRANSFER_SIZE 3
#endif