[PATCH 7/7] board: tqc: tqma6_mba6: switch to device model

2020-04-18 Thread sbabic
> Ethernet, usdhc2 and i2c1 interfaces are probed by dm drivers. > Therefor init functions in board file are not necessary. > Signed-off-by: Michael Krummsdorf Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

[PATCH 7/7] board: tqc: tqma6_mba6: switch to device model

2020-04-09 Thread Michael Krummsdorf
Ethernet, usdhc2 and i2c1 interfaces are probed by dm drivers. Therefor init functions in board file are not necessary. Signed-off-by: Michael Krummsdorf --- board/tqc/tqma6/tqma6_mba6.c | 171 +-- 1 file changed, 5 insertions(+), 166 deletions(-) diff --git