With a very recent barebox version we get the following error message: imx8mq-usb-phy 382f0040.usb-phy@xxxxxxxxxxx: error No such device: power domain attach failed This is because of the lack of the power-domain driver. With the assumption that the TF-A left this power-domain powered we can set this flag to tell barebox that everything is okay. Signed-off-by: Marco Felsch <m.felsch@xxxxxxxxxxxxxx> --- arch/arm/dts/imx8mp.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/imx8mp.dtsi b/arch/arm/dts/imx8mp.dtsi index b251ebeada..7e46a71546 100644 --- a/arch/arm/dts/imx8mp.dtsi +++ b/arch/arm/dts/imx8mp.dtsi @@ -7,3 +7,7 @@ syscon = <&src>; }; }; + +&hsio_blk_ctrl { + barebox,allow-dummy; +}; -- 2.30.2