platform/x86: x86-android-tablets: Add Vexia Edu Atla 10 tablet 5V data
authorHans de Goede <hdegoede@redhat.com>
Mon, 7 Apr 2025 09:20:16 +0000 (11:20 +0200)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Fri, 11 Apr 2025 09:55:32 +0000 (12:55 +0300)
commit59df54c67be3e587e4217bddd793350fbe8f5feb
treed24a7bf87915c12c77923810dc7dd03dcd7cdf56
parent3343b086c7035222c24956780ea4423655cad6d2
platform/x86: x86-android-tablets: Add Vexia Edu Atla 10 tablet 5V data

The Vexia EDU ATLA 10 tablet comes in 2 different versions with
significantly different mainboards. The only outward difference is that
the charging barrel on one is marked 5V and the other is marked 9V.

Both are x86 ACPI tablets which ships with Android x86 as factory OS.
with a DSDT which 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().

Extend the existing support for the 9V version by adding support for
manually instantiating the I2C devices which are actually present on
the 5V version by adding the necessary device info to
the x86-android-tablets module.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20250407092017.273124-2-hdegoede@redhat.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/x86-android-tablets/dmi.c
drivers/platform/x86/x86-android-tablets/other.c
drivers/platform/x86/x86-android-tablets/x86-android-tablets.h