summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/efm32gg-dk3750.dts
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: efm32: remove skeleton.dtsi include and fix unit address warningsJoachim Eastwood2016-09-061-2/+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: efm32: switch to properly namespaced location propertyUwe Kleine-König2015-09-101-4/+4
| | | | | | | | | | | | | Since commits: 281ec367bff4 (i2c: efm32: correct namespacing of location property) d36f47fa8419 (serial: efm32: correct namespacing of location property) 10ed7e9847b6 (spi: efm32: correct namespacing of location property) (contained in 3.17-rc1) all drivers support the correctly namespaced location property. So use the better names now. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
* ARM: efm32: properly namespace i2c location propertyUwe Kleine-König2014-03-141-1/+1
| | | | | | | | | Wolfram Sang pointed out during review of an efm32-i2c driver that the property to specify the set of pins has a too general name. As several other efm32 peripherals also have a similar register bit field, add an "efm32" namespace. 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/+86
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>