[U-Boot] [PATCH 2/5] pmic: fsl: Define number of bytes sent at once by MC34708 PMIC
Lukasz Majewski
lukma at denx.de
Thu Apr 26 12:19:05 UTC 2018
This patch adds definition of the number of bytes sent at once by the
MC34708 PMIC.
Signed-off-by: Lukasz Majewski <lukma at denx.de>
---
include/fsl_pmic.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/fsl_pmic.h b/include/fsl_pmic.h
index f2fe187769..ff598e7e16 100644
--- a/include/fsl_pmic.h
+++ b/include/fsl_pmic.h
@@ -157,4 +157,5 @@ enum {
#define SW_MODE_PWMPFM 0x0d
#define SW_MODE_PFMPFM 0x0f
+#define MC34708_TRANSFER_SIZE 3
#endif
--
2.11.0
More information about the U-Boot
mailing list