]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - drivers/acpi/pmic/intel_pmic.h
ACPI / PMIC: Add generic intel_soc_pmic_exec_mipi_pmic_seq_element handling
[thirdparty/linux.git] / drivers / acpi / pmic / intel_pmic.h
index 5cd195fabca8c28194826f74496944fea535f99d..89379476a1df61f255a03195f5663f3d07df5241 100644 (file)
@@ -21,6 +21,8 @@ struct intel_pmic_opregion_data {
        int power_table_count;
        struct pmic_table *thermal_table;
        int thermal_table_count;
+       /* For generic exec_mipi_pmic_seq_element handling */
+       int pmic_i2c_address;
 };
 
 int intel_pmic_install_opregion_handler(struct device *dev, acpi_handle handle, struct regmap *regmap, struct intel_pmic_opregion_data *d);