diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-08-27 15:27:18 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-09-22 13:08:57 +0000 |
commit | 1dce59044795613d957ad59d7faac41ff46ea754 (patch) | |
tree | 0e1d2a3617454891086f73e818c94d4867850d98 /src/mainboard/intel/d510mo/devicetree.cb | |
parent | 105e36824782e7a30b071dc589454b3a8ad720a8 (diff) |
mb/intel/d510mo: Use common ramstage driver to configure the ck505
TESTED, the screen doesn't jiggle (caused by wrong clock on reset
default clockgen configuration)
Change-Id: Icfa22daf90f9e2eff13b4fc5994664e96903dd1e
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/21222
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/intel/d510mo/devicetree.cb')
-rw-r--r-- | src/mainboard/intel/d510mo/devicetree.cb | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/mainboard/intel/d510mo/devicetree.cb b/src/mainboard/intel/d510mo/devicetree.cb index c5b885ff85..473303842e 100644 --- a/src/mainboard/intel/d510mo/devicetree.cb +++ b/src/mainboard/intel/d510mo/devicetree.cb @@ -92,7 +92,19 @@ chip northbridge/intel/pineview # Northbridge end device pci 1f.1 off end device pci 1f.2 on end # SATA - device pci 1f.3 on end # SMbus + device pci 1f.3 on # SMbus + chip drivers/i2c/ck505 # ICS9EPRS525 + register "mask" = "{ 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, + 0xff }" + register "regs" = "{ 0x61, 0xd9, 0xfe, 0xff, + 0xff, 0x00, 0x00, 0x01, + 0x03, 0x25, 0x83, 0x17, + 0x0d }" + device i2c 69 on end + end + end device pci 1f.4 off end device pci 1f.5 off end device pci 1f.6 off end |