1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <acpi/acpi_device.h>
5 struct drivers_i2c_rt5645_config
{
6 const char *desc
; /* Device Description */
7 const char *name
; /* ACPI Device Name */
8 const char *hid
; /* ACPI _HID */
9 struct acpi_gpio cbj_sleeve
; /* sleeve power gate GPIO */
10 struct acpi_gpio hp_detect
;
12 unsigned int bus_speed
;
13 /* Allow GPIO based interrupt or PIRQ */
14 struct acpi_gpio irq_gpio
;