aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Collapse)AuthorAge
...
* ENGR00269945: ARM: imx6: remove sabresd hdcp dtb targetsShawn Guo2014-04-16
| | | | | | | | The commit fc52e42 (ENGR00269945: ARM: imx6: remove sabresd hdcp dts files) removes dts but leaves dtb targets in Makefile. This causes build issue with 'make ARCH=arm dtbs'. Remove the dead targets. Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
* ARM: dts: enable the gpmi-nand for imx6q{dl}-sabreauto boardsHuang Shijie2014-04-16
| | | | | | | enable the gpmi-nand for imx6q-sabreauto and imx6qdl-sabreauto boards. Signed-off-by: Huang Shijie <b32955@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ENGR00269945: ARM: imx: add an ARMv7 only defconfigShawn Guo2014-04-16
| | | | | | | | | | | | | | To utilize ARMv7 optimization, let's maintain an ARMv7 only defconfig imx_v7_defconfig. It's generated as below. * make ARCH=arm imx_v6_v7_defconfig * make ARCH=arm menuconfig * System Type ---> Multiple platform selection ---> Deselect ARMv6 based platforms (ARM11) * make ARCH=arm savedefconfig * cp defconfig arch/arm/configs/imx_v7_defconfig Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
* ENGR00276845-2 ARM: imx6sl: move the clock init code to appropriate placeRobby Cai2014-04-16
| | | | | | | It's a cleanup. Move the PLL5_VIDEO clock init code to the clock init code group to avoid the code messed up. Signed-off-by: Robby Cai <R63905@freescale.com>
* ENGR00276845-1 ARM: imx: No need to wait for PLL lock when PLL is power downAnson Huang2014-04-16
| | | | | | | Add the check for PLL power status before wait for PLL to be locked. It will not do further operation when PLL is powered down. Signed-off-by: Anson Huang <b20788@freescale.com>
* ENGR00276839 ARM: dtsi: imx6qdl-sabresd: Add power key, vol up/down key supportAnson Huang2014-04-16
| | | | | | | | Add power key, vol up and vol down key for i.MX6Q/DL SabreSD board. Power key is one of the wakeup sources. Signed-off-by: Anson Huang <b20788@freescale.com>
* ENGR00269945: ARM: imx6: sort label nodes alphabeticallyShawn Guo2014-04-16
| | | | | | | | Sort the label nodes alphabetically in board level dts files, so that the nodes can be located a little bit easier and new entries can find the their places for addition. Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
* ENGR00269945: ARM: imx6: maintain pinctrl setting outside bus topologyShawn Guo2014-04-16
| | | | | | | | | | | The patch moves all pinctrl setting nodes outside bus topology using label, so that we can reduce some indent levels for these nodes and avoid churning main device nodes structure chunk. While at it, the patch also sorts those pinctrl setting nodes alphabetically. Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
* ENGR00269945: ARM: imx6: remove sabresd hdcp dts filesShawn Guo2014-04-16
| | | | | | | | Since U-Boot provide good support for modify device tree blob (DTB) at run-time with 'fdt' command, we do not have to maintain extra DTS files just for pin conflict case. Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
* ENGR00275031-3 arm: imx_v6_v7_defconfig: enable lcdif framebuffer driverRobby Cai2014-04-16
| | | | | | Enable lcdif framebuffer driver on mx6sl by default. Signed-off-by: Robby Cai <R63905@freescale.com>
* ENGR00275031-2 ARM: dts: add lcdif and backlight supportRobby Cai2014-04-16
| | | | | | | | Add dts for lcdif, backlight(pwm). - use display timing dts bindings for lcd timing setting. - add an axi clock node for mx23/mx28 to accommadate the change in driver Signed-off-by: Robby Cai <R63905@freescale.com>
* ENGR00275031-1 mx6sl fb: support lcdif framebuffer on 3.10Robby Cai2014-04-16
| | | | | | | | | re-use the upstreaming mxsfb.c code. - add the lcdif axi clock for register and dram access - set the lcdif pix's parent as pll5_video to get most accurate pix clock - add binding doc for lcdif dts Signed-off-by: Robby Cai <R63905@freescale.com>
* ENGR00276255 ARM: imx: Correct PLL set rate flowAnson Huang2014-04-16
| | | | | | | | When changing the divider of PLL, need to wait for lock bit is set, otherwise, there will be no clock output before PLL is locked. Signed-off-by: Anson Huang <b20788@freescale.com>
* ARM: imx: clk-pllv3: improve the timeout waiting methodPeter Chen2014-04-16
| | | | | | | | | | | | | | | | | There are two improvements for this commit: - Add comparing pll lock condition after while loop. It can fix potential fake timeout problem caused by the code is just scheduled out before compare the timeout, and the time of scheduling out are more than one jiffies. - Move timeout assignment more close to compare the timeout. It can reduce the possibility the code is scheduled out, and the timeout can be more precise. Signed-off-by: Peter Chen <peter.chen@freescale.com> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ENGR00276701 imx_v6_v7_defconfig: Enable mma8451,mag3110,isl29023Luwei Zhou2014-04-16
| | | | | | Add mma8451, mag3110, isl29023 support in deault config. Signed-off-by: Luwei Zhou <b45643@freescale.com>
* ENGR00276689 dts: mx6qdl: Add isl29023 dts support on i.MX6Q/DL SD/AUTOLuwei Zhou2014-04-16
| | | | | | Add isl29023 dts support on i.MX6Q/DL SD/AUTO. Signed-off-by: Luwei Zhou <b45643@freescale.com>
* ENGR00276798 ARM:imx_v6_v7_defconfig:Change CPUFREQ configRanjani Vaidyanathan2014-04-16
| | | | | | | Change CONFIG_ARM_IMX6Q_CPUFREQ to CONFIG_ARM_IMX6_CPUFREQ to support all iMX6 SOCs. Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
* ENGR00276593-3 [iMX6SL] - Add CPUFREQ support.Ranjani Vaidyanathan2014-04-16
| | | | | | Add CPUFREQ support for iMX6SL. Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
* ENGR00276593-2 [iMX6x] - Remove references to iMX6QRanjani Vaidyanathan2014-04-16
| | | | | | | Rename iMX6Q CPUFREQ references to iMX6 as the code is common to all chips in the iMX6x family. Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
* ENGR00276666 ARM: dts: imx6qdl-sabreauto: enable the mxc voutLiu Ying2014-04-16
| | | | | | Enable the mxc v4l2 output for imx6q{dl}-sabreauto boards. Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
* ENGR00276511 dts: Add mag3110 dts support on i.MX6Q/DL SD/AUTOLuwei Zhou2014-04-16
| | | | | | Add mag3110 dts support on i.MX6Q/DL SD/AUTO Signed-off-by: Luwei Zhou <b45643@freescale.com>
* ENGR00276224-02 ARM dts: update dts for hdmi cec functionSandor Yu2014-04-16
| | | | | | | - Add correct hdmi cec interrupter property. - Add correct pinctrl for imx6 sabreauto board. Signed-off-by: Sandor Yu <R01008@freescale.com>
* ENGR00276249-2 ARM: imx6q: Add pll4_audio_div to clock treeNicolin Chen2014-04-16
| | | | | | | There's a pll4_audio_div clock, an extra divider for pll4, missing in current clock tree, thus add it. Signed-off-by: Nicolin Chen <b42378@freescale.com>
* ENGR00276249-1 ARM: imx6q: Add missing baud clock for ssiNicolin Chen2014-04-16
| | | | | | | The ssi_ipg is essential when accessing ssi register, while the baud clock allows ssi to provide output bclk and lrclk derived from it. Thus add it. Signed-off-by: Nicolin Chen <b42378@freescale.com>
* ENGR00275974-2 [iMX6DQ/iMX6DL] Add busfreq support to device treeRanjani Vaidyanathan2014-04-16
| | | | | | Add busfreq details to the device tree. Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
* ENGR00275974-1 [iMX6DQ/iMX6DL] Add busfreq supportRanjani Vaidyanathan2014-04-16
| | | | | | | Add support to drop DDR and AHB frequency to 24MHz in system IDLE state. Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
* ENGR00276013 dts: Add mma8451 dts support on i.MX6Q/DL SD/AUTOLuwei Zhou2014-04-16
| | | | | | Add mma8451 dts support on i.MX6Q/DL SD/AUTO Signed-off-by: Luwei Zhou <b45643@freescale.com>
* ENGR00274172-2 ARM: dts: imx6qdl: add necessary clocks for ldbLiu Ying2014-04-16
| | | | | | | | This patch adds di[0|1]_div_3_5, di[0|1]_div_7 and di[0|1]_div_sel clocks to the ldb nodes so that the ldb driver may use them to setup the display clock tree. Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
* ENGR00274172-1 ARM: imx6q: refactor some ldb related clocksLiu Ying2014-04-16
| | | | | | | | | | | | | The ldb_di[0|1]_ipu_div dividers may divide their parent clock frequencies by either 3.5 or 7. The non-integral dividers cannot be dealt with the common clock framework, so they cannot be registered as common clock dividers. So this patch adds a fixed factor clock of 1/7 and introduces ldb_di[0|1]_div_sel multiplexers so that the fixed factor clocks of 1/3.5 and 1/7 can be set to be the parents of ldb_di[0|1]_div_sel multiplexers. The ldb_di[0|1]_podf dividers are no longer used then. Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
* ENGR00275821-3 ARM: imx: Enable low power mode DSM for i.MX6SLAnson Huang2014-04-16
| | | | | | | | | | Support low power mode DSM for i.MX6SL: 1. No need to enable weak 2P5 for i.MX6SL; 2. Need to disconnect VDDHIGH and VDDSNVS in DSM to lower power leakage; 3. Add DDR IO float in DSM to lower DDR power. Signed-off-by: Anson Huang <b20788@freescale.com>
* ENGR00275821-2 ARM: imx: Enable suspend/resume for i.MX6SLAnson Huang2014-04-16
| | | | | | | Enable suspend/resume function for i.MX6SL, currently support standby and mem mode. Signed-off-by: Anson Huang <b20788@freescale.com>
* ENGR00275821-1 ARM: imx: rename pm-imx6q.cAnson Huang2014-04-16
| | | | | | | | | To support all i.MX6 SOCs' suspend/resume, need to rename pm-imx6q.c to pm-imx6.c and move common code of ccm setting from platform specific clk file to pm-imx6.c to avoid duplicated code. Signed-off-by: Anson Huang <b20788@freescale.com>
* ENGR00275737-1 dts: Enable gpu in MX6SLLoren HUANG2014-04-16
| | | | | | Add gpu information in mx6sl dts. Signed-off-by: Loren HUANG <b02279@freescale.com>
* ENGR00275473-1 Support PU regulator on/off in VPU driverHongzhang Yang2014-04-16
| | | | | | - add pu-supply property to VPU device node Signed-off-by: Hongzhang Yang <Hongzhang.Yang@freescale.com>
* ENGR00275542-4 ARM: imx: Enable thermal driver for i.MX6SLAnson Huang2014-04-16
| | | | | | Add thermal dts to enable thermal driver for i.MX6SL. Signed-off-by: Anson Huang <b20788@freescale.com>
* ENGR00275542-3 ARM: imx: Add thermal sensor's clk in dts for i.MX6QDLAnson Huang2014-04-16
| | | | | | | | Thermal sensor's clock is from pll3_usb_otg 480MHz, we need to control it before/after thermal sensor's work, so add it in dts. Signed-off-by: Anson Huang <b20788@freescale.com>
* ENGR00275542-1 ARM: imx: Enable PU power management for i.MX6SLAnson Huang2014-04-16
| | | | | | Enable dynamical PU power management for i.MX6SL. Signed-off-by: Anson Huang <b20788@freescale.com>
* ENGR00275483-5 ARM: imx6qdl-sabresd: enable mipi dsi and displayLiu Ying2014-04-16
| | | | | | | | | | This patch enables the mipi dsi driver and TRULY-WVGA mipi lcd panel driver on the imx6qdl-sabresd platforms. To control the panel's reset and power enable functions, this patch adds two pins in the hoggrp node as the gpio control pins and adds the mipi_dsi_pwr_on/mipi-dsi-reset nodes for related drivers to use. Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
* ENGR00275483-4 ARM: dts: imx6qdl: add mipi dsi supportLiu Ying2014-04-16
| | | | | | | | | Since we count on the 'compatible' entry to determine the mipi dsi muxing check method, this patch splits the new mipi dsi device tree node into two device tree source files, i.e., imx6q.dtsi and imx6dl.dtsi. Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
* ENGR00275483-3 ARM: imx_v6_v7_defconfig: build in mipi dsi driversLiu Ying2014-04-16
| | | | | | This patch builds in mipi dsi driver and TRULY-WVGA lcd panel driver. Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
* ENGR00275483-1 ARM: imx6q: clk: add video 27m clockLiu Ying2014-04-16
| | | | | | | | This patch adds the fixed factor video 27m clock in the imx6q clock driver. This clock's parent clock is the pll3_pfd1_540m clock. Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
* ENGR00275634: ARM: imx_v6_v7_defconfig: Add some USB configurationsPeter Chen2014-04-16
| | | | | | | | | - Enable USB gadget function - Enable USB Audio and Camera functions - Disable CONFIG_USB_EHCI_MXC to avoid confusion due to we only use chipidea driver as USB driver for this BSP Signed-off-by: Peter Chen <peter.chen@freescale.com>
* ENGR00275643 dts: Add mma8450 support on i.MX6SL EVKLuwei Zhou2014-04-16
| | | | | | Add mma8450 support on i.MX6SL EVK. Signed-off-by: Luwei Zhou <b45643@freescale.com>
* ENGR00275640 dts: Add i2c dts support on i.MX6SL EVKLuwei Zhou2014-04-16
| | | | | | Add i2c dts support on i.MX6SL EVK. Signed-off-by: Luwei Zhou <b45643@freescale.com>
* ARM: imx: Move anatop related from board file to anatop driverPeter Chen2014-04-16
| | | | | | | Move anatop related (For USB) from board file to anatop driver Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: dtsi: imx6qdl-sabresd: Add USB OTG vbus pin to pinctrl_hogPeter Chen2014-04-16
| | | | | | | | USB OTG vbus pin needs to be configured as gpio function at sabresd board. Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: dtsi: imx6qdl-sabresd: Add USB host 1 VBUS regulatorPeter Chen2014-04-16
| | | | | | | | We enabled USB host 1, so host 1's vbus should be on to let host 1 work. Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ENGR00275004-6: ARM: defconfig: imx_v6_v7: add sabresd battery driverRobin Gong2014-04-16
| | | | | | Enable Sabresd-battery driver by default. Signed-off-by: Robin Gong <b38343@freescale.com>
* ENGR00275004-5: ARM: dts: imx6qdl-sabresd: add sabresd battery driver in dtsRobin Gong2014-04-16
| | | | | | Add sabresd battery driver device node in dts. Signed-off-by: Robin Gong <b38343@freescale.com>
* ENGR00275004-3: ARM: defconfig: imx_v6_v7: add max11801 driverRobin Gong2014-04-16
| | | | | | Add max11801 driver in imx_v6_v7_defconfig Signed-off-by: Robin Gong <b38343@freescale.com>