Skip to content

Commit 73d15a7

Browse files
jwrdegoederafaeljw
authored andcommitted
ACPI: PMIC: Add pmic_i2c_address to BYT Crystal Cove support
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 <hdegoede@redhat.com> Reviewed-by: Andy Shevchenko <andy@kernel.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 1b929c0 commit 73d15a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/acpi/pmic/intel_pmic_bytcrc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ static const struct intel_pmic_opregion_data intel_crc_pmic_opregion_data = {
283283
.power_table_count= ARRAY_SIZE(power_table),
284284
.thermal_table = thermal_table,
285285
.thermal_table_count = ARRAY_SIZE(thermal_table),
286+
.pmic_i2c_address = 0x6e,
286287
};
287288

288289
static int intel_crc_pmic_opregion_probe(struct platform_device *pdev)

0 commit comments

Comments
 (0)