diff options
Diffstat (limited to 'src/mainboard/google/falco/devicetree.cb')
-rw-r--r-- | src/mainboard/google/falco/devicetree.cb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mainboard/google/falco/devicetree.cb b/src/mainboard/google/falco/devicetree.cb index cdd5a2ed05..f5a40e15a3 100644 --- a/src/mainboard/google/falco/devicetree.cb +++ b/src/mainboard/google/falco/devicetree.cb @@ -108,7 +108,13 @@ chip northbridge/intel/haswell end end # LPC bridge device pci 1f.2 on end # SATA Controller - device pci 1f.3 on end # SMBus + device pci 1f.3 on # SMBus + chip drivers/i2c/rtd2132 + # Enable Spread Sprectrum at 1.0% + register "sscg_percent" = "0x10" + device i2c 35 on end + end + end device pci 1f.6 on end # Thermal end end |