[PATCH next 2/3] ARM: dts: i.MX8MP: assume hsio power domain to be powered

Ahmad Fatoum a.fatoum at pengutronix.de
Mon Oct 17 09:39:00 PDT 2022


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 at 382f0040.of: 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 at pengutronix.de>

Reviewed-by: Ahmad Fatoum <a.fatoum at pengutronix.de>

> ---
>  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 |



More information about the barebox mailing list