ARM: dts: imx8m: imx8mm-mx8menlo: Enable SPL SDP support
authorMarek Vasut <marex@denx.de>
Mon, 19 Sep 2022 19:41:18 +0000 (21:41 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 21 Oct 2022 09:54:13 +0000 (11:54 +0200)
commit60929b05062507f56bbbfae62872ee38d584340b
treed67a21bb8ad2710c9b339f5e8865d1fbd8c97a87
parentf687c1ef4fdf14faea16c13b1eaac5496dee39df
ARM: dts: imx8m: imx8mm-mx8menlo: Enable SPL SDP support

Enable DM USB, DM PHY and USB gadget support in imx8mm-mx8menlo SPL
to let the board continue SDP loading of second stage after the first
stage was loaded by BootROM SDP implementation. It is not possible to
jump back into BootROM v1 and let the BootROM implementation continue
the SDP loading, all this has to be performed by the U-Boot CI HDRC
controller driver and SDP protocol implementation, both of which fit
into the SPL just barely.

With this patch, it is possible to start both U-Boot SPL and U-Boot
using e.g. uuu on this board as follows:

$ uuu -brun spl flash.bin

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
arch/arm/dts/imx8mm-mx8menlo-u-boot.dtsi
configs/imx8mm-mx8menlo_defconfig