- 20 Jul, 2012 27 commits
-
-
Huang Shijie authored
The default .config defines the GPU as a module: "CONFIG_MXC_GPU_VIV=m" In this case, we actually can not find the CONFIG_MXC_GPU_VIV. We should find CONFIG_MXC_GPU_VIV_MODULE instead. Signed-off-by:
Huang Shijie <b32955@freescale.com>
-
Wu Guoxing authored
dual camera support for mx6q and mx6dl: 1. let mipi and parallel camera working on different csi 2. the two camera can work independently and synchronously 3. the two camera will be registered and different video device(/dev/video0, /dev/video1) 4. when both camera are working, the can not use the same ipu channel, that is, when camera one using PRP_ENC_MEM or PRP_VF_MEM channel, the other one can only use CSI_MEM this is the arch part changes. Signed-off-by:
Wu Guoxing <b39297@freescale.com>
-
Huang Shijie authored
The current code will reserve 128M for GPU even when it is not enabled. It is not needed. So do not reserve the memory when the GPU is not enabled. (this can save 128M for Mfgtool.) Signed-off-by:
Huang Shijie <b32955@freescale.com>
-
Ranjani Vaidyanathan authored
Add support for scaling the bus frequency (both DDR and ahb_clk). The DDR and AHB_CLK are dropped to 24MHz when all devices that need high AHB frequency are disabled and the CORE frequency is at the lowest setpoint. The DDR is dropped to 400MHz for the video playback usecase. In this mode the GPU, FEC, SATA etc are disabled. To scale the bus frequency, its necessary that all cores except the core that is executing the DDR frequency change are in WFE. This is achieved by generating interrupts on un-used interrupts (Int no 139, 144, 145 and 146). Signed-off-by:
Ranjani Vaidyanathan <ra5478@freescale.com>
-
Wayne Zou authored
Add vdoa support on i.MX6 SOC platform Signed-off-by:
Wayne Zou <b36644@freescale.com>
-
Fugang Duan authored
- Config GPIO_16 pad to ENET_ANATOP_ETHERNET_REF_OUT. - IEEE-1588 ts_clk and i2c3 are mutually exclusive, because all of them use GPIO_16, so it only for one function work at a moment. - Test result: TO1.1 IEEE 1588 is convergent in Sabrelite board. Signed-off-by:
Fugang Duan <B38611@freescale.com>
-
Fugang Duan authored
Micrel phy KSZ9021 Gb speed cannot work well in i.MX6 sabrelite board. Advertise PHY is not 1000Base-T capable. If nfs boot kernel, phy will work at 100Mbps, or else phy will work at Gbps mode. And if hot-plugin cable, phy will work at Gbps mode. Enet can work well in all of them. But in Gbps mode, uDMA sometime cannot write frame "L" bit in exuberate transfer, so driver will print some warning message: "FEC ENET: rcv is not +last" Signed-off-by:
Fugang Duan <B38611@freescale.com>
-
Yi Li authored
Add OV5642 csi camera support for i.mx6 sabre-lite board Signed-off-by:
Yi Li <R80015@freescale.com>
-
Ryan QIAN authored
Set keep power on suspend flag for sd3 & sd4 Signed-off-by:
Ryan QIAN <b32804@freescale.com>
-
Lin Fuzhen authored
Add gpio keys for sabrelite Signed-off-by:
Lin Fuzhen <fuzhen.lin@freescale.com>
-
Fabio Estevam authored
On mx6qsabrelite there is a total of 1GB of RAM. Signed-off-by:
Fabio Estevam <fabio.estevam@freescale.com>
-
Richard Zhu authored
In order to save the power consumption, enable the PDDQ mode of AHCI PHY when there is no sata disk on the port Signed-off-by:
Richard Zhu <r65037@freescale.com>
-
Nancy Chen authored
Change dvfs driver and cpufreq driver to use regulator API to set cpu voltage. Signed-off-by:
Nancy Chen <Nancy.Chen@freescale.com>
-
Mahesh Mahadevan authored
Add support for MX6 Sabre-lite board Signed-off-by:
Mahesh Mahadevan <r9aadq@freescale.com>
-
Dong Aisheng authored
GPIOs used by flexcan are changed on RevC board. Updating the code for RevC board. Signed-off-by:
Dong Aisheng <b29396@freescale.com>
-
Mahesh Mahadevan authored
Fix ensures the regulator API works correctly when adjusting core voltages during DVFS on MX6 Sabre-lite Signed-off-by:
Mahesh Mahadevan <r9aadq@freescale.com>
-
Dong Aisheng authored
Add flexcan support. Signed-off-by:
Dong Aisheng <b29396@freescale.com>
-
Mahesh Mahadevan authored
Add support for ASRC driver in MX6 sabre-lite Signed-off-by:
Mahesh Mahadevan <r9aadq@freescale.com>
-
Mahesh Mahadevan authored
Align the implementation, eventually this should go to a common place across MX6 platforms Signed-off-by:
Mahesh Mahadevan <r9aadq@freescale.com>
-
Mahesh Mahadevan authored
Update the PAD settings to lower pull-up resistor as this was causing WP to not be detected. Signed-off-by:
Mahesh Mahadevan <r9aadq@freescale.com>
-
make shi authored
Add config USB OC setting code for mx6q, and make the OC default off. After adding it, fixing the loop less code during kernel boot in mx6qLite. Signed-off-by:
make shi <b15407@freescale.com>
-
Fugang Duan authored
- FEC get the default MAC address from OCOTP. - If the MAC address is all zero, get the random address. - But, if add para "fec_mac=xx:xx:xx:xx:xx:xx" in uboot, FEC will get the last MAC address from uboot para. Signed-off-by:
Fugang Duan <B38611@freescale.com>
-
Huang Shijie authored
64k is too small for uboot. So enlarge the partition to 256K. Signed-off-by:
Huang Shijie <b32955@freescale.com>
-
Mahesh Mahadevan authored
Add support to access SST SPI-NOR on MX6 Sabre-lite Signed-off-by:
Mahesh Mahadevan <r9aadq@freescale.com>
-
Mahesh Mahadevan authored
Add support for HDMI audio on MX6 Sabre-lite Signed-off-by:
Mahesh Mahadevan <r9aadq@freescale.com>
-
Nancy Chen authored
Add dummy regulators for MMC and SD drivers. Signed-off-by:
Nancy Chen <Nancy.Chen@freescale.com>
-
Mahesh Mahadevan authored
Add support for the MX6 Sabre-lite board Signed-off-by:
Mahesh Mahadevan <r9aadq@freescale.com>
-