[PATCH 1/2] omap4: make musb probeable by simple bus
Andreas Kemnade
andreas at kemnade.info
Sat Nov 26 23:30:09 CET 2022
Like other peripherals important for booting,
do not rely on ti-sysc compatibility alone
Signed-off-by: Andreas Kemnade <andreas at kemnade.info>
---
arch/arm/dts/omap4-u-boot.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/dts/omap4-u-boot.dtsi b/arch/arm/dts/omap4-u-boot.dtsi
index e33b3722e1..49e388caa5 100644
--- a/arch/arm/dts/omap4-u-boot.dtsi
+++ b/arch/arm/dts/omap4-u-boot.dtsi
@@ -17,6 +17,14 @@
compatible = "simple-bus";
};
};
+
+ segment at 80000 {
+ /* USB OTG */
+ target-module at 2b000 {
+ compatible = "simple-bus";
+ };
+ };
+
};
&l4_per {
--
2.30.2
More information about the U-Boot
mailing list