summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6q-var-som.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* 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: directly point to partitions in the barebox,environment bindingSascha Hauer2015-09-011-1/+1
| | | | | | | We can now directly point to the partitions in the barebox,environment binding. Convert some boards over to it. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: imx6: do not include arm/imx6q.dtsi from barebox imx6q.dtsiPhilipp Zabel2015-07-081-0/+1
| | | | | | | | | | Instead, let each board dts file that needs it include <arm/imx6q.dtsi> manually before "imx6q.dtsi". This way board dts files that include the original board dts and include "imxq6.dtsi" on top of that without disabling all peripherals. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: i.MX6: drop usage of pin group definesSascha Hauer2014-05-191-4/+39
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX6: Add initial variscite VAR-SOM-MX6 CPU supportSascha Hauer2014-03-281-0/+99
The VAR-SOM-MX6 is a System on module from Variscite, see: http://www.variscite.com/products/system-on-module-som/cortex-a9/var-som-mx6-cpu-freescale-imx6 This adds support for this module on the VAR-MX6CustomBoard baseboard. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>