diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2024-05-05 13:28:39 -0500 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-05-08 11:53:54 +0000 |
commit | 837060d4fce66b977640737985c54fac6b7e1aa7 (patch) | |
tree | 66165fd14e4804445c18ae04d18c9499205f122c /src | |
parent | 4533b0ee5c0602bbe24e9b0c42792f2dcc646333 (diff) |
mb/samsung/lumpy: Fix smbus subsystem ID
The smbus subsystem ID was inadvertently reversed when added in commit
eb2897b113a0 ("mb/samsung/lumpy: override SMBus subsystem ID"), so
correct it.
TEST=build/boot Win10 on lumpy, verify touchpad driver functional.
Change-Id: I7520041ea113dff8f2abebfc71a1de6d0f9fc91f
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82227
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/samsung/lumpy/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/samsung/lumpy/devicetree.cb b/src/mainboard/samsung/lumpy/devicetree.cb index a8efd67da4..0bf0b306da 100644 --- a/src/mainboard/samsung/lumpy/devicetree.cb +++ b/src/mainboard/samsung/lumpy/devicetree.cb @@ -102,7 +102,7 @@ chip northbridge/intel/sandybridge end device ref sata1 on end # SATA Controller 1 device ref smbus on - subsystemid 0x04B4 0x18D1 + subsystemid 0x18D1 0x04B4 end # SMBus device ref sata2 off end # SATA Controller 2 device ref thermal on end # Thermal |