All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Kemnade <andreas@kemnade.info>
To: marex@denx.de, andreas@kemnade.info, u-boot@lists.denx.de,
	t-kristo@ti.com, kristo@kernel.org, tony@atomide.com
Subject: [PATCH 1/2] omap4: make musb probeable by simple bus
Date: Sat, 26 Nov 2022 23:30:09 +0100	[thread overview]
Message-ID: <20221126223010.3319020-2-andreas@kemnade.info> (raw)
In-Reply-To: <20221126223010.3319020-1-andreas@kemnade.info>

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 | 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@80000 {
+		/* USB OTG */
+		target-module@2b000 {
+			compatible = "simple-bus";
+		};
+	};
+
 };
 
 &l4_per {
-- 
2.30.2


  reply	other threads:[~2022-11-27 13:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-26 22:30 [PATCH 0/2] musb-new: fix omap peripheral support Andreas Kemnade
2022-11-26 22:30 ` Andreas Kemnade [this message]
2022-12-12 21:35   ` [PATCH 1/2] omap4: make musb probeable by simple bus Tom Rini
2022-11-26 22:30 ` [PATCH 2/2] musb-new: omap2430: fix musb probing in gadget mode Andreas Kemnade
2022-11-26 22:50   ` Marek Vasut
2022-12-12 19:00   ` Tom Rini
2022-12-13  8:30     ` Andreas Kemnade
2022-12-13 20:32     ` Andreas Kemnade

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221126223010.3319020-2-andreas@kemnade.info \
    --to=andreas@kemnade.info \
    --cc=kristo@kernel.org \
    --cc=marex@denx.de \
    --cc=t-kristo@ti.com \
    --cc=tony@atomide.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.