Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38085 )
Change subject: HP sandy/ivy laptops: Enable SMBus on devicetree ......................................................................
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 --- M src/mainboard/hp/2570p/devicetree.cb M src/mainboard/hp/2760p/devicetree.cb M src/mainboard/hp/8460p/devicetree.cb M src/mainboard/hp/8470p/devicetree.cb M src/mainboard/hp/8770w/devicetree.cb M src/mainboard/hp/revolve_810_g1/devicetree.cb 6 files changed, 6 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/38085/1
diff --git a/src/mainboard/hp/2570p/devicetree.cb b/src/mainboard/hp/2570p/devicetree.cb index aec3380..dcf9116 100644 --- a/src/mainboard/hp/2570p/devicetree.cb +++ b/src/mainboard/hp/2570p/devicetree.cb @@ -96,7 +96,7 @@ 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 diff --git a/src/mainboard/hp/2760p/devicetree.cb b/src/mainboard/hp/2760p/devicetree.cb index c77367d..4e2b68c 100644 --- a/src/mainboard/hp/2760p/devicetree.cb +++ b/src/mainboard/hp/2760p/devicetree.cb @@ -92,7 +92,7 @@ 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 diff --git a/src/mainboard/hp/8460p/devicetree.cb b/src/mainboard/hp/8460p/devicetree.cb index aeed664..5bbb4fe 100644 --- a/src/mainboard/hp/8460p/devicetree.cb +++ b/src/mainboard/hp/8460p/devicetree.cb @@ -107,7 +107,7 @@ 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 diff --git a/src/mainboard/hp/8470p/devicetree.cb b/src/mainboard/hp/8470p/devicetree.cb index ef32189..28d8912 100644 --- a/src/mainboard/hp/8470p/devicetree.cb +++ b/src/mainboard/hp/8470p/devicetree.cb @@ -108,7 +108,7 @@ 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 diff --git a/src/mainboard/hp/8770w/devicetree.cb b/src/mainboard/hp/8770w/devicetree.cb index 91116c5..9b3f077 100644 --- a/src/mainboard/hp/8770w/devicetree.cb +++ b/src/mainboard/hp/8770w/devicetree.cb @@ -96,7 +96,7 @@ 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 diff --git a/src/mainboard/hp/revolve_810_g1/devicetree.cb b/src/mainboard/hp/revolve_810_g1/devicetree.cb index 129de70..0de3930 100644 --- a/src/mainboard/hp/revolve_810_g1/devicetree.cb +++ b/src/mainboard/hp/revolve_810_g1/devicetree.cb @@ -99,7 +99,7 @@ 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