From 1d0d25704345aee118a57f9d1e4d71aa21f56e35 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Thu, 19 Sep 2024 12:01:37 +0800 Subject: imx93_evk: spl: update pmic settings 1. Use runtime voltage selection for LD/OD/ND mode. 2. According to latest PE/TE report, the voltages of VDD_SOC for LD and ND mode need add 50mv margin, so LD voltage is 0.75v->0.8v, ND voltage is 0.8v->0.85v. 3. Use TOFF_DEB to differentiate new trimmed pmic and old pmic Signed-off-by: Peng Fan --- include/power/pca9450.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/power') diff --git a/include/power/pca9450.h b/include/power/pca9450.h index b8219d535ad..f896d829d37 100644 --- a/include/power/pca9450.h +++ b/include/power/pca9450.h @@ -54,6 +54,8 @@ enum { PCA9450_REG_NUM, }; +#define PCA9450_REG_PWRCTRL_TOFF_DEB BIT(5) + int power_pca9450_init(unsigned char bus, unsigned char addr); enum { -- cgit v1.3.1