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

Marco Felsch m.felsch at pengutronix.de
Mon Oct 17 09:18:17 PDT 2022


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




More information about the barebox mailing list