summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6qdl-sabresd.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: i.MX: increase barebox partition sizesSascha Hauer2016-04-271-3/+3
| | | | | | | | | | | | | | | | | | | After doing a 'saveenv' command, it is no longer possible to boot. The reason for this behaviour is that the 'barebox' partition has currently a size of 0x80000 (512 kB), which is not sufficient to store the barebox binary. This causes the 'barebox' and 'barebox-environment' partitions to overlap. Fix this problem by increasing the size of the 'barebox' partition and by placing the 'barebox-environment' right after it. This patch increases the barebox partition for all i.MX boards to 0xe0000 Reported-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: Fix partition namesSascha Hauer2016-04-271-1/+1
| | | | | | | | | 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: dts: i.MX6qdl-sabresd: Use upstream dts fileSascha Hauer2014-05-191-287/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-next/imx-image'Sascha Hauer2014-03-071-0/+13
|\ | | | | | | | | Conflicts: arch/arm/dts/Makefile
| * ARM: i.MX6: sabresd: switch to multi-imageLucas Stach2014-02-191-0/+13
| | | | | | | | | | Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | ARM: i.MX6: sabresd: set USB PHY and DR modeLucas Stach2014-02-191-0/+4
|/ | | | | Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: imx6: update base DTsLucas Stach2014-01-231-1/+1
| | | | | | | Upgrade to linux-next version. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: imx6: update SabreSD DTsLucas Stach2014-01-101-6/+225
| | | | | Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX6 sabre: register MAC address from dtSascha Hauer2013-07-221-0/+4
| | | | | | Use DT description to register the fec MAC address. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX6 sabresd: Switch to devicetree probingSascha Hauer2013-05-311-0/+87
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>