Jakub Czapiga has submitted this change. ( https://review.coreboot.org/c/coreboot/+/73984 )
(
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: mb/starlabs/starbook/adl: Fix OC pin config ......................................................................
mb/starlabs/starbook/adl: Fix OC pin config
Signed-off-by: Sean Rhodes sean@starlabs.systems Change-Id: I1c4bdab44f0d73546f52614917dccbe71f0911a3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/73984 Reviewed-by: Angel Pons th3fanbus@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/starlabs/starbook/variants/adl/devicetree.cb 1 file changed, 18 insertions(+), 5 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb index c43f6a6..5c54f4d 100644 --- a/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb @@ -52,22 +52,22 @@ device ref crashlog off end device ref xhci on # Motherboard USB Type C - register "usb2_ports[0]" = "USB2_PORT_MID(OC3)" + register "usb2_ports[0]" = "USB2_PORT_MID(OC5)" register "usb3_ports[2]" = "USB3_PORT_DEFAULT(OC3)"
# Motherboard USB 3.0 - register "usb2_ports[2]" = "USB2_PORT_MID(OC0)" - register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC0)" + register "usb2_ports[2]" = "USB2_PORT_MID(OC_SKIP)" + register "usb3_ports[0]" = "USB3_PORT_DEFAULT(OC5)"
# Daughterboard USB 3.0 - register "usb2_ports[6]" = "USB2_PORT_MID(OC_SKIP)" + register "usb2_ports[6]" = "USB2_PORT_MID(OC0)" register "usb3_ports[1]" = "USB3_PORT_DEFAULT(OC_SKIP)"
# Internal Webcam register "usb2_ports[CONFIG_CCD_PORT]" = "USB2_PORT_MID(OC_SKIP)"
# Fingerprint Reader - register "usb2_ports[5]" = "USB2_PORT_MID(OC_SKIP)" + register "usb2_ports[5]" = "USB2_PORT_MID(OC0)"
# Daughterboard SD Card register "usb2_ports[3]" = "USB2_PORT_MID(OC_SKIP)"