public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ye Li <ye.li@nxp.com>
To: peng.fan@nxp.com, peng.fan@oss.nxp.com, u-boot@lists.denx.de
Cc: ye.li@oss.nxp.com, uboot-imx@nxp.com, matt@traverse.com.au
Subject: [PATCH 4/4] arm: dts: fsl-ls1088a: Enable USB nodes
Date: Fri, 17 Apr 2026 22:15:29 +0800	[thread overview]
Message-ID: <20260417141529.1490622-2-ye.li@nxp.com> (raw)
In-Reply-To: <20260417141529.1490622-1-ye.li@nxp.com>

Enable USB nodes in -u-boot.dtsi. After sync dts with kernel, USB
nodes status are set to disabled. So "usb start" does not work on
ls1088ardb and ls1088aqds.

Fixes: 10ff7e6b043b ("arm: dts: fsl-ls1088a: sync usb controller nodes with Linux")
Signed-off-by: Ye Li <ye.li@nxp.com>
Tested-by: Wei Lu <w.lu@nxp.com>
---
 arch/arm/dts/fsl-ls1088a-u-boot.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/dts/fsl-ls1088a-u-boot.dtsi b/arch/arm/dts/fsl-ls1088a-u-boot.dtsi
index e2755740e5d..8ae45f6a638 100644
--- a/arch/arm/dts/fsl-ls1088a-u-boot.dtsi
+++ b/arch/arm/dts/fsl-ls1088a-u-boot.dtsi
@@ -55,10 +55,12 @@
 
 &usb0 {
 	compatible = "fsl,layerscape-dwc3", "snps,dwc3";
+	status = "okay";
 };
 
 &usb1 {
 	compatible = "fsl,layerscape-dwc3", "snps,dwc3";
+	status = "okay";
 };
 
 &esdhc {
-- 
2.37.1


  reply	other threads:[~2026-04-17 14:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-17 14:15 [PATCH 3/4] arm: dts: fsl-ls1088a: Enable SD device Ye Li
2026-04-17 14:15 ` Ye Li [this message]
2026-04-20 12:58   ` [PATCH 4/4] arm: dts: fsl-ls1088a: Enable USB nodes Peng Fan
2026-04-20 12:57 ` [PATCH 3/4] arm: dts: fsl-ls1088a: Enable SD device Peng Fan

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=20260417141529.1490622-2-ye.li@nxp.com \
    --to=ye.li@nxp.com \
    --cc=matt@traverse.com.au \
    --cc=peng.fan@nxp.com \
    --cc=peng.fan@oss.nxp.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    --cc=ye.li@oss.nxp.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox