<p>Arthur Heymans has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21440">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mb/intel/dg43gt: Configure clockgen<br><br>This makes the VGA output on the DVI-I connector usable.<br><br>This reuses vendor settings.<br><br>Change-Id: Ib8b6bf33816f7e468a09ff5e2008c2cb9f7c0a8b<br>Signed-off-by: Arthur Heymans <arthur@aheymans.xyz><br>---<br>M src/mainboard/intel/dg43gt/Kconfig<br>M src/mainboard/intel/dg43gt/devicetree.cb<br>2 files changed, 14 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/21440/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/intel/dg43gt/Kconfig b/src/mainboard/intel/dg43gt/Kconfig<br>index d55f82d..b299f42 100644<br>--- a/src/mainboard/intel/dg43gt/Kconfig<br>+++ b/src/mainboard/intel/dg43gt/Kconfig<br>@@ -32,6 +32,7 @@<br>   select HAVE_ACPI_RESUME<br>       select INTEL_EDID<br>     select MAINBOARD_HAS_NATIVE_VGA_INIT<br>+ select DRIVERS_I2C_CK505<br> <br> config VGA_BIOS_ID<br>      string<br>diff --git a/src/mainboard/intel/dg43gt/devicetree.cb b/src/mainboard/intel/dg43gt/devicetree.cb<br>index 6421673..79a8eb7 100644<br>--- a/src/mainboard/intel/dg43gt/devicetree.cb<br>+++ b/src/mainboard/intel/dg43gt/devicetree.cb<br>@@ -101,7 +101,19 @@<br>                         end<br>                   device pci 1f.1 on end          # PATA/IDE<br>                    device pci 1f.2 on end          # SATA<br>-                       device pci 1f.3 on end          # SMbus<br>+                      device pci 1f.3 on              # SMbus<br>+                              chip drivers/i2c/ck505 # SLG8XP549T<br>+                                  register "mask" = "{ 0xff, 0xff, 0xff,<br>+                                                        0xff, 0xff, 0xff, 0xff,<br>+                                                      0xff, 0xff, 0xff, 0xff,<br>+                                                      0xff, 0xff }"<br>+                                   register "regs" = "{ 0x11, 0xd9, 0xff,<br>+                                                        0xfd, 0xff, 0x00, 0x00,<br>+                                                      0x06, 0x10, 0x05, 0x01,<br>+                                                      0x80, 0x0d }"<br>+                                   device i2c 69 on end<br>+                         end<br>+                  end<br>                   device pci 1f.4 off end<br>                       device pci 1f.5 on end          # IDE<br>                         device pci 1f.6 off end<br></pre><p>To view, visit <a href="https://review.coreboot.org/21440">change 21440</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/21440"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ib8b6bf33816f7e468a09ff5e2008c2cb9f7c0a8b </div>
<div style="display:none"> Gerrit-Change-Number: 21440 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz> </div>