Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/40914 )
Change subject: mb/purism/librem_bdw: cleanup 15v2 devicetree ......................................................................
mb/purism/librem_bdw: cleanup 15v2 devicetree
The Librem 15v2 only uses SATA ports 0/1, so the DTLE settings for ports 2/3 have no consequence. Drop them to make overridetree conversion cleaner.
Signed-off-by: Matt DeVillier matt.devillier@puri.sm Change-Id: I4145feecb389be90f317249426e58752c03aef76 --- M src/mainboard/purism/librem_bdw/variants/librem15v2/devicetree.cb 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/40914/1
diff --git a/src/mainboard/purism/librem_bdw/variants/librem15v2/devicetree.cb b/src/mainboard/purism/librem_bdw/variants/librem15v2/devicetree.cb index 32c3ed1..cbd59be 100644 --- a/src/mainboard/purism/librem_bdw/variants/librem15v2/devicetree.cb +++ b/src/mainboard/purism/librem_bdw/variants/librem15v2/devicetree.cb @@ -28,8 +28,6 @@ # Port tuning for link stability register "sata_port0_gen3_dtle" = "7" register "sata_port1_gen3_dtle" = "9" - register "sata_port2_gen3_dtle" = "9" - register "sata_port3_gen3_dtle" = "7"
device cpu_cluster 0 on device lapic 0 on end