From: Lukasz Majewski <lukma@denx.de>
Date: Tue, 15 May 2018 14:26:34 +0000 (+0200)
Subject: pmic: fsl: Define number of bytes sent at once by MC34708 PMIC
X-Git-Tag: v2025.01-rc5-pxa1908~4283^2~10
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/kyber.dk/phpMyBuilder/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=9a84116b3139fcae7d4646b9d389b8982b2d43b7;p=u-boot.git

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>
---

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