From 46719834010ce1f4c8ecbc12c9c52baa349ecf9d Mon Sep 17 00:00:00 2001 From: Julian Schroeder Date: Tue, 7 Sep 2021 14:54:19 -0500 Subject: soc/amd/cezanne/fsp_m_params: set usb_phy version and length. Setting the usb_phy version and length in the soc code instead of devicetree. That way the devicetree code does not have to reapeat it for different AMD Cezanne based systems. Tested on guybrush by changing phy settings in devicetree and then checking the usb phy register. Signed-off-by: Julian Schroeder Change-Id: I2db49e095672054b9b15042fb003a93b67e3a4c9 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57478 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/mainboard/google/guybrush/variants/baseboard/devicetree.cb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/google/guybrush/variants') diff --git a/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb b/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb index be7b5aea15..8629a64036 100644 --- a/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb @@ -206,12 +206,8 @@ chip soc/amd/cezanne .tx_vboost_lvl_en=1, .tx_vboost_lvl=5, }, - .ComboPhyStaticConfig[0] = 0, .ComboPhyStaticConfig[1] = 0, - .Version_Major = 0xd, - .Version_Minor = 0x6, - .TableLength = 100, .BatteryChargerEnable = 0, .PhyP3CpmP4Support = 0, }" -- cgit v1.2.3