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:
parent
a95cd265bd
commit
f4a992cca7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue