summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6qdl-nitrogen6x.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: nitrogen6x: remove conflicting upstream SPI NOR partitionsPhilipp Zabel2019-01-111-0/+3
| | | | | | | | | | | | | | | | | Since kernel commit 44eac6ef3779 ("ARM: dts: imx6qdl-nitrogen6x: Add SPI NOR partitions"), included in barebox commit a9c5f6b9ec88 ("dts: update to v4.16-rc1"), the upstream device tree contains partition definitions that conflict with preexisting barebox partitions: ERROR: m25p0.env: New partition m25p0.env conflicts with m25p0.barebox ERROR: m25p0.splash: New partition m25p0.splash conflicts with m25p0.barebox Remove them so we can add the larger barebox and barebox-environment partitions that are used since commit 3fb70de496b3 ("ARM: i.MX: increase barebox partition sizes"). Signed-off-by: Philipp Zabel <p.zabel@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: nitrogen6x: use upstream DTsLucas Stach2016-08-031-2/+0
| | | | | | | | This gets rid of the (mostly) stub top level DTs in barebox and switches the compatible to the proper "boundary" one. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* 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: i.MX6qdl-nitrogen6x: Use upstream dts fileSascha Hauer2014-05-191-368/+10
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: imx6: add initial support for Nitrogen6X boardsLucas Stach2014-01-231-0/+412
Only the 1GB variant is supported for now, as I don't have anything other to test with. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>