summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx51-babbage.dts
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: directly point to partitions in the barebox,environment bindingSascha Hauer2015-09-011-2/+2
| | | | | | | 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.MX51 babbage: remove unused hoggrpSascha Hauer2014-06-191-3/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: i.MX: update stdout-path propertySascha Hauer2014-05-221-1/+1
| | | | | | | Use stdout-path instead of linux,stdout-path and use &uart format instead of writing the full path. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: i.MX51 babbage: overwrite upstream FEC iomux settingsSascha Hauer2014-05-191-0/+36
| | | | | | | | As of v3.15-rc4 these contain NO_PAD_CTRL settings which are not suitable for an initial setup. Overwrite upstream settings until these are fixed. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: dts: i.MX51: Use upstream dts filesSascha Hauer2014-04-281-391/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX51: Sync DT files with kernelAlexander Shiyan2014-01-101-20/+129
| | | | | | | | This patch includes update i.MX51 template and porting some barebox DTS files to use new template. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX51 babbage: configure environment from devicetreeSascha Hauer2013-07-181-0/+12
| | | | | | While at it use offset 512k to allow bigger barebox binaries. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX51 babbage: switch to devicetreeSascha Hauer2013-05-231-0/+4
| | | | | | | This switches the babbage board to probe from devicetree for all for all devices we currently support probing from devicetree. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX51 babbage: Add phy reset gpio to dtsSascha Hauer2013-05-231-0/+1
| | | | | | This needs to be configured to properly reset the phy. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX51 babbage: provide MAC adress in devicetreeSascha Hauer2013-05-231-0/+4
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX51 babbage: Add spi-cs-high property to pmicSascha Hauer2013-05-231-0/+1
| | | | | | | | | | The mc13892 driver knows that it needs spi-cs-high, so the mc13892 will work. The dataflash also connected to this bus though can only be probed when the mc13892 is inactive. Due to driver probe differences we can only make sure the mc13892 is inactive when we put the information into the devicetree. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: i.MX51: Add devicetree filesSascha Hauer2013-05-231-0/+297
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>