summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx28-evk.dts
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: imx28-evk: Use pinctrl for gpio-ledFabio Estevam2012-10-151-1/+12
| | | | | | | | | | | Since commit 8fe4554f (leds: leds-gpio: adopt pinctrl support) gpio-led driver has pinctrl support, so setup the gpio led pin via pinctrl and avoid the following warning: leds-gpio leds.12: pins are not configured from the driver Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: mx28evk: Add I2C EEPROM supportFabio Estevam2012-09-051-0/+6
| | | | | | | | | mx28evk has a free slot U50 that can be used to populate an I2C EEPROM. Add support for it. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: mx28evk: Add LRADC supportFabio Estevam2012-08-281-0/+4
| | | | | | | Add LRADC support. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: mx28evk: Add SPI flash supportFabio Estevam2012-08-281-0/+17
| | | | | | | | | mx28evk has a free slot (J89) which can be used to populate an SPI NOR Flash. Add support for it. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: mxs: Rename 'hog-gpios'Fabio Estevam2012-08-231-1/+1
| | | | | | | | hog_pins is used to setup the pin functions, and it is not neccesarily used only for GPIO pins, so use only 'hog' to describe a more generic term. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: dts: imx28-evk: add usb devicesRichard Zhao2012-07-121-0/+38
| | | | | | | | | | - add usb phy devices - add usb controller devices - add usb vbus regulators Signed-off-by: Richard Zhao <richard.zhao@freescale.com> Tested-by: Subodh Nijsure <snijsure@grid-net.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: dts: imx28: move lcdif control pins into board dtsShawn Guo2012-07-111-1/+15
| | | | | | | | The presence and muxing of lcdif control pins can vary much on different boards. Move them into imx28-evk.dts to make lcdif_24bit_pins_a only about data pins, so that it can be reused by other boards. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: dts: imx28: move extra gpmi-nand pins into board dtsShawn Guo2012-07-111-1/+13
| | | | | | | | Only pins GPMI_CE0N and GPMI_READY0 are generally used by other boards. Move GPMI_CE1N and GPMI_READY1 into imx28-evk.dts to make gpmi_pins_a more general, and can be used by other boards. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: dts: imx28-evk: add flexan devicesShawn Guo2012-07-061-0/+12
| | | | | | Add flexan devices for imx28-evk board. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: dts: mxs: add lcd support for imx23-evk and imx28-evkShawn Guo2012-07-031-0/+7
| | | | | | Add lcd support for imx23-evk and imx28-evk. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: dts: mxs: add pwm-backlight for imx23-evk and imx28-evkShawn Guo2012-07-031-0/+13
| | | | | | Add pwm device and pwm-backlight for imx23-evk and imx28-evk. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: dts: imx28-evk: add heartbeat gpio-ledsShawn Guo2012-07-031-0/+10
| | | | | | Add heartbeat gpio-leds for imx28-evk board. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: dts: imx28-evk: add missing properties for fecShawn Guo2012-07-031-0/+11
| | | | | | | | Add missing properties for fec, phy-supply, phy-reset-gpios and phy-reset-duration, which are required by fec driver for successfully probe fec from device tree, if bootloader hasn't set those things up. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: dts: imx28-evk: add vmmc-supply for mmc deviceShawn Guo2012-07-031-1/+9
| | | | | | | | | | | | Add vmmc-supply for mmc device, so that the power to mmc slot can be turned on by mmc driver if bootloader hasn't done it. Also remove "okay" status for mmc1/ssp1, as the device has pin conflict with gpmi-nand. Actually the device is already disabled since the mxs-mmc driver adopts pinctrl support because there is no pinctrl setup for the device in dts. Make this explicit by removing "okay" status. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: dts: mxs: add hog-gpios for imx23-evk and imx28-evkShawn Guo2012-07-031-0/+21
| | | | | | | | Before gpio_request can directly ask pinctrl system to configure the requested pin into gpio mode, we use "hog" entry (pinctrl state of pin controller itself) to configure gpios. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: dts: mx28evk: Add auart0 and auart3 supportFabio Estevam2012-07-031-0/+12
| | | | | | | | Add auart0 and auart3 support. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: mx28: add gpmi-nand supportHuang Shijie2012-07-031-0/+6
| | | | | | | | | | add gpmi-nand device tree support. add gpmi-nand pinctrl support. Also enable the gpmi support for mx28-evk board. Signed-off-by: Huang Shijie <b32955@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: dts: enable audio support for imx28-evkShawn Guo2012-05-131-0/+41
| | | | Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: dts: enable i2c device for imx28-evkShawn Guo2012-05-131-0/+6
| | | | Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: dts: enable mmc for imx28-evkShawn Guo2012-05-131-0/+19
| | | | Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: mxs: add initial device tree support for imx28-evk boardDong Aisheng2012-05-121-0/+48
This patch includes basic dt support which can boot via nfs rootfs. Signed-off-by: Dong Aisheng <dong.aisheng@linaro.org> Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Marek Vasut <marex@denx.de>
OpenPOWER on IntegriCloud