[coreboot-gerrit] Change in coreboot[master]: mb/intel/dg43gt: Configure clockgen

Arthur Heymans (Code Review) gerrit at coreboot.org
Thu Sep 7 17:07:46 CEST 2017


Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/21440


Change subject: mb/intel/dg43gt: Configure clockgen
......................................................................

mb/intel/dg43gt: Configure clockgen

This makes the VGA output on the DVI-I connector usable.

This reuses vendor settings.

Change-Id: Ib8b6bf33816f7e468a09ff5e2008c2cb9f7c0a8b
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/mainboard/intel/dg43gt/Kconfig
M src/mainboard/intel/dg43gt/devicetree.cb
2 files changed, 14 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/21440/1

diff --git a/src/mainboard/intel/dg43gt/Kconfig b/src/mainboard/intel/dg43gt/Kconfig
index d55f82d..b299f42 100644
--- a/src/mainboard/intel/dg43gt/Kconfig
+++ b/src/mainboard/intel/dg43gt/Kconfig
@@ -32,6 +32,7 @@
 	select HAVE_ACPI_RESUME
 	select INTEL_EDID
 	select MAINBOARD_HAS_NATIVE_VGA_INIT
+	select DRIVERS_I2C_CK505
 
 config VGA_BIOS_ID
 	string
diff --git a/src/mainboard/intel/dg43gt/devicetree.cb b/src/mainboard/intel/dg43gt/devicetree.cb
index 6421673..79a8eb7 100644
--- a/src/mainboard/intel/dg43gt/devicetree.cb
+++ b/src/mainboard/intel/dg43gt/devicetree.cb
@@ -101,7 +101,19 @@
 			end
 			device pci 1f.1 on end		# PATA/IDE
 			device pci 1f.2 on end		# SATA
-			device pci 1f.3 on end		# SMbus
+			device pci 1f.3 on		# SMbus
+				chip drivers/i2c/ck505 # SLG8XP549T
+					register "mask" = "{ 0xff, 0xff, 0xff,
+						 	0xff, 0xff, 0xff, 0xff,
+							0xff, 0xff, 0xff, 0xff,
+							0xff, 0xff }"
+					register "regs" = "{ 0x11, 0xd9, 0xff,
+							0xfd, 0xff, 0x00, 0x00,
+							0x06, 0x10, 0x05, 0x01,
+							0x80, 0x0d }"
+					device i2c 69 on end
+				end
+			end
 			device pci 1f.4 off end
 			device pci 1f.5 on end		# IDE
 			device pci 1f.6 off end

-- 
To view, visit https://review.coreboot.org/21440
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib8b6bf33816f7e468a09ff5e2008c2cb9f7c0a8b
Gerrit-Change-Number: 21440
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170907/d7f0bfa8/attachment.html>


More information about the coreboot-gerrit mailing list