diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-08-30 10:10:57 +0100 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-09-20 08:08:26 +0000 |
commit | e36205daf81efc1996495b1deaf84e6ad121049f (patch) | |
tree | dd58cd30d79884894c09251197ddea04d7f42703 /src/mainboard/starlabs/starbook/variants/kbl/devicetree.cb | |
parent | a657b1f7ce199b27c187a17438542cdae3569ef4 (diff) |
mb/starlabs/starbook/kbl: Correct USB port for Bluetooth
Previously, the Bluetooth interface worked when port 9 was enabled.
Now, it works with port 5 enabled, which matches the schematic.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: If783e60c8120adcd6522676cb3343ed46bf39d78
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67205
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'src/mainboard/starlabs/starbook/variants/kbl/devicetree.cb')
-rw-r--r-- | src/mainboard/starlabs/starbook/variants/kbl/devicetree.cb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/starlabs/starbook/variants/kbl/devicetree.cb b/src/mainboard/starlabs/starbook/variants/kbl/devicetree.cb index a1202835f4..7645e23d8f 100644 --- a/src/mainboard/starlabs/starbook/variants/kbl/devicetree.cb +++ b/src/mainboard/starlabs/starbook/variants/kbl/devicetree.cb @@ -70,14 +70,14 @@ chip soc/intel/skylake register "usb2_ports[2]" = "USB2_PORT_MID(OC_SKIP)" register "usb3_ports[2]" = "USB3_PORT_DEFAULT(OC_SKIP)" + # Internal Bluetooth + register "usb2_ports[5]" = "USB2_PORT_MID(OC_SKIP)" + # Daughterboard SD Card register "usb2_ports[6]" = "USB2_PORT_MID(OC_SKIP)" # Webcam register "usb2_ports[CONFIG_CCD_PORT]" = "USB2_PORT_MID(OC_SKIP)" - - # Internal Bluetooth - register "usb2_ports[9]" = "USB2_PORT_MID(OC_SKIP)" end device pci 14.1 off end # USB xDCI (OTG) device pci 14.2 on end # Thermal Subsystem |