Browse Source

platform-x86: intel_mid_thermal: add msic_thermal alias

In newer boards this device is called "msic_thermal" instead of
"msic_sensor". To support both we add suitable alias for the driver.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Mika Westerberg 13 years ago
parent
commit
3fca3d3d50
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/platform/x86/intel_mid_thermal.c

+ 1 - 0
drivers/platform/x86/intel_mid_thermal.c

@@ -550,6 +550,7 @@ static int mid_thermal_remove(struct platform_device *pdev)
 
 static const struct platform_device_id therm_id_table[] = {
 	{ DRIVER_NAME, 1 },
+	{ "msic_thermal", 1 },
 	{ }
 };