From: Roger Quadros <rogerq@kernel.org>
To: trini@konsulko.com, nm@ti.com
Cc: vigneshr@ti.com, s-vadapalli@ti.com, srk@ti.com,
r-gunasekaran@ti.com, u-boot@lists.denx.de,
Roger Quadros <rogerq@kernel.org>
Subject: [PATCH 3/3] arm: dts: k3-u-boot: Add missing "bootph-all" property to MUX nodes.
Date: Wed, 31 Jan 2024 15:33:48 +0200 [thread overview]
Message-ID: <20240131133348.182987-4-rogerq@kernel.org> (raw)
In-Reply-To: <20240131133348.182987-1-rogerq@kernel.org>
As it is present for USB and USB won't work without the MUX
initialized correctly, add "bootph-all" property to MUX nodes.
Signed-off-by: Roger Quadros <rogerq@kernel.org>
---
arch/arm/dts/k3-am642-sk-u-boot.dtsi | 4 ++++
arch/arm/dts/k3-j721e-common-proc-board-u-boot.dtsi | 8 ++++++++
arch/arm/dts/k3-j721e-sk-u-boot.dtsi | 8 ++++++++
3 files changed, 20 insertions(+)
diff --git a/arch/arm/dts/k3-am642-sk-u-boot.dtsi b/arch/arm/dts/k3-am642-sk-u-boot.dtsi
index f3ed376ab7..ea200a1ee1 100644
--- a/arch/arm/dts/k3-am642-sk-u-boot.dtsi
+++ b/arch/arm/dts/k3-am642-sk-u-boot.dtsi
@@ -184,6 +184,10 @@
bootph-all;
};
+&serdes_ln_ctrl {
+ bootph-all;
+};
+
&usbss0 {
bootph-all;
};
diff --git a/arch/arm/dts/k3-j721e-common-proc-board-u-boot.dtsi b/arch/arm/dts/k3-j721e-common-proc-board-u-boot.dtsi
index b77f8d92de..9433f3bafa 100644
--- a/arch/arm/dts/k3-j721e-common-proc-board-u-boot.dtsi
+++ b/arch/arm/dts/k3-j721e-common-proc-board-u-boot.dtsi
@@ -93,6 +93,14 @@
bootph-all;
};
+&serdes_ln_ctrl {
+ bootph-all;
+};
+
+&usb_serdes_mux {
+ bootph-all;
+};
+
&main_usbss0_pins_default {
bootph-all;
};
diff --git a/arch/arm/dts/k3-j721e-sk-u-boot.dtsi b/arch/arm/dts/k3-j721e-sk-u-boot.dtsi
index 370fe5190b..fff447094a 100644
--- a/arch/arm/dts/k3-j721e-sk-u-boot.dtsi
+++ b/arch/arm/dts/k3-j721e-sk-u-boot.dtsi
@@ -89,6 +89,14 @@
bootph-all;
};
+&serdes_ln_ctrl {
+ bootph-all;
+};
+
+&usb_serdes_mux {
+ bootph-all;
+};
+
&main_usbss0_pins_default {
bootph-all;
};
--
2.34.1
next prev parent reply other threads:[~2024-01-31 13:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-31 13:33 [PATCH 0/3] mux: Drop usage of "u-boot,mux-autoprobe" Roger Quadros
2024-01-31 13:33 ` [PATCH 1/3] mux: autoprobe if "idle-states" present in device tree Roger Quadros
2024-01-31 13:33 ` [PATCH 2/3] arm: dts: k3-u-boot: Drop usage of "u-boot, mux-autoprobe" Roger Quadros
2024-01-31 13:33 ` Roger Quadros [this message]
2024-01-31 14:14 ` [PATCH 0/3] mux: Drop usage of "u-boot,mux-autoprobe" Tom Rini
2024-02-29 3:05 ` Tom Rini
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=20240131133348.182987-4-rogerq@kernel.org \
--to=rogerq@kernel.org \
--cc=nm@ti.com \
--cc=r-gunasekaran@ti.com \
--cc=s-vadapalli@ti.com \
--cc=srk@ti.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=vigneshr@ti.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