aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/armv7-m.dtsi (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-09-06ARM: dts: armv7-m: remove skeleton.dtsi includeJoachim Eastwood1-2/+0
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>
2016-04-04ARM: dts: armv7-m: add unit name to interrupt-controllerJoachim Eastwood1-1/+1
Add unit name to nvic to remove the following warning: Warning (unit_address_vs_reg): Node /nv-interrupt-controller has a reg or ranges property, but no unit name Also correct the node name to 'interrupt-controller' while changing the line. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Stefan Agner <stefan@agner.ch>
2015-05-15ARM: dts: Add ARM System timer as clocksource in armv7mMaxime Coquelin1-0/+6
Tested-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2013-12-16ARM: device trees for Energy Micro's EFM32 Cortex-M3 SoCsUwe Kleine-König1-0/+18
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>