Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/19953 )
Change subject: mainboard/google/poppy: Power down camera rails when suspending ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/19953/1/src/mainboard/google/poppy/smihandle... File src/mainboard/google/poppy/smihandler.c:
Line 33: gpio_set(EN_CAM_PMIC_RST_L, 0);
Should we hold it in reset prior to powering down?
Yes, that makes sense. Updated the sequence and verified as well.