mb/google/volteer/baseboard: Drop disabled SATA settings from dt

Configuring them to 0 is equal to not configuring them at all. So remove
them to clean up a bit.

Change-Id: I18134ac784fffb703e1fe513e5914f05faa749c9
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83248
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Singer 2024-06-27 23:19:12 +02:00
parent f13284cedb
commit df141f61cc

View File

@ -143,9 +143,7 @@ chip soc/intel/tigerlake
# Enable SATA
register "SataSalpSupport" = "1"
register "SataPortsEnable[0]" = "0"
register "SataPortsEnable[1]" = "1"
register "SataPortsDevSlp[0]" = "0"
register "SataPortsDevSlp[1]" = "1"
register "SataPortsEnableDitoConfig[1]" = "1"