diff options
author | 2014-04-29 10:01:28 -0700 | |
---|---|---|
committer | 2014-04-29 10:01:28 -0700 | |
commit | 3e93457b45a1a8c69227ce596ee2005fa06f20dd (patch) | |
tree | 248c27e432533b1af80a9b2240eaa8e48e3b87cc /drivers/tty/serial/efm32-uart.c | |
parent | regulator: tps65090: Allow setting the overcurrent wait time (diff) | |
parent | mfd: tps65090: Stop caching most registers (diff) | |
download | wireguard-linux-3e93457b45a1a8c69227ce596ee2005fa06f20dd.tar.xz wireguard-linux-3e93457b45a1a8c69227ce596ee2005fa06f20dd.zip |
Merge tag 'ib-mfd-regulator-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into regulator-tps65090
Immutable branch between MFD and Regulator due for v3.16 merge-window.
Diffstat (limited to '')
-rw-r--r-- | drivers/tty/serial/efm32-uart.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/tty/serial/efm32-uart.c b/drivers/tty/serial/efm32-uart.c index 028582e924a5..c167a710dc39 100644 --- a/drivers/tty/serial/efm32-uart.c +++ b/drivers/tty/serial/efm32-uart.c @@ -798,6 +798,9 @@ static int efm32_uart_remove(struct platform_device *pdev) static const struct of_device_id efm32_uart_dt_ids[] = { { + .compatible = "energymicro,efm32-uart", + }, { + /* doesn't follow the "vendor,device" scheme, don't use */ .compatible = "efm32,uart", }, { /* sentinel */ |