diff options
author | Felix Singer <felixsinger@posteo.net> | 2021-12-05 07:33:39 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2021-12-12 16:06:19 +0000 |
commit | 610b016caf3170fc2bd92603bd75c1e69d4cbeb6 (patch) | |
tree | 30ab1bd72bf1b35a3ec9d92db05d4639a500998c /src/mainboard/prodrive/hermes | |
parent | 178153dc45896c9c82a3f1b5b10a0c1bad768fe8 (diff) |
mainboard: Drop `SataMode` setting from Cannon Lake devicetrees
All Coffee Lake mainboards use the default value for the setting
`SataMode`. Thus, drop it from their devicetree.
Change-Id: Ibb329eb8b752c2220bb25f14fb6ae92dd8a308d6
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59889
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/prodrive/hermes')
-rw-r--r-- | src/mainboard/prodrive/hermes/devicetree.cb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/prodrive/hermes/devicetree.cb b/src/mainboard/prodrive/hermes/devicetree.cb index e0655c5630..db573821cf 100644 --- a/src/mainboard/prodrive/hermes/devicetree.cb +++ b/src/mainboard/prodrive/hermes/devicetree.cb @@ -1,7 +1,6 @@ chip soc/intel/cannonlake # FSP configuration - register "SataMode" = "0" # AHCI register "SataSalpSupport" = "0" register "satapwroptimize" = "1" register "SataPortsDevSlp[1]" = "1" # PCH_M2_SATA_DEVSLP1 |