diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-01-01 21:31:21 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-01-10 17:27:14 +0000 |
commit | 12197db238bb5fb307ee7fe9d14929e0135e49f6 (patch) | |
tree | 0af3bb1c8982030874d5f84d809e6adf0a6435ea /src/mainboard/hp/8770w/devicetree.cb | |
parent | c97802fd4a9bc837bf4fe1d31e639283a43a15d2 (diff) |
HP sandy/ivy laptops: Enable SMBus on devicetree
It has no reason to be disabled.
Change-Id: Iba82b6f71bc3d3a86576b719f2709595b530b702
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38085
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/hp/8770w/devicetree.cb')
-rw-r--r-- | src/mainboard/hp/8770w/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/hp/8770w/devicetree.cb b/src/mainboard/hp/8770w/devicetree.cb index 91116c51c0..9b3f07763a 100644 --- a/src/mainboard/hp/8770w/devicetree.cb +++ b/src/mainboard/hp/8770w/devicetree.cb @@ -96,7 +96,7 @@ chip northbridge/intel/sandybridge end end device pci 1f.2 on end # SATA Controller 1 - device pci 1f.3 off end # SMBus + device pci 1f.3 on end # SMBus device pci 1f.5 off end # SATA Controller 2 device pci 1f.6 off end # Thermal end |