summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2022-08-08 16:00:34 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-08-09 06:34:53 +0200
commit07fd5bca86d65531968a4d30341a89f878df9e31 (patch)
treebcaabd4eb752155ce792e8b5f3081c3d65316f75
parent4aca68990d04ee6b6688b2bb28fcebc015063ee8 (diff)
downloadbarebox-07fd5bca86d65531968a4d30341a89f878df9e31.tar.gz
barebox-07fd5bca86d65531968a4d30341a89f878df9e31.tar.xz
ARM: i.MX8MM: assume USBOTG power domains to be powered
When i.MX8MM support was first added, upstream device tree did list no power domains. Now it does and we defer probe of USB indefinitely because we have no power domain driver. If we need to do PCI on the i.MX8MM in barebox, there'll likely be no way around importing the power domain driver, but for USB which used to work, only thing we need to do is ignore the new power domain specification. Do so by adding the new barebox,allow-dummy property to the new known-enabled power domains. Fixes: 3f2f5980d517 ("dts: update to v5.16-rc1") Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220808140035.1672733-3-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/dts/imx8mm.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/imx8mm.dtsi b/arch/arm/dts/imx8mm.dtsi
index 78bbacb2b1..cdf2128205 100644
--- a/arch/arm/dts/imx8mm.dtsi
+++ b/arch/arm/dts/imx8mm.dtsi
@@ -5,6 +5,14 @@
};
};
+&pgc_otg1 {
+ barebox,allow-dummy;
+};
+
+&pgc_otg2 {
+ barebox,allow-dummy;
+};
+
&src {
compatible = "fsl,imx8mm-src", "fsl,imx8mq-src", "syscon", "simple-mfd";