summaryrefslogtreecommitdiff
path: root/board/toradex/apalis_imx6/apalis_imx6.c
AgeCommit message (Collapse)Author
2014-04-28apalis_imx6.c: mux pin GPIO18 to GPIO inputtoradex_imx6Max Krummenacher
The bootrom sets the iomux to vselect, potentially connecting two outputs. Set this back to GPIO in early init.
2014-04-02apalis_imx6.c: don't provide CONFIG_REVISION_TAGApalis_iMX6_LinuxImageV2.2Beta1_20140404Max Krummenacher
i.MX6 uses the 'standard' board revision for things, i.e. video decoding no longer works. so don't interfere with the Apalis iMX6 HW Revision */
2014-04-02board: add Toradex configblock handlingMax Krummenacher
2014-03-10boot: try emmcboot, nfsboot, then commandlineMax Krummenacher
change the bootcommand to the following boot order - emmcboot - nfsboot - enable usb keyboard and go to command prompt
2014-03-10pf0100: only program unprogrammed OTPMax Krummenacher
- add logic to check for an unprogrammed PMIC before programming - add #ifdef debug section to dump all PMIC registers
2014-03-06apalis_imx6: set backlight pins to on for EDT 7"Max Krummenacher
2014-02-19apalis_imx6: unconditionally set backlight pins to onMax Krummenacher
2014-02-07mmc: eMMC is now first device, fix SD1 cardMax Krummenacher
- order the SD Controllers. eMMC, MMC1, SD1 - SD1 is on Controller 2, but some references went to Controller 4
2014-01-28pmic: initial code for pmic otp programmingMax Krummenacher
- move current code in its own source file - add OTP programming code, results to be tested - add OTP settings file, generated from excel check sed commands to convert from text output to c-code
2014-01-27pinmuxing: fix lcd, analog rgb pinmuxingMax Krummenacher
2014-01-25apalis_imx6: fix ethernetMarcel Ziswiler
Fix Ethernet by limiting Micrel KSZ9031 PHY to 10/100 Mbps for now. This has been ported from the following mainline commit for the uDoo board: 078813d21db0600d440625327a1728c32e9fcc90 While at it clean out some more irrelevant stuff.
2014-01-22Apalis imx6: further bringupMax Krummenacher
- Switched on some PMIC rails until we fuse the PMIC - Added/corrected pinmuxings - ETH still not working - Corrected board name were Colibri was used instead of Apalis