summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ul-9x9-evk.dts
AgeCommit message (Collapse)Author
2019-12-04LF-352 arm: dts: imx6ul[l]-evk: increase CMA size to fix alloc failure for v4l2Robby Cai
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-11-25MLK-22900 ARM: dts: change to use off-on-delay-us in regulatorHaibo Chen
After commit f7907e57aea2 ("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-25ARM: dts: imx6ul-9x9-evk: add parallel camera ov5640 supportRobby Cai
add parallel camera ov5640 support on imx6ul 9x9 EVK Signed-off-by: Robby Cai <robby.cai@nxp.com>
2019-11-25ARM: dts: imx6ul: Add imx6ul 9x9 evk board supportJacky Bai
Add i.MX6UL 9x9 EVK board dts support Signed-off-by: Jacky Bai <ping.bai@nxp.com>