1
0
Fork 0
Commit Graph

5 Commits (8508afa801f5a34d1103f4dd9ba8646a5e1e0396)

Author SHA1 Message Date
Robby Cai 7c9ec8f31d LF-352 arm: dts: imx6ul[l]-evk: increase CMA size to fix alloc failure for v4l2
increase CMA size to 160MB to fix cma alloc failure for v4l2 capture case:

Capture_To_Display_mmap: mode 6(2592x1944)@15fps test.
...
[ 247.301290] cma: cma_alloc: alloc failed, req-size: 2461 pages, ret: -12
[ 247.308290] mx6s-csi 21c4000.csi: dma_alloc_coherent of size 10080256 failed
[ 247.317097] cma: cma_alloc: alloc failed, req-size: 2461 pages, ret: -12
...

Signed-off-by: Robby Cai <robby.cai@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
(cherry picked from commit 1b0a2c9d50ac0d441243f0a2e88760c7e1e7b5ef)
2019-12-04 16:44:41 +08:00
Haibo Chen 2882394893 MLK-22900 ARM: dts: change to use off-on-delay-us in regulator
After commit f7907e57ae ("regulator: fixed: add off-on-delay"), user
can use "off-on-delay-us" to define the regulator off-delay time.

For SD card, according to the spec requirement, for sd card power reset
operation, it need sd card supply voltage to be lower than 0.5v and keep
over 1ms, otherwise, next time power back the sd card supply voltage to
3.3v, sd card can't support SD3.0 mode again.

This patch add the off-on-delay-us to each board, make sure the sd power
reset behavior is align with the specification. Without this patch, when
do quick system suspend/resume test, some sd card can't work at SD3.0 mode
after system resume back.

Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
Acked-by: Leonard Crestez <leonard.crestez@nxp.com>
2019-11-25 16:09:11 +08:00
Robby Cai 8d513c754b ARM: dts: imx6ull-9x9-evk: add parallel camera ov5640 support
add parallel camera ov5640 support on imx6ull 9x9 EVK

Signed-off-by: Robby Cai <robby.cai@nxp.com>
2019-11-25 16:08:07 +08:00
Joakim Zhang 1146dff374 arch: arm: imx6ull-9x9: add the missing CAN node
Add the missing CAN node.

Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
2019-11-25 16:08:00 +08:00
Jacky Bai 78d95da18a ARM: imx: imx6ull: Add imx6ull 9x9 evk board support
Add i.MX6ULL 9x9 EVK board dts support.

Signed-off-by: Jacky Bai <ping.bai@nxp.com>
2019-11-25 16:07:57 +08:00