[PATCH v1 07/27] ACPICA: Add LVR to acrestyp.h
From: Rafael J. Wysocki
Date: Wed May 27 2026 - 14:21:02 EST
From: Akhil R <akhilrajeev@xxxxxxxxxx>
Add a new field called lvr to struct acpi_resource_i2c_serialbus.
Link: https://github.com/acpica/acpica/commit/e62e74baf7e0
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx>
---
include/acpi/acrestyp.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/acpi/acrestyp.h b/include/acpi/acrestyp.h
index 842f932e2c2b..38a19b1d19ac 100644
--- a/include/acpi/acrestyp.h
+++ b/include/acpi/acrestyp.h
@@ -423,6 +423,7 @@ struct acpi_resource_i2c_serialbus {
ACPI_RESOURCE_SERIAL_COMMON u8 access_mode;
u16 slave_address;
u32 connection_speed;
+ u8 lvr;
};
/* Values for access_mode field above */
--
2.51.0