On 17.10.22 18:18, Marco Felsch wrote: > 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> Reviewed-by: Ahmad Fatoum <a.fatoum@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; > +}; -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |