summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/tegra20-colibri-iris.dts
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: tegra: switch to path and label referencesAhmad Fatoum2023-02-221-50/+48
| | | | | | | | | | Tegra boards broke, because upstream renamed nodes, like sdhci -> mmc. Let's switch everything to references to fix the breakage and avoid future breakage due to renames. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20230217173057.1839835-7-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: tegra20-colibri-iris: drop regulators nodeSascha Hauer2020-09-151-20/+16
| | | | | | | | Grouping the fixed regulators in an extra regulators node is deprecated. Move the regulators up one level and drop the reg properties to avoid dtc warnings. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* tegra: colibri-t20: add stdout-pathLucas Stach2014-11-041-0/+4
| | | | | Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: update colibri + iris DTs to Linux 3.14Lucas Stach2014-04-071-15/+15
| | | | | Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: pull in complete DTs from Linux 3.13Lucas Stach2014-01-291-2/+61
| | | | | Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* dts: tegra: activate SDMMC on Colibri T20Lucas Stach2013-12-041-0/+5
| | | | | Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* tegra20: add generic board and Colibri T20 on IrisLucas Stach2013-05-151-0/+32
The Tegra arch will be fully based on device tree and most boards shouldn't need anything more than the generic drivers and arch code. This adds generic tegra20 board support, but since we currently have no way to combine an image with a devicetree other than compiling it into the single image we also add Colibri T20 on Iris support here and add a defconfig for it. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>