summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx25-karo-tx25.dts
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: imx25-karo-tx25: include Linux dts instead of duplicating itUwe Kleine-König2019-09-121-94/+1
| | | | | | | | | | | | | | This reduces duplicated information and benefits automatically from some changes that were done in Linux since the board was last touched in barebox. Also the intended differences are more obvious this way. To not include dts/src/arm/imx25.dtsi twice (which undoes some intended changes) it is necessary to drop the respective include from arch/arm/dts/imx25.dtsi. This is not a problem as tx25 is its only consumer. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: drop skeleton.dtsiUwe Kleine-König2019-09-121-0/+1
| | | | | | | | | | | | | | | | 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: dts: remove @0 from environment nodesSascha Hauer2018-06-191-1/+1
| | | | | | | The environment nodes do not have a reg property and as such should not have a @0 suffix. Newer dtc warns about this, so remove it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: use stdout-path propertySascha Hauer2018-06-191-1/+1
| | | | | | linx,stdout-path has been deprecated. Use stdout-path instead. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: Fix partition namesSascha Hauer2016-04-271-3/+3
| | | | | | | | | Partition names shouldn't be continuously numbered, instead the part behind the '@' should match the reg property. Fix this for all ARM device trees. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Reviewed-by: Fabio Estevam <festevam@gmail.com>
* ARM: dts: Karo TX25: add barebox specificsSascha Hauer2014-01-311-0/+35
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: Karo TX25: add phy supply for fecSascha Hauer2014-01-311-0/+16
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: Karo TX25: add missing nfc propertiesSascha Hauer2014-01-311-0/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: Karo TX25: Add phy-reset-gpioSascha Hauer2014-01-311-0/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: Karo TX25: Add pinctrl nodesSascha Hauer2014-01-311-0/+53
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: Add i.MX25 Karo TX25 dtsSascha Hauer2014-01-311-0/+36
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>