From ea646c051414eacb72e157b38cb4d9a3d8179c81 Mon Sep 17 00:00:00 2001 From: Jarried Lin Date: Tue, 17 Dec 2024 19:03:20 +0800 Subject: [PATCH] mb/google/rauru: Add pwrsel init in romstage BUG=b:317009620 TEST=build pass, reg set ok, log show: PWR_SEL = 0x0 PWRSEL_CONFIG = 0x7fff Change-Id: I37c0fb905f99491ca99f04bc5bfa6abfb1c01059 Signed-off-by: Jarried Lin Reviewed-on: https://review.coreboot.org/c/coreboot/+/85620 Reviewed-by: Yidi Lin Reviewed-by: Yu-Ping Wu 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 ebeedb88c8..b6f0d4eb17 100644 --- a/src/mainboard/google/rauru/romstage.c +++ b/src/mainboard/google/rauru/romstage.c @@ -3,11 +3,13 @@ #include #include #include +#include #include void platform_romstage_main(void) { irq2axi_disable(); + pwrsel_init(); mtk_dram_init(); if (CONFIG(PCI))