mb/prodrive/hermes/variants/baseboard: configure sataHotplug
Configure sataHotPlug in devicetree, as this functionality is now available for this soc. Change-Id: If462e33d1bbef8036d598970fb2774d0fda1fbb1 Signed-off-by: Jonas Loeffelholz <Jonas.Loeffelholz@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42804 Reviewed-by: Christian Walter <christian.walter@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
d7238eb518
commit
72afe02cfc
|
@ -19,6 +19,15 @@ chip soc/intel/cannonlake
|
||||||
register "SataPortsEnable[6]" = "1"
|
register "SataPortsEnable[6]" = "1"
|
||||||
register "SataPortsEnable[7]" = "1"
|
register "SataPortsEnable[7]" = "1"
|
||||||
|
|
||||||
|
register "SataPortsHotPlug[0]" = "1"
|
||||||
|
register "SataPortsHotPlug[1]" = "1"
|
||||||
|
register "SataPortsHotPlug[2]" = "0"
|
||||||
|
register "SataPortsHotPlug[3]" = "0"
|
||||||
|
register "SataPortsHotPlug[4]" = "1"
|
||||||
|
register "SataPortsHotPlug[5]" = "1"
|
||||||
|
register "SataPortsHotPlug[6]" = "1"
|
||||||
|
register "SataPortsHotPlug[7]" = "1"
|
||||||
|
|
||||||
register "PchHdaDspEnable" = "0"
|
register "PchHdaDspEnable" = "0"
|
||||||
register "PchHdaAudioLinkHda" = "1"
|
register "PchHdaAudioLinkHda" = "1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue