]> 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)
commitc1f2de222cb04ad8d4a36c815209e3a3b33a2cf7
treefa4518ceed045c14e8368177661b1750fcac03d0
parent527e239560be1c5555c9552fd3ca57ca19a57822
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