mb/intel/adlrvp_m: Remove DP_HPD 1 & 2 definition from devicetree
Due to latest corresponding UPD filling implementation, this is not
required.
This patch fixed the brokenness caused by
Commit hash b10afbd2e2
.
Signed-off-by: Bernardo Perez Priego <bernardo.perez.priego@intel.com>
Change-Id: I49e434f7bbafcb148e82202697e87c3e4268d7b1
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55635
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
57bc814ea1
commit
d4e19bfaba
|
@ -86,10 +86,6 @@ chip soc/intel/alderlake
|
||||||
[DDI_PORT_B] = DDI_ENABLE_HPD | DDI_ENABLE_DDC,
|
[DDI_PORT_B] = DDI_ENABLE_HPD | DDI_ENABLE_DDC,
|
||||||
}"
|
}"
|
||||||
|
|
||||||
# Disable DDI ports HPD
|
|
||||||
register "DdiPort1Hpd" = "0"
|
|
||||||
register "DdiPort2Hpd" = "0"
|
|
||||||
|
|
||||||
# TCSS USB3
|
# TCSS USB3
|
||||||
register "TcssAuxOri" = "0"
|
register "TcssAuxOri" = "0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue