commit | 282c1c2ad7a486ca5c0942e95e4cbfb4c9b2ccf0 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Thu Oct 10 16:11:29 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Sun Oct 13 22:49:12 2019 +0200 |
tree | 7fb2fbc839049ebab72cbe07a0ba78c0cebfef08 | |
parent | c942a43d3c427aa781b1dcc96b097a28b67756b9 [diff] |
imx: tpc70: Convert TPC70 (imx6q) board to use DM/DTS in SPL and u-boot This patch converts the TPC70 to use driver model and device tree description in both SPL and u-boot proper. Notable changes (DM/DTS conversion): - PINCTRL{_IMX6} - DM_I2C - enable 'regulator' and 'pmic' commands - DM_MMC and BLK (USDHC) - DM_ETH - DM WDT (including SYSRESET) Signed-off-by: Lukasz Majewski <lukma@denx.de>