Hi
I have read the spl.c code inside power_init_board() function reg_write is happening as :
/* BUCKxOUT_DVS0/1 control BUCK123 output */
pmic_reg_write(dev, PCA9450_BUCK123_DVS, 0x29);
/* enable DVS control through PMIC_STBY_REQ */
pmic_reg_write(dev, PCA9450_BUCK1CTRL, 0x59);
So, what i understood is like in every board bootup register write of DVS controlling through pmic_stby_req is configured of PMIC.
But my question is how the system is getting triggered when the imx93 is sending standby request?