diff options
author | Felix Singer <felixsinger@posteo.net> | 2024-06-23 04:37:30 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2024-06-24 14:23:34 +0000 |
commit | ba7569c10b2aa37083242d8969edc5241cabaffa (patch) | |
tree | f963cffe79b0340dbc6a031608d4d293e1174ce9 /src/mainboard/libretrend/lt1000 | |
parent | 00e137694367a0db3606b3c6a887f49356e2a440 (diff) |
skl mainboards/dt: Drop SataPortsDevSlp[x] setting if disabled
The attributes are initialized with 0 and thus setting them to 0 makes
them superfluous. Remove them.
Change-Id: I572a9092633c61907794ecbbbe431066d889c5fb
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83177
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/libretrend/lt1000')
-rw-r--r-- | src/mainboard/libretrend/lt1000/devicetree.cb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/libretrend/lt1000/devicetree.cb b/src/mainboard/libretrend/lt1000/devicetree.cb index 2cb674f486..dd2fc6084c 100644 --- a/src/mainboard/libretrend/lt1000/devicetree.cb +++ b/src/mainboard/libretrend/lt1000/devicetree.cb @@ -38,11 +38,6 @@ chip soc/intel/skylake [1] = 1, [2] = 1, }" - register "SataPortsDevSlp" = "{ - [0] = 0, - [1] = 0, - [2] = 0, - }" register "SataSpeedLimit" = "2" register "DspEnable" = "1" register "IoBufferOwnership" = "0" |