summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/efm32gg.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: efm32: remove skeleton.dtsi include and fix unit address warningsJoachim Eastwood2016-09-061-1/+3
| | | | | | | | | | | | | Removale of skeleton.dtsi allows us also to fix the following warning from the dts compiler: Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name by adding proper unit addresses to the memory nodes. Also add missing device_type to the memory node while at it. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Acked-by: Rob Herring <robh@kernel.org> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
* ARM: dts: armv7-m: remove skeleton.dtsi includeJoachim Eastwood2016-09-061-0/+2
| | | | | | | | | | | | | | | | | Remove skeleton.dtsi from the common ARM Cortex-M dtsi. This will allow us to remove skeleton.dtsi on a per platform basis and get rid of the unit address warning on the memory nodes without getting duplicate memory nodes. See 3ebee5a2e141 ("arm64: dts: kill skeleton.dtsi") for additional reasons not to use the skeleton.dtsi. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Acked-by: Rob Herring <robh@kernel.org> Acked-by: Vladimir Murzin <vladimir.murzin@arm.com> Acked-by: Stefan Agner <stefan@agner.ch> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
* ARM: efm32: switch to vendor,device compatible stringsUwe Kleine-König2015-09-101-16/+16
| | | | | | | | | | | | | | | | | | The mainline drivers were fixed in commits - 4ea8dafd2475 (serial: efm32: use $vendor,$device scheme for compatible string) - 12f6dd860cf8 (spi: efm32: use $vendor,$device scheme for compatible string) - 63cc122381bd (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>
* ARM: efm32: fix unit address part in USART2 device nodes' namesUwe Kleine-König2014-03-141-2/+2
| | | | | | | 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>
* ARM: device trees for Energy Micro's EFM32 Cortex-M3 SoCsUwe Kleine-König2013-12-161-0/+172
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>