summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/freescale-mx28-evk
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'for-next/mxs'Sascha Hauer2012-11-161-0/+20
|\
| * mxs: mx28evk: add nand deviceWolfram Sang2012-10-311-0/+20
| | | | | | | | | | | | | | | | While flash layout may be custom, at least the nand0-device is good to have. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* | net fec_imx: determine fec version based on device idsSascha Hauer2012-10-051-1/+1
|/ | | | | | | | This adds the device id mechanism to the i.MX fec driver and uses it to determine the fec version. Also adds devicetree probing support. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* defaultenv: switch hostname to global.hostnameJean-Christophe PLAGNIOL-VILLARD2012-10-021-6/+6
| | | | | | Udpate dhcp with it too. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* arm: mxs: add proper resource lengthWolfram Sang2012-09-111-5/+5
| | | | | | | | | | | For some reason, the mxs-boards missed some length parameters when adding devices. This made reading from ocotp crash in the current version. Provide missing lengths, use a consistent format and fix the length for the LCDIF. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* arm: mxs: get MAC from OCOTP for MX28EVKWolfram Sang2012-06-301-2/+28
| | | | | Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* config: switch machine to hostnameJean-Christophe PLAGNIOL-VILLARD2012-04-181-6/+6
| | | | | | | So we can use it for dhcp request too. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mx28-evk: Add LCD supportAllan Heldgaard2012-04-021-0/+86
| | | | | | | | Derived from TX28 board code (tx28-stk5.c). Signed-off-by: Allan Heldgaard <allan.heldgaard@prevas.dk> Signed-off-by: Esben Haabendal <esben.haabendal@prevas.dk> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* mxs: add support for mx28-evkWolfram Sang2012-01-024-0/+209
This patch adds basic support for the mx28-evk board. Debug UART, MMC and FEC have been successfully used. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>