Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ENGR00320692-2 ARM: dts: imx6sl: make an alias for csi | Robby Cai | 2014-07-01 |
| | | | | | | | | | | | | Becuase in fsl_csi.c, there's a function call as follows. id = of_alias_get_id(pdev->dev.of_node, "csi"); The corresponding change has been made for imx6sx, but not for imx6sl. This patch fixed it by making an alias csi0. Signed-off-by: Robby Cai <r63905@freescale.com> (cherry picked from commit a5738d856fd5a8176f04a5eb316dfd512603ab4a) | ||
* | ENGR00288196 ARM: dts: fix epdc and csi conflict on imx6sl evk | Robby Cai | 2014-04-16 |
There is pinmux conflict for EPDC and I2C3 on imx6sl soc. While on imx6sl evk board, the camera is attached on I2C3 bus, so the EPDC function and CSI function can not be used at same time. This patch removes the conflict in imx6sl-evk.dts file for EPDC function and adds a new dts file for CSI function. Signed-off-by: Robby Cai <R63905@freescale.com> |