From 2e3edcfbe0a9057d53b9f6eb2f3f433b3d3f5e5e Mon Sep 17 00:00:00 2001 From: Tim Wawrzynczak Date: Fri, 15 Jan 2021 09:43:49 -0700 Subject: mb/google/volteer/eldrid: Use #define symbols for usb2_ports config It's easier to understand what these symbolic names mean rather than using the constants; the static.c will will end up (indirectly) including `soc/usb.h` therefore the macros are in scope here. Change-Id: I5ef977a05a2522e177f32c99bfab74f9288ae869 Signed-off-by: Tim Wawrzynczak Reviewed-on: https://review.coreboot.org/c/coreboot/+/49488 Tested-by: build bot (Jenkins) Reviewed-by: Nick Chen Reviewed-by: Angel Pons Reviewed-by: Furquan Shaikh --- src/mainboard/google/volteer/variants/eldrid/overridetree.cb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/mainboard/google/volteer/variants/eldrid') diff --git a/src/mainboard/google/volteer/variants/eldrid/overridetree.cb b/src/mainboard/google/volteer/variants/eldrid/overridetree.cb index d7ea9d3d6f..37e0ab9efc 100644 --- a/src/mainboard/google/volteer/variants/eldrid/overridetree.cb +++ b/src/mainboard/google/volteer/variants/eldrid/overridetree.cb @@ -79,10 +79,11 @@ chip soc/intel/tigerlake #lower camera driving register "usb2_ports[4]" = "{ .enable = 1, - .tx_bias = 0, - .tx_emp_enable = 0, - .pre_emp_bias = 0, - .pre_emp_bit = 0, + .ocpin = OC_SKIP, + .tx_bias = USB2_BIAS_0MV, + .tx_emp_enable = USB2_EMP_OFF, + .pre_emp_bias = USB2_BIAS_0MV, + .pre_emp_bit = USB2_FULL_BIT_PRE_EMP, }" #Type-A / Type-C C0 -- cgit v1.2.3