platform/x86: x86-android-tablets: Add Nextbook Ares 8 data
authorHans de Goede <hdegoede@redhat.com>
Sat, 5 Feb 2022 19:13:56 +0000 (20:13 +0100)
committerHans de Goede <hdegoede@redhat.com>
Fri, 11 Feb 2022 09:50:33 +0000 (10:50 +0100)
commit09dd99dd201fb050148c773944a219fee332e361
tree5b66fcd80430ec38a415c0c66c78195a7a017baa
parentfdac7c8a6ee5662fc7cd27f939984f8f91eadfbf
platform/x86: x86-android-tablets: Add Nextbook Ares 8 data

The Nextbook Ares 8 is a x86 ACPI tablet which ships with Android x86
as factory OS. Its DSDT contains a bunch of I2C devices which are not
actually there, causing various resource conflicts. Enumeration of these
is skipped through the acpi_quirk_skip_i2c_client_enumeration().

Add support for manually instantiating the I2C devices which are
actually present on this tablet by adding the necessary device info to
the x86-android-tablets module.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20220205191356.225505-6-hdegoede@redhat.com
drivers/platform/x86/x86-android-tablets.c