PF8200 configuration for custom board

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

PF8200 configuration for custom board

483 次查看
krunaldhonde
Contributor I

I am having custom board similar to imx8qxpmek with PMIC PF8200. For that I am changing SCFW Firmware.

I changed following macros in platform/board/mx8qx_mek.

/* PMIC related defines */
#define PMIC pf8100 -->pf8200

Enabled following macros.

#define PMIC_CRC
/* Declare if PMIC Secure Writes are enabled */
#define PMIC_SECURE_WRITE

 

I am getting below error.

error: implicit declaration of function 'pf8200_pmic_register_access' [-Werror=implicit-function-declaration]
#define PMIC pf8200

What I should use to support pf8200 ? what are the other changes i need to do to support pf8200 ?

0 项奖励
回复
1 回复

468 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Krunal

 

seems pmic type (and in particular PF8200) is detected automatically in function get_pmic_type(pmic_id_t id)  ../platform/board/pmic.c included in  SCFW Porting Kit​ 1.10.0

 

Best regards
igor

0 项奖励
回复