Register the I2C controller with ACPI. Skip this on the SC8280XP SoC for
authorkettenis <kettenis@openbsd.org>
Sun, 11 Sep 2022 18:07:26 +0000 (18:07 +0000)
committerkettenis <kettenis@openbsd.org>
Sun, 11 Sep 2022 18:07:26 +0000 (18:07 +0000)
commitc0d15c1ffdc08b0760e6bca5067ea734b77e9972
tree43cf06557fddec378d071f4101ab6c23728ab1b1
parent8d70314b2e1d1a53b2689894c7161cc76b557c3b
Register the I2C controller with ACPI.  Skip this on the SC8280XP SoC for
now as the AML on the Lenovo X13S tries to do I2C transactions to a device
that doesn't respond leading to the ACPI thread spinning until the
transaction times out.

ok mlarkin@, deraadt@
sys/dev/acpi/qciic.c