From f4a992cca73f227ac86a4e9590198cea72b8b767 Mon Sep 17 00:00:00 2001 From: Julian Schroeder Date: Fri, 27 Aug 2021 15:48:49 -0500 Subject: [PATCH] mb/google/guybrush/variants/baseboard/devicetree: update usb_phy version The AMD Cezanne FSP expects a usb phy config structure ID of 0xd 0x6. If the ID does not match, the FSP USB will not set up the phy. Tested on guybrush by changing phy settings in devicetree and then checking the usb phy register. Cq-Depend: chrome-internal:4087511 Signed-off-by: Julian Schroeder Change-Id: I4fdb5af1cbc3c70cc113ef6f0fd9332e1a27f142 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57215 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/mainboard/google/guybrush/variants/baseboard/devicetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb b/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb index a0d51144b8..be7b5aea15 100644 --- a/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb @@ -210,7 +210,7 @@ chip soc/amd/cezanne .ComboPhyStaticConfig[0] = 0, .ComboPhyStaticConfig[1] = 0, .Version_Major = 0xd, - .Version_Minor = 0x4, + .Version_Minor = 0x6, .TableLength = 100, .BatteryChargerEnable = 0, .PhyP3CpmP4Support = 0,