From a6076cfcfdbe46e81e598e4761eb5d4c4a4082ab Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Mon, 24 Jul 2023 18:33:46 -0500 Subject: mb/google/butterfly: override SMBus subsystem ID Necessary to allow coolstar's Windows touchpad driver for this board, since the touchpad is attached to the SMBus. The VID/DID combo used is not registered/doesn't conflict with any currently in use, and would be difficult to change at this point since the Windows drivers have already been signed. TEST=build/boot Win11, Linux on butterfly/lumpy/parrot, verify touchpad driver works properly. Change-Id: I61912fd6db9eb4b8d202ab633b8c7ca5913e759f Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/76742 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/mainboard/google/butterfly/devicetree.cb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/butterfly/devicetree.cb b/src/mainboard/google/butterfly/devicetree.cb index 24d973e209c6..5b3841a1f080 100644 --- a/src/mainboard/google/butterfly/devicetree.cb +++ b/src/mainboard/google/butterfly/devicetree.cb @@ -79,7 +79,9 @@ chip northbridge/intel/sandybridge end end # LPC bridge device ref sata1 on end # SATA Controller 1 - device ref smbus on end # SMBus + device ref smbus on + subsystemid 0x04B4 0x18D1 + end # SMBus device ref sata2 off end # SATA Controller 2 device ref thermal on end # Thermal end -- cgit v1.2.3