summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull-14x14-evk.dts
AgeCommit message (Collapse)Author
2019-12-03LF-332 ARM: dts: imx6ul-14x14-evk: update usdhc1 pin groupFugang Duan
imx6ul Rev1.2 with 14x14 evk revC board required to increase SD1_CLK pin drive strength. So update usdhc1 pin group for imx6ul-14x14-evk to avoid crc error. Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
2019-11-29LF-257-01 ARM: dts: imx6ull/ulz-14x14-evk: update usdhc1 pin groupFugang Duan
Update usdhc1 pin group for imx6ull/ulz-14x14-evk. Reviewed-by: Haibo Chen <haibo.chen@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
2019-11-25ARM: dts: imx6ull-14x14-evk: enable csi and ov5640Robby Cai
enable csi and ov5640 Signed-off-by: Robby Cai <robby.cai@nxp.com>
2019-11-25ARM: dts: imx6ull-14x14-evk: Add assigned-clocks for audio PLLShengjiu Wang
Add assigned-clocks for audio PLL Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> (cherry picked from commit 12727b6d7c6f47452c14da34edc9c1194ea81cde)
2019-11-25ARM: dts: imx6ull-14x14-evk: Improve model nameAnson Huang
Improve model name which is used as machine name in soc driver to meet test team's auto test requirement. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> (cherry picked from commit b7d8943bb1b2342a431424e7e4c3c9094d35fa5c)
2018-12-10ARM: dts: imx6: Switch NXP board dts to SPDX identifierFabio Estevam
Adopt the SPDX license identifier headers to ease license compliance management. Most of the i.MX NXP reference board dts files have already been converted, so switch the remaining ones. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2018-09-03ARM: dts: imx6ull-14x14-evk: correct machine model nameAnson Huang
i.MX6ULL is a lite version of i.MX6UL, its full name is i.MX6 UltraLiteLite, NOT UlltraLite. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2018-02-12ARM: dts: imx6ull: fix the imx6ull-14x14-evk configurationLothar Waßmann
imx6ull-14x14-evk.dts currently includes the imx6ul.dtsi file for an i.MX6ULL SoC which is plain wrong. Rename the current imx6ul-14x14-evk.dts to .dtsi and include it from imx6ul-14x14-evk.dts and imx6ull-14x14-evk.dts, so that both can include the appropriate SoC specific (imx6ul.dtsi/imx6ull.dtsi) file. Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2017-01-10ARM: dts: imx/vf: Correct license textAlexandre Belloni
The license text has been mangled at some point then copy pasted across multiple files. Restore it to what it should be. Note that this is not intended as a license change. Reviewed-by: Heiko Schocher <hs@denx.de> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Afzal Mohammed <afzal.mohd.ma@gmail.com> Acked-by: Michael Trimarchi <michael@amarulasolutions.com> Acked-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2016-11-15ARM: dts: imx6ull: add imx6ull supportPeter Chen
It is the 10th processor in the well-known imx6 series, and derived from imx6ul but cost optimized. The more information about imx6ull can be found at: http://www.nxp.com/products/microcontrollers-and-processors/ arm-processors/i.mx-applications-processors/i.mx-6-processors /i.mx6qp/i.mx-6ull-single-core-processor-with-arm-cortex-a7-core :i.MX6ULL imx6ul.dtsi is the SoC common stuff for both imx6ul and imx6ull; imx6ul-14x14-evk.dts is the board common stuff for both imx6ul and imx6ull 14x14 evk. In this patch, for SoC part, the imx6ull.dtsi includes imx6ul.dtsi; for board part, imx6ull-14x14-evk.dts includes imx6ul-14x14-evk.dts. Signed-off-by: Peter Chen <peter.chen@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>