|
@@ -686,6 +686,11 @@ static void *msic_ocd_platform_data(void *info)
|
|
|
return msic_generic_platform_data(info, INTEL_MSIC_BLOCK_OCD);
|
|
|
}
|
|
|
|
|
|
+static void *msic_thermal_platform_data(void *info)
|
|
|
+{
|
|
|
+ return msic_generic_platform_data(info, INTEL_MSIC_BLOCK_THERMAL);
|
|
|
+}
|
|
|
+
|
|
|
static const struct devs_id __initconst device_ids[] = {
|
|
|
{"bma023", SFI_DEV_TYPE_I2C, 1, &no_platform_data},
|
|
|
{"pmic_gpio", SFI_DEV_TYPE_SPI, 1, &pmic_gpio_platform_data},
|
|
@@ -705,6 +710,7 @@ static const struct devs_id __initconst device_ids[] = {
|
|
|
{"msic_audio", SFI_DEV_TYPE_IPC, 1, &msic_audio_platform_data},
|
|
|
{"msic_power_btn", SFI_DEV_TYPE_IPC, 1, &msic_power_btn_platform_data},
|
|
|
{"msic_ocd", SFI_DEV_TYPE_IPC, 1, &msic_ocd_platform_data},
|
|
|
+ {"msic_thermal", SFI_DEV_TYPE_IPC, 1, &msic_thermal_platform_data},
|
|
|
|
|
|
{},
|
|
|
};
|