mb/google/poppy/variant/nautilus: Turn off MIPI camera in PMOF method
This change remove work-around code for the power issue of MIPI and USB cameras on previous board revision. With the work-around code, PMOF ACPI method cannot turn off MIPI camera. So we need to remove it. BUG=b:74214248 BRANCH=poppy TEST=emerge-nautilus coreboot Change-Id: I7becaf61de364f82976ec0be7f8c9e4ef1a7aedd Signed-off-by: Seunghwan Kim <sh_.kim@samsung.com> Reviewed-on: https://review.coreboot.org/25337 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
7693c94ecf
commit
7a2cf65032
|
@ -39,14 +39,7 @@ Scope (\_SB.PCI0.I2C2)
|
||||||
Method (PMOF, 0, Serialized) {
|
Method (PMOF, 0, Serialized) {
|
||||||
/* Make Sure all PMIC outputs are off. */
|
/* Make Sure all PMIC outputs are off. */
|
||||||
If (LEqual (VSIC, Zero)) {
|
If (LEqual (VSIC, Zero)) {
|
||||||
/*
|
|
||||||
* On Nautilus Pre-EVT/EVT, the USB and MIPI share the
|
|
||||||
* same power source, before HW fix in DVT, temporarily
|
|
||||||
* disabled turn off 3V3_VDD
|
|
||||||
*/
|
|
||||||
#if !IS_ENABLED(CONFIG_BOARD_GOOGLE_NAUTILUS)
|
|
||||||
CTXS(EN_PP3300_DX_CAM)
|
CTXS(EN_PP3300_DX_CAM)
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue