mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 19:04:38 +00:00
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>
This commit is contained in:
parent
07dc39ae02
commit
9a84116b31
1 changed files with 1 additions and 0 deletions
|
@ -156,4 +156,5 @@ enum {
|
||||||
#define SW_MODE_PWMPFM 0x0d
|
#define SW_MODE_PWMPFM 0x0d
|
||||||
#define SW_MODE_PFMPFM 0x0f
|
#define SW_MODE_PFMPFM 0x0f
|
||||||
|
|
||||||
|
#define MC34708_TRANSFER_SIZE 3
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue