From aba7f44ecd3925c91f4249e03024af1349362f21 Mon Sep 17 00:00:00 2001 From: Jarried Lin Date: Thu, 19 Dec 2024 13:42:35 +0800 Subject: [PATCH] mb/google/rauru: Disable modem power BUG=b:315894234 TEST=Build pass. The actual measurement of the average power over 20 seconds decreased from 6.755W to 6.716W. Change-Id: I71bda7055afc902525501ddf7074f9b2c5550d4a Signed-off-by: Xavier Chang Reviewed-on: https://review.coreboot.org/c/coreboot/+/85663 Reviewed-by: Yu-Ping Wu Reviewed-by: Yidi Lin Tested-by: build bot (Jenkins) --- src/mainboard/google/rauru/romstage.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mainboard/google/rauru/romstage.c b/src/mainboard/google/rauru/romstage.c index afd12c6c12..f4de12100c 100644 --- a/src/mainboard/google/rauru/romstage.c +++ b/src/mainboard/google/rauru/romstage.c @@ -3,6 +3,7 @@ #include #include #include +#include #include #include #include @@ -33,6 +34,7 @@ void platform_romstage_main(void) mt6373_init(); mt6685_init(); mtk_dram_init(); + modem_power_down(); if (CONFIG(PCI)) mtk_pcie_deassert_perst();