aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/octopus/variants
diff options
context:
space:
mode:
authorMarx Wang <marx.wang@intel.com>2020-09-21 20:15:40 +0800
committerTim Wawrzynczak <twawrzynczak@chromium.org>2020-09-23 15:21:28 +0000
commit81ab88b416caafc8a23b532e54dc4c1d0597f6af (patch)
treeb5932c9e411179239d212db2f634ba32cb16a989 /src/mainboard/google/octopus/variants
parentd57c1286de8a2537d7ba2ff81b5b9a425f0eaecc (diff)
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 <marx.wang@intel.com> Change-Id: Ic98f27b6164daa3667009300439c61fed43a4a0b Reviewed-on: https://review.coreboot.org/c/coreboot/+/45573 Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Reviewed-by: Henry Sun <henrysun@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/octopus/variants')
-rw-r--r--src/mainboard/google/octopus/variants/baseboard/devicetree.cb4
1 files changed, 2 insertions, 2 deletions
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