summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull-14x14-evk.dts
AgeCommit message (Collapse)Author
2019-02-12MLK-19153-1 ARM: dts: update new "fsl,tx-d-cal" propertyPeter Chen
Using new "fsl,tx-d-cal" for dts, and update document accordingly. Acked-by: Jun Li <jun.li@nxp.com> Signed-off-by: Peter Chen <peter.chen@nxp.com>
2019-02-12MLK-18652 ARM: dts: imx6: update ARM sw2iso timing settingAnson Huang
The sw2iso count should cover ARM LDO ramp-up time, the MAX ARM LDO ramp-up time may be up to more than 100us, this patch sets sw2iso to 0xf (~384us) which is the default value. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Bai Ping <ping.bai@nxp.com>
2019-02-12MLK-18122: ARM: dts: imx6ull-14x14-evk: Add enet phy properties to fix ↵Leonard Crestez
suspend/resume Upstream suspend/resume already works on this board because it includes imx6ul-14x14-evk which has these properties set. In our internal branch the imx6ul and imx6ull DT files are distinct so this needs to be fixed separately. Equivalent to commit e6f4292ae0a1 ("ARM: dts: imx6ul-14x14-evk: Add ksz8081 phy properties") Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Acked-by: Fugang Duan <fugang.duan@nxp.com>
2019-02-12MLK-14895-1 ARM: dts: add usb otg1 ID pinctrl for i.mx6ull evkLi Jun
Add USB OTG1 port ID pin for imx6ull-14x14-evk.dts Acked-by: Peter Chen <peter.chen@nxp.com> Signed-off-by: Li Jun <jun.li@nxp.com>
2019-02-12MLK-14638-2 ARM: dts: add off-on-delay for usdhc vmmc-supply regulatorHaibo Chen
For the slot support SD3.0 card, during system suspend, if plug out the sd card, and insert another SD3.0 card, after system resume back, SD3.0 card can't be recognised as SD3.0 card, just SD2.0 card. This is bause the time delay between vmmc regulator off and on is too small, this patch add the oo-on-delay in vmmc-supply regulator, to assign proper delay value. Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
2019-02-12MLK-14696 ARM: dts: imx: Add supply property for cpu nodeBai Ping
Move the default arm/soc-supply property define in imx6ull dtsi file. Signed-off-by: Bai Ping <ping.bai@nxp.com>
2019-02-12MLK-14594-2 ARM: dts: imx*: avoid duplicate names in lcdif nodeOctavian Purdila
This patch fixes the following warning on various imx boards: OF: Duplicate name in lcdif@......, renamed to "display#1" Signed-off-by: Octavian Purdila <octavian.purdila@nxp.com>
2019-02-12MLK-14505: dts: imx6ull-14x14-evk: Remove imx6ul-evk function nodeTiberiu Breana
Removed the unnecessary imx6ul-evk function node, as it was causing a kernel panic at boot time due to an enumeration error. Signed-off-by: Tiberiu Breana <andrei-tiberiu.breana@nxp.com>
2019-02-12MLK-13369-2: ARM: dts: Add more parameters for gpr property of soundShengjiu Wang
The new parameter description is: gpr = <gpr-node, register-offset, mask, value>; Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
2019-02-12MLK-13022-1 arm: dts: new dts for eMMC support on i.MX6ULL EVK reworked boardHaibo Chen
Enable eMMC for i.MX6ULL EVK rework board due to the pad conflict with NAND and Micro-SD. Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
2019-02-12MLK-12994 ARM: dts: imx6ull-evk: enable csi and camera ov564xRobby Cai
enable csi and ov564x Signed-off-by: Robby Cai <robby.cai@gmail.com>
2019-02-12MLK-12989 ARM: dts: imx6ullevk: Add support for imx6ull 14x14 EVK boardye li
Add DTS file imx6ull-14x14-evk.dts which is originated from i.MX6UL EVK with some changes: 1. sim2 is removed. 2. Move GPIO5 pins setting to iomuxc-snvs Signed-off-by: ye li <ye.li@nxp.com>
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>