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>
This commit is contained in:
parent
c97802fd4a
commit
12197db238
|
@ -96,7 +96,7 @@ chip northbridge/intel/sandybridge
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
device pci 1f.2 on end # SATA Controller 1
|
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.5 off end # SATA Controller 2
|
||||||
device pci 1f.6 off end # Thermal
|
device pci 1f.6 off end # Thermal
|
||||||
end
|
end
|
||||||
|
|
|
@ -92,7 +92,7 @@ chip northbridge/intel/sandybridge
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
device pci 1f.2 on end # SATA Controller 1
|
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.5 off end # SATA Controller 2
|
||||||
device pci 1f.6 off end # Thermal
|
device pci 1f.6 off end # Thermal
|
||||||
end
|
end
|
||||||
|
|
|
@ -107,7 +107,7 @@ chip northbridge/intel/sandybridge
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
device pci 1f.2 on end # SATA Controller 1
|
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.5 off end # SATA Controller 2
|
||||||
device pci 1f.6 off end # Thermal
|
device pci 1f.6 off end # Thermal
|
||||||
end
|
end
|
||||||
|
|
|
@ -108,7 +108,7 @@ chip northbridge/intel/sandybridge
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
device pci 1f.2 on end # SATA Controller 1
|
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.5 off end # SATA Controller 2
|
||||||
device pci 1f.6 off end # Thermal
|
device pci 1f.6 off end # Thermal
|
||||||
end
|
end
|
||||||
|
|
|
@ -96,7 +96,7 @@ chip northbridge/intel/sandybridge
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
device pci 1f.2 on end # SATA Controller 1
|
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.5 off end # SATA Controller 2
|
||||||
device pci 1f.6 off end # Thermal
|
device pci 1f.6 off end # Thermal
|
||||||
end
|
end
|
||||||
|
|
|
@ -99,7 +99,7 @@ chip northbridge/intel/sandybridge # FIXME: check gfx.ndid and gfx.did
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
device pci 1f.2 on end # SATA Controller 1
|
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.5 off end # SATA Controller 2
|
||||||
device pci 1f.6 off end # Thermal
|
device pci 1f.6 off end # Thermal
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue