From f432dfdaeb80ecb2a78805422baef64493f63060 Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Tue, 1 Sep 2015 01:16:28 +0800 Subject: MLK-11461 imx: imx6ul: enable LDO bypass for 9x9 EVK board i.MX6UL-9x9-EVK board has PFUZE3000, so enable LDO bypass support for this board. Signed-off-by: Anson Huang --- include/power/pfuze300_pmic.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/power/pfuze300_pmic.h') diff --git a/include/power/pfuze300_pmic.h b/include/power/pfuze300_pmic.h index c7ec5ce..827576e 100644 --- a/include/power/pfuze300_pmic.h +++ b/include/power/pfuze300_pmic.h @@ -73,6 +73,8 @@ enum { PMIC_NUM_OF_REGS = 0x7F, }; +#define PFUZE300_SW1AB_SETP(x) ((x - 700) / 25) + int power_pfuze300_init(unsigned char bus); #endif -- cgit v1.1