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 <julianmarcusschroeder@gmail.com>
Change-Id: I4fdb5af1cbc3c70cc113ef6f0fd9332e1a27f142
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57215
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Julian Schroeder 2021-08-27 15:48:49 -05:00 committed by Felix Held
parent a95cd265bd
commit f4a992cca7
1 changed files with 1 additions and 1 deletions

View File

@ -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,