]> git.baikalelectronics.ru Git - kernel.git/commit
serial: efm32: use $vendor,$device scheme for compatible string
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 25 Mar 2014 14:53:12 +0000 (15:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Apr 2014 21:17:43 +0000 (14:17 -0700)
commit72d53245005934fc346e2f315f956d39e2e7b6ea
treefa4518ceed045c14e8368177661b1750fcac03d0
parent4fe685d50e24dd7b5f5131bae7b45d6a34da4e13
serial: efm32: use $vendor,$device scheme for compatible string

Wolfram Sang pointed out that "efm32,$device" is non-standard. So use the
common scheme and prefix device with "efm32-". The old compatible string
is left in place until arch/arm/boot/dts/efm32* is fixed.

Reported-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/serial/efm32-uart.txt
drivers/tty/serial/efm32-uart.c