From 81ab88b416caafc8a23b532e54dc4c1d0597f6af Mon Sep 17 00:00:00 2001 From: Marx Wang Date: Mon, 21 Sep 2020 20:15:40 +0800 Subject: mb/google/octopus: Set ModPhyIfValue to default value 0x12 0x12 will be more stable according to validation result on SD card and USB devices. BUG=b:163382089 BRANCH=none TEST=check if SD cards and USB devices work properly Signed-off-by: Marx Wang Change-Id: Ic98f27b6164daa3667009300439c61fed43a4a0b Reviewed-on: https://review.coreboot.org/c/coreboot/+/45573 Reviewed-by: Karthik Ramasubramanian Reviewed-by: Henry Sun Tested-by: build bot (Jenkins) --- src/mainboard/google/octopus/variants/baseboard/devicetree.cb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/google/octopus/variants') diff --git a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb index 9ac02fd4a4..3fef757dc9 100644 --- a/src/mainboard/google/octopus/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/octopus/variants/baseboard/devicetree.cb @@ -287,6 +287,6 @@ chip soc/intel/apollolake register "PmicPmcIpcCtrl" = "0x5e4302f8" # FSP UPD to modify the Integrated Filter (IF) value - # 0x12(Default) for Windows, 0x16 for Chrome - register "ModPhyIfValue" = "0x16" + # Set it to default value: 0x12 + register "ModPhyIfValue" = "0x12" end -- cgit v1.2.3