summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6sx-sdb.dts
Commit message (Collapse)AuthorAgeFilesLines
* ARM: imx6sx-sdb: remove PHY reset GPIO from DTLucas Stach2019-06-111-0/+4
| | | | | | | | The board file already has a more sophisticated PHY reset sequence, so there is no need to do it in the driver. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Merge branch 'for-next/imx'Sascha Hauer2018-07-091-58/+0
|\
| * ARM: i.MX6SX SDB: drop deprecated DT overwritesOleksij Rempel2018-06-141-58/+0
| | | | | | | | | | | | | | | | | | Latest kernel ./dts/ is providing proper pin and fec configs. This overwrites are preventing kernel from net boot if barebox is DT source. Signed-off-by: Oleksij Rempel <o.rempel@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: i.MX: increase barebox partition sizesSascha Hauer2016-04-271-2/+2
| | | | | | | | | | | | | | | | | | | 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: i.MX: Add i.MX6sx sabresdb supportSascha Hauer2014-11-271-0/+92
This adds support for the Freescale i.MX6sx sabresdb board. Tested are: - UART - The three SD card slots - USB host - USB otg (host and device mode) - FEC (both) Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>