projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07dc39a
)
pmic: fsl: Define number of bytes sent at once by MC34708 PMIC
author
Lukasz Majewski
<lukma@denx.de>
Tue, 15 May 2018 14:26:34 +0000
(16:26 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Fri, 18 May 2018 06:27:26 +0000
(08:27 +0200)
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>
include/fsl_pmic.h
patch
|
blob
|
history
diff --git
a/include/fsl_pmic.h
b/include/fsl_pmic.h
index fc9e3152a990982cebeaa5033975e2d010446911..132db817577ff83e96469cbe668ceb0440944c96 100644
(file)
--- 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