mb/intel/tglrvp: Enable D3HotEnable and D3ColdEnable for tglrvp
This explicitly enables both of TCSS D3HotEnable and D3ColdEnable from tglrvp devicetree.cb setting. BUG=🅱️146624360 TEST=Built and booted on tglrvp. Signed-off-by: John Zhao <john.zhao@intel.com> Change-Id: I3b77fe15bd67e513f193f704030a98241e058437 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41554 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com>
This commit is contained in:
parent
8aac881fe8
commit
3c8cb24fc3
|
@ -109,6 +109,10 @@ chip soc/intel/tigerlake
|
|||
[PchSerialIoIndexUART2] = PchSerialIoPci,
|
||||
}"
|
||||
|
||||
# D3Hot and D3Cold for TCSS
|
||||
register "TcssD3HotEnable" = "1"
|
||||
register "TcssD3ColdEnable" = "1"
|
||||
|
||||
# TCSS USB3
|
||||
register "TcssAuxOri" = "0"
|
||||
|
||||
|
|
|
@ -105,6 +105,10 @@ chip soc/intel/tigerlake
|
|||
[PchSerialIoIndexUART2] = PchSerialIoPci,
|
||||
}"
|
||||
|
||||
# D3Hot and D3Cold for TCSS
|
||||
register "TcssD3HotEnable" = "1"
|
||||
register "TcssD3ColdEnable" = "1"
|
||||
|
||||
# TCSS USB3
|
||||
register "TcssAuxOri" = "0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue