]> Git Repo - linux.git/commitdiff
ACPI: PMIC: Add pmic_i2c_address to BYT Crystal Cove support
authorHans de Goede <[email protected]>
Tue, 13 Dec 2022 12:34:54 +0000 (13:34 +0100)
committerRafael J. Wysocki <[email protected]>
Fri, 30 Dec 2022 17:46:55 +0000 (18:46 +0100)
Add a pmic_i2c_address entry to intel_pmic_bytcrc.c, so that
intel_soc_pmic_exec_mipi_pmic_seq_element() can be used on
devices with a Bay Trail Crystal Cove PMIC OpRegion driver.

Signed-off-by: Hans de Goede <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/acpi/pmic/intel_pmic_bytcrc.c

index 9ea79f21096581ca7339f4a00f1d3e3b4e2bcf8c..2b09f8da5400e64944478ac92ebe84e51a549277 100644 (file)
@@ -283,6 +283,7 @@ static const struct intel_pmic_opregion_data intel_crc_pmic_opregion_data = {
        .power_table_count= ARRAY_SIZE(power_table),
        .thermal_table  = thermal_table,
        .thermal_table_count = ARRAY_SIZE(thermal_table),
+       .pmic_i2c_address = 0x6e,
 };
 
 static int intel_crc_pmic_opregion_probe(struct platform_device *pdev)
This page took 0.047701 seconds and 4 git commands to generate.