u-boot/include/power/rk8xx_pmic.h
.. .. @@ -206,6 +206,7 @@ 206 206 #define RK817_ID_LSB 0xee 207 207 #define RK8XX_ID_MSK 0xfff0 208 208 209 +#define RK817_PMIC_CHRG_TERM 0xe6209 210 #define RK817_PMIC_SYS_CFG1 0xf1 210 211 #define RK817_PMIC_SYS_CFG3 0xf4 211 212 #define RK817_GPIO_INT_CFG 0xfe .. .. @@ -287,6 +288,7 @@ 287 288 uint8_t sleep_pin; 288 289 uint8_t rst_fun; 289 290 int not_save_power_en; 291 + int sys_can_sd;290 292 }; 291 293 292 294 int rk8xx_spl_configure_buck(struct udevice *pmic, int buck, int uvolt);