Commit graph

3 commits

Author SHA1 Message Date
Uwe Kleine-König f719a0d6a8 ARM: efm32: switch to vendor,device compatible strings
The mainline drivers were fixed in commits

 - 4ea8dafd24 (serial: efm32: use $vendor,$device scheme for
   compatible string)
 - 12f6dd860c (spi: efm32: use $vendor,$device scheme for compatible
   string)
 - 63cc122381 (clocksource: efm32: use $vendor,$device scheme for
   compatible string)

which are all in 3.16-rc1 to also support these compatible strings.

For the other affected peripherals (adc and gpio) there are no drivers in
mainline yet.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
2015-09-10 10:02:38 +02:00
Uwe Kleine-König 64afb24991 ARM: efm32: fix unit address part in USART2 device nodes' names
While removing the 0x prefixes in the unit addresses in reply to a review
comment, I must somehow have messed up these two. Uups.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
2014-03-14 16:04:15 +01:00
Uwe Kleine-König ef43eff344 ARM: device trees for Energy Micro's EFM32 Cortex-M3 SoCs
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
2013-12-16 17:51:34 +01:00