Skip to content

Commit cc0594c

Browse files
mchehabrafaeljw
authored andcommitted
ACPI / PMIC: Add i2c address for thermal control
On Asus T101HA, we keep receiving those error messages: i915 0000:00:02.0: [drm] *ERROR* mipi_exec_pmic failed, error: -95 intel_soc_pmic_exec_mipi_pmic_seq_element: Not implemented intel_soc_pmic_exec_mipi_pmic_seq_element: i2c-addr: 0x5e reg-addr 0x4b value 0x59 mask 0xff Because the opregion is missing the I2C address. Suggested-by: Hans de Goede <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Reviewed-by: Mika Westerberg <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent b9bbe6e commit cc0594c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/acpi/pmic/intel_pmic_chtdc_ti.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ static struct intel_pmic_opregion_data chtdc_ti_pmic_opregion_data = {
102102
.power_table_count = ARRAY_SIZE(chtdc_ti_power_table),
103103
.thermal_table = chtdc_ti_thermal_table,
104104
.thermal_table_count = ARRAY_SIZE(chtdc_ti_thermal_table),
105+
.pmic_i2c_address = 0x5e,
105106
};
106107

107108
static int chtdc_ti_pmic_opregion_probe(struct platform_device *pdev)

0 commit comments

Comments
 (0)