ACPI / LPSS: provide con_id for the clkdev
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Fri, 6 Mar 2015 13:48:38 +0000 (15:48 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 9 Mar 2015 23:28:43 +0000 (00:28 +0100)
commitfcf0789a96777d79d20290e08bf43943a5619387
tree891349a1eb15ce477a63602a1acb37ad9de79f17
parent9eccca0843205f87c00404b663188b88eb248051
ACPI / LPSS: provide con_id for the clkdev

Commit 7d78cbefaa (serial: 8250_dw: add ability to handle
the peripheral clock) introduces handling for a second clk
to 8250_dw.c which is the driver also for LPSS UART. The
second clk forces us to provide identifier (con_id) for the
clkdev we create.

This fixes an issue where 8250_dw.c is getting the same
handler for both clocks.

Fixes: 7d78cbefaa (serial: 8250_dw: add ability to handle the peripheral clock)
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Cc: 3.17+ <stable@vger.kernel.org> # 3.17+
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_lpss.c