summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/efm32gg-dk3750.dts
AgeCommit message (Collapse)Author
2016-09-06ARM: dts: efm32: remove skeleton.dtsi include and fix unit address warningsJoachim Eastwood
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>
2015-09-10ARM: efm32: switch to properly namespaced location propertyUwe Kleine-König
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>
2014-03-14ARM: efm32: properly namespace i2c location propertyUwe Kleine-König
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>
2013-12-16ARM: device trees for Energy Micro's EFM32 Cortex-M3 SoCsUwe Kleine-König
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>