diff options
Diffstat (limited to 'src/mainboard/google/brya/variants/moli/overridetree.cb')
-rw-r--r-- | src/mainboard/google/brya/variants/moli/overridetree.cb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/moli/overridetree.cb b/src/mainboard/google/brya/variants/moli/overridetree.cb index 6aa0464b49..c9574499bf 100644 --- a/src/mainboard/google/brya/variants/moli/overridetree.cb +++ b/src/mainboard/google/brya/variants/moli/overridetree.cb @@ -18,7 +18,9 @@ chip soc/intel/alderlake register "ddi_ports_config" = "{ [DDI_PORT_A] = DDI_ENABLE_HPD | DDI_ENABLE_DDC, [DDI_PORT_B] = DDI_ENABLE_HPD | DDI_ENABLE_DDC, - [DDI_PORT_2] = DDI_ENABLE_HPD | DDI_ENABLE_DDC, + [DDI_PORT_1] = DDI_ENABLE_HPD, + [DDI_PORT_2] = DDI_ENABLE_HPD, + [DDI_PORT_3] = DDI_ENABLE_HPD, }" register "usb2_ports[1]" = "USB2_PORT_EMPTY" # Disable USB2 Port2 register "usb2_ports[2]" = "USB2_PORT_TYPE_C(OC2)" # USB2 Port3 |