omap4: make musb probeable by simple bus
authorAndreas Kemnade <andreas@kemnade.info>
Sat, 26 Nov 2022 22:30:09 +0000 (23:30 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 12 Dec 2022 19:03:12 +0000 (14:03 -0500)
Like other peripherals important for booting,
do not rely on ti-sysc compatibility alone

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
arch/arm/dts/omap4-u-boot.dtsi

index 4a6bafd..d476bfb 100644 (file)
                        compatible = "simple-bus";
                };
        };
+
+       segment@80000 {
+               /* USB OTG */
+               target-module@2b000 {
+                       compatible = "simple-bus";
+               };
+       };
+
 };
 
 &l4_per {