Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-08 | imx8mm_beacon: Select the watchdog driver | Fabio Estevam | |
Currently watchdog driver is not selected, which causes system to reboot after staying 60s in the U-Boot prompt. Fix this problem by enabling CONFIG_WATCHDOG so that watchdog can be properly serviced. Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Adam Ford <aford173@gmail.com> | |||
2020-05-10 | imx: Add support for i.MX8MM Beacon EmbeddedWorks devkit. | Adam Ford | |
Beacon EmbeddedWorks, formerly known as Logic PD, is releasing a devkit based on the i.MX8M Mini SoC consisting of baseboard + SOM. It supports eMMC on the SOM, microSD on the baseboard, various GPIO, the PINCTRL, and UART. Signed-off-by: Adam Ford <aford173@gmail.com> |