mb/google/guybrush/devicetree: use defines for ComboPhyStaticConfig
Use the existing definitions from FspUsb.h instead of magic values for the ComboPhyStaticConfig settings in the mainboard's devicetree. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I2707d017909b7516e5d8711c8f4e2914165ed10d Reviewed-on: https://review.coreboot.org/c/coreboot/+/64124 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
876a1b48f8
commit
5481eb3c2e
|
@ -217,8 +217,8 @@ chip soc/amd/cezanne
|
||||||
.tx_vboost_lvl_en=1,
|
.tx_vboost_lvl_en=1,
|
||||||
.tx_vboost_lvl=5,
|
.tx_vboost_lvl=5,
|
||||||
},
|
},
|
||||||
.ComboPhyStaticConfig[0] = 0,
|
.ComboPhyStaticConfig[0] = USB_COMBO_PHY_MODE_USB_C,
|
||||||
.ComboPhyStaticConfig[1] = 0,
|
.ComboPhyStaticConfig[1] = USB_COMBO_PHY_MODE_USB_C,
|
||||||
.BatteryChargerEnable = 0,
|
.BatteryChargerEnable = 0,
|
||||||
.PhyP3CpmP4Support = 0,
|
.PhyP3CpmP4Support = 0,
|
||||||
}"
|
}"
|
||||||
|
|
|
@ -154,8 +154,8 @@ chip soc/amd/cezanne
|
||||||
.tx_vboost_lvl_en=1,
|
.tx_vboost_lvl_en=1,
|
||||||
.tx_vboost_lvl=5,
|
.tx_vboost_lvl=5,
|
||||||
},
|
},
|
||||||
.ComboPhyStaticConfig[0] = 0,
|
.ComboPhyStaticConfig[0] = USB_COMBO_PHY_MODE_USB_C,
|
||||||
.ComboPhyStaticConfig[1] = 0,
|
.ComboPhyStaticConfig[1] = USB_COMBO_PHY_MODE_USB_C,
|
||||||
.BatteryChargerEnable = 0,
|
.BatteryChargerEnable = 0,
|
||||||
.PhyP3CpmP4Support = 0,
|
.PhyP3CpmP4Support = 0,
|
||||||
}"
|
}"
|
||||||
|
|
Loading…
Reference in New Issue