mb/starlabs/*: Disable HPD for USB Type-C ports
Display-Alt Mode doesn't require HPD to be set here, so remove it. Change-Id: I6e03c481584ff2b0bbb06d1d21f31fd0db4ecb27 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86915 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
3848debd52
commit
c8e6ca1d81
6 changed files with 0 additions and 7 deletions
|
|
@ -22,7 +22,6 @@ chip soc/intel/alderlake
|
|||
register "ddi_ports_config" = "{
|
||||
[DDI_PORT_A] = DDI_ENABLE_HPD,
|
||||
[DDI_PORT_B] = DDI_ENABLE_HPD | DDI_ENABLE_DDC,
|
||||
[DDI_PORT_1] = DDI_ENABLE_HPD,
|
||||
}"
|
||||
end
|
||||
device ref tcss_xhci on
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@ chip soc/intel/alderlake
|
|||
register "ddi_ports_config" = "{
|
||||
[DDI_PORT_A] = DDI_ENABLE_HPD,
|
||||
[DDI_PORT_B] = DDI_ENABLE_HPD | DDI_ENABLE_DDC,
|
||||
[DDI_PORT_1] = DDI_ENABLE_HPD,
|
||||
}"
|
||||
end
|
||||
device ref gna on end
|
||||
|
|
|
|||
|
|
@ -54,7 +54,6 @@ chip soc/intel/alderlake
|
|||
register "ddi_ports_config" = "{
|
||||
[DDI_PORT_A] = DDI_ENABLE_HPD,
|
||||
[DDI_PORT_B] = DDI_ENABLE_HPD | DDI_ENABLE_DDC,
|
||||
[DDI_PORT_1] = DDI_ENABLE_HPD,
|
||||
}"
|
||||
end
|
||||
device ref gna on end
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ chip soc/intel/alderlake
|
|||
register "ddi_ports_config" = "{
|
||||
[DDI_PORT_A] = DDI_ENABLE_HPD,
|
||||
[DDI_PORT_B] = DDI_ENABLE_HPD | DDI_ENABLE_DDC,
|
||||
[DDI_PORT_1] = DDI_ENABLE_HPD,
|
||||
}"
|
||||
end
|
||||
device ref pcie4_0 on # SSD x4
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ chip soc/intel/alderlake
|
|||
register "ddi_ports_config" = "{
|
||||
[DDI_PORT_A] = DDI_ENABLE_HPD,
|
||||
[DDI_PORT_B] = DDI_ENABLE_HPD | DDI_ENABLE_DDC,
|
||||
[DDI_PORT_1] = DDI_ENABLE_HPD,
|
||||
}"
|
||||
end
|
||||
device ref pcie4_0 on # SSD x4
|
||||
|
|
|
|||
|
|
@ -64,8 +64,6 @@ chip soc/intel/alderlake
|
|||
register "ddi_ports_config" = "{
|
||||
[DDI_PORT_A] = DDI_ENABLE_HPD,
|
||||
[DDI_PORT_B] = DDI_ENABLE_HPD | DDI_ENABLE_DDC,
|
||||
[DDI_PORT_1] = DDI_ENABLE_HPD,
|
||||
[DDI_PORT_2] = DDI_ENABLE_HPD,
|
||||
}"
|
||||
end
|
||||
device ref gna on end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue