diff options
author | Lukasz Majewski <lukma@denx.de> | 2018-05-15 16:26:34 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-05-18 08:27:26 +0200 |
commit | 9a84116b3139fcae7d4646b9d389b8982b2d43b7 (patch) | |
tree | 948d35efd074153d3893b88b9a8118c613afeca1 | |
parent | 07dc39ae02f956e949170270526f652689c18712 (diff) | |
download | u-boot-9a84116b3139fcae7d4646b9d389b8982b2d43b7.zip u-boot-9a84116b3139fcae7d4646b9d389b8982b2d43b7.tar.gz u-boot-9a84116b3139fcae7d4646b9d389b8982b2d43b7.tar.bz2 |
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>
-rw-r--r-- | include/fsl_pmic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsl_pmic.h b/include/fsl_pmic.h index fc9e315..132db81 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 |