summaryrefslogtreecommitdiff
path: root/arch/arm/dts/fsl-imx8mm-evk.dts
AgeCommit message (Collapse)Author
2019-12-27MA-16095 set evk_8mm/evk_8mn usb dr_mode to "otg"faqiang.zhu
When trying to remove "CONFIG_USB_TCPC=y" to avoid ramdom issue of synchronous abort when enter fastboot, evk_8mm and evk_8mn can't enter fastboot mode, it's because init_type of the usb udevice private data is host if tcpc configuration is removed, if this init_type is host/peripheral, then the usb is forced to be this mode, can not be initialized as another. init_type of the usb udevice private data is firstly set based on the "dr_mode" in dtb, if "dr_mode" is not set, it will be set by other ways. here set the "dr_mode" property for the usb device to be "otg", then the device can be configured as either host or peripheral. Change-Id: Idadab7bb07e74bfc1f8768490c07127a35a02572 Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>
2019-01-08MLK-20666-1 DTS: imx8mm: Enable i2c force idleYe Li
Add i2c gpio pinctrl settings and properties to enable i2c force idle. Avoid any i2c bus not released by device during reboot. Signed-off-by: Ye Li <ye.li@nxp.com>
2018-07-19MLK-18945-10 imx8mm_evk: Add splash screen support for MIPI DSIYe Li
Add board level codes for enabling splash screen on imx8mm EVK. We support two different display connecting to MIPI DSI miniSAS interfaces: 1. MIPI2HDMI daughter card (default) 2. RM67191 OLED panel Users can set "panel" env vairable to "MIPI2HDMI" or "RM67191_OLED" to switch them after reboot. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 41f896ce26aa0f518b5cacb1d9660a0a085ee691)
2018-05-23MLK-18290-1 DTS: imx8mm-evk: Add usbotg1 and usbotg2 nodesYe Li
Add usb alias for otg1 and otg2. Enable two nodes in EVK DTS. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit c60654d45e75ca46d4b33df48429ea49bc6dde05)
2018-05-23MLK-18243-18: arm: imx: add i.MX8MM EVK board supportYe Li
Add i.MX8MM EVK board support LPDDR4 code is still keep in old coding style to ease updating if there is no code released. dts is synced from kernel with sd2 regulator start up delay and off on delay added. Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 01b3f229b188e28b0887c0b32f66e939a50d3a69) Signed-off-by: Ye Li <ye.li@nxp.com>