On Tue, Dec 13, 2022 at 2:04 PM Andy Shevchenko <andy@xxxxxxxxxx> wrote: > > On Tue, Dec 13, 2022 at 01:34:54PM +0100, Hans de Goede wrote: > > 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. > > OK! > Reviewed-by: Andy Shevchenko <andy@xxxxxxxxxx> > > > Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx> > > --- > > drivers/acpi/pmic/intel_pmic_bytcrc.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/acpi/pmic/intel_pmic_bytcrc.c b/drivers/acpi/pmic/intel_pmic_bytcrc.c > > index 9ea79f210965..2b09f8da5400 100644 > > --- a/drivers/acpi/pmic/intel_pmic_bytcrc.c > > +++ b/drivers/acpi/pmic/intel_pmic_bytcrc.c > > @@ -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) > > -- Applied as 6.3 material, thanks!