From 36624072a692cff6c5609686d256816e47cef43b Mon Sep 17 00:00:00 2001 From: Luca Lai Date: Tue, 19 Aug 2025 16:12:22 +0800 Subject: [PATCH] mb/google/trulo/var/pujjolo: Update wlan rtd3 settings Correct srcclk pin setting. BUG=b:422600523 TEST=Build and boot to OS, check suspend funtion work fine using suspend_stress_test -c 5 command. Change-Id: I15e56f124de8b89a6a7f042128fc09fa8c613fc7 Signed-off-by: Luca Lai Reviewed-on: https://review.coreboot.org/c/coreboot/+/88857 Reviewed-by: Eric Lai Reviewed-by: Kapil Porwal Tested-by: build bot (Jenkins) --- src/mainboard/google/brya/variants/pujjolo/overridetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/brya/variants/pujjolo/overridetree.cb b/src/mainboard/google/brya/variants/pujjolo/overridetree.cb index d9cd5cb22c..7e009e001f 100644 --- a/src/mainboard/google/brya/variants/pujjolo/overridetree.cb +++ b/src/mainboard/google/brya/variants/pujjolo/overridetree.cb @@ -555,7 +555,7 @@ chip soc/intel/alderlake chip soc/intel/common/block/pcie/rtd3 register "enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_E10)" register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_H20)" - register "srcclk_pin" = "3" + register "srcclk_pin" = "2" device generic 0 on end end end