diff options
author | Sean Rhodes <sean@starlabs.systems> | 2023-01-23 16:03:44 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-01-27 17:50:45 +0000 |
commit | b45502cd64ee0829ed6062711737ed72df1a9bd7 (patch) | |
tree | 92a459f20e62f550e5211eef3e453d4d0a44aba5 /src/mainboard | |
parent | daa17107cbe68194a36f14911e420eee21310c00 (diff) |
mb/starlabs/starbook/adl: Make Type-C USB a standard port
Change the Type-C USB 2.0 interface to a standard port, as the
Type-C macro will not work in Linux (dmesg says the cable is
faulty),
This makes the port work reliably in Linux, tested with:
* Manjaro 21
* Ubuntu 22.04
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I6dbf31b6e4603685297e9e5203b0db6ac1b9e24a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72387
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/starlabs/starbook/variants/adl/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb index fba073d049..e389096532 100644 --- a/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/adl/devicetree.cb @@ -54,7 +54,7 @@ chip soc/intel/alderlake device ref crashlog off end device ref xhci on # Motherboard USB Type C - register "usb2_ports[0]" = "USB2_PORT_TYPE_C(OC3)" + register "usb2_ports[0]" = "USB2_PORT_MID(OC3)" register "usb3_ports[2]" = "USB3_PORT_DEFAULT(OC3)" # Motherboard USB 3.0 |