Michał Żygowski has uploaded this change for review.

View Change

mainboard/msi/ms7d25: Add FIVR configuration

Reflect the vendor's firmware FIVR settings.

Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Change-Id: I97b3b4f9470267961c138fea70703606373f6d52
---
M src/mainboard/msi/ms7d25/devicetree.cb
1 file changed, 7 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/64051/1
diff --git a/src/mainboard/msi/ms7d25/devicetree.cb b/src/mainboard/msi/ms7d25/devicetree.cb
index afe6054..301be36 100644
--- a/src/mainboard/msi/ms7d25/devicetree.cb
+++ b/src/mainboard/msi/ms7d25/devicetree.cb
@@ -84,6 +84,13 @@
register "hybrid_storage_mode" = "1"
register "dmi_power_optimize_disable" = "1"

+ # FIVR configuration
+ register "fivr_rfi_frequency" = "1394"
+ register "fivr_spread_spectrum" = "FIVR_SS_1_5"
+ register "ext_fivr_settings" = "{
+ .configure_ext_fivr = 1,
+ }"
+
#FIXME: check if this is used by CPU RP2
register "pcie_clk_config_flag[11]" = "PCIE_CLK_FREE_RUNNING"
register "pcie_clk_config_flag[16]" = "PCIE_CLK_FREE_RUNNING"

To view, visit change 64051. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I97b3b4f9470267961c138fea70703606373f6d52
Gerrit-Change-Number: 64051
Gerrit-PatchSet: 1
Gerrit-Owner: Michał Żygowski <michal.zygowski@3mdeb.com>
Gerrit-MessageType: newchange