summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/digic4.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: drop skeleton.dtsiUwe Kleine-König2019-09-121-2/+5
| | | | | | | | | | | | | | | | In the Linux dts files skeleton.dtsi was dropped (in commit abe60a3a7afb ("ARM: dts: Kill off skeleton{64}.dtsi") for v5.1-rc1). At least one reason for this also applies for barebox: memory nodes are supposed to have a unit address and so adding a memory node without address isn't sensible. There are only four dtsi files that use skeleton.dtsi. Add some of the nodes and properties defined in skeleton.dtsi to its includers. I dropped adding empty alias nodes as neither barebox nor Linux depend on its presence. All consumers override reg in the memory node, so add the device_type property there. The remaining properties are added unchanged. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: add very initial support for Canon DIGIC chipsAntony Pavlov2014-07-291-0/+42
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>