summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/board-mx6sl_common.h
AgeCommit message (Collapse)Author
2013-01-05ENGR00238281 MX6SL_EVK: Add rfkill interface to bluetoothLionel Xu
MX6SL EVK board uses Silex SX-SDMAN board for bluetooth. Add rfkill interface to control SX-SDMAN reset. The reset signal is required before using bluetooth. Signed-off-by: Lionel Xu <R63889@freescale.com>
2012-11-16ENGR00233705 [MX6SL] -Fix suspend/resume issue when SD1 is used to boot.Ranjani Vaidyanathan
Setting certain IOMUX settings on SD1 prevents the system from entering suspend. These pins are already configured as GPIO, so it does not help to reconfigure them during suspend. Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
2012-11-05ENGR00232327 MX6SL-Optimize board level suspend powerRanjani Vaidyanathan
Improve the board level suspend power by configuring various IOMUX pads to low power state. Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
2012-10-15ENGR00229708 [MX6SL] Fix all build warnings.Nancy Chen
Fix all build warnings in files: arch/arm/mach-mx6/board-mx6sl_common.h arch/arm/mach-mx6/board-mx6sl_evk.c arch/arm/mach-mx6/clock_mx6sl.c arch/arm/mach-mx6/cpu_regulator-mx6.c arch/arm/mach-mx6/pm.c arch/arm/mach-mx6/system.c arch/arm/plat-mxc/dvfs_core.c Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com>
2012-10-09ENGR00226392 MX6SL Bluetooth: Setup uart2 to enable bluetoothLionel Xu
Setup uart2 to enable bluetooth basic functionality on mx6sl evk board. DMA mode was not enabled for uart2 operation. Signed-off-by: Lionel Xu <Lionel.Xu@freescale.com>
2012-09-29ENGR00225981-8 csi/imx6sl: add the platform-related settingRobby Cai
- add platform data for csi driver - change the regulator name to reflect the voltage really used - select OSC as csi parent clock to get 24MHz - add an boot option to use csi feature while filter out the EPDC/SPDC, since there are pin conflicts with xPDC. - both ov5640 and ov5642 are verified okay, ov5640 is used by default. - remove IPU from update_defconfig Signed-off-by: Robby Cai <R63905@freescale.com>
2012-09-29ENGR00225960-04 mx6sl evk: Add sii902x GPIO/IOMux settingSandor Yu
Add sii902x GPIO and IOMUX setting to mx6sl evk board. Signed-off-by: Sandor Yu <R01008@freescale.com>
2012-09-27ENGR00226095-1 MX6 SL: add SPDIF support in EVKGary Zhang
HDMI AUDIO in evk comes from SPDIF TX, and add SPDIF TX support to implement HDMI AUDIO feature Signed-off-by: Gary Zhang <b13634@freescale.com>
2012-09-12ENGR00223679-1 mx6sl_evk: Add pin config for MAX8903Rong Dian
Configure PINMUX for max8903 driver on mx6sl_evk board. Signed-off-by: Rong Dian <b38775@freescale.com>
2012-08-15ENGR00220161: imx6sl: Add EVK board SupportRobby Cai
- Copied the board file from ARM2, and consolidated the pinmux setting. - Added a new pmic file for EVK. - Added a new mach type. - Added board_is_mx6sl_evk() API for late use if needed. - Updated the defconfig Signed-off-by: Robby Cai <R63905@freescale.com>