public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: FUKAUMI Naoki <naoki@radxa.com>
To: u-boot@lists.denx.de
Cc: sjg@chromium.org, philipp.tomsich@vrull.eu,
	kever.yang@rock-chips.com, FUKAUMI Naoki <naoki@radxa.com>
Subject: [PATCH 3/3] arm: dts: rockchip: radxa-cm3-io, rock-3a: enable regulators for usb
Date: Thu, 20 Apr 2023 09:56:04 +0000	[thread overview]
Message-ID: <20230420095604.2329-3-naoki@radxa.com> (raw)
In-Reply-To: <20230420095604.2329-1-naoki@radxa.com>

enable regulators for usb host function

Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
---
 arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi | 4 ++++
 arch/arm/dts/rk3568-rock-3a-u-boot.dtsi      | 8 ++++++++
 2 files changed, 12 insertions(+)

diff --git a/arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi b/arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi
index 4e79173833..d183e93575 100644
--- a/arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi
+++ b/arch/arm/dts/rk3566-radxa-cm3-io-u-boot.dtsi
@@ -16,3 +16,7 @@
 	bootph-all;
 	status = "okay";
 };
+
+&vcc5v0_usb30 {
+	regulator-boot-on;
+};
diff --git a/arch/arm/dts/rk3568-rock-3a-u-boot.dtsi b/arch/arm/dts/rk3568-rock-3a-u-boot.dtsi
index 9ef1e84770..b7b18e131a 100644
--- a/arch/arm/dts/rk3568-rock-3a-u-boot.dtsi
+++ b/arch/arm/dts/rk3568-rock-3a-u-boot.dtsi
@@ -26,3 +26,11 @@
 	bootph-all;
 	status = "okay";
 };
+
+&vcc5v0_usb_host {
+	regulator-boot-on;
+};
+
+&vcc5v0_usb_hub {
+	regulator-boot-on;
+};
-- 
2.39.2


  parent reply	other threads:[~2023-04-20  9:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-20  9:56 [PATCH 1/3] configs: rockchip: rock-3a: make usb host work FUKAUMI Naoki
2023-04-20  9:56 ` [PATCH 2/3] configs: rockchip: radxa-cm3-io, rock-3a: enable commands for i2c/pmic/regulator FUKAUMI Naoki
2023-04-20 10:08   ` Kever Yang
2023-04-20  9:56 ` FUKAUMI Naoki [this message]
2023-04-20 10:08   ` [PATCH 3/3] arm: dts: rockchip: radxa-cm3-io, rock-3a: enable regulators for usb Kever Yang
2023-04-20 10:43   ` Jonas Karlman
2023-04-20 10:07 ` [PATCH 1/3] configs: rockchip: rock-3a: make usb host work Kever Yang
2023-04-20 10:37 ` Jonas Karlman
2023-04-20 12:00 ` [PATCH v2 1/4] " FUKAUMI Naoki
2023-04-20 12:00   ` [PATCH v2 2/4] configs: rockchip: radxa-cm3-io, rock-3a: enable commands for i2c/pmic/regulator FUKAUMI Naoki
2023-04-20 12:00   ` [PATCH v2 3/4] arm: dts: rockchip: radxa-cm3-io, rock-3a: enable regulators for usb FUKAUMI Naoki
2023-04-20 12:00   ` [PATCH v2 4/4] configs: rockchip: radxa-cm3-io: drop CONFIG_USB_DWC3_GENERIC FUKAUMI Naoki
2023-04-21  8:03     ` Kever Yang
2023-04-21  8:02   ` [PATCH v2 1/4] configs: rockchip: rock-3a: make usb host work Kever Yang

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=20230420095604.2329-3-naoki@radxa.com \
    --to=naoki@radxa.com \
    --cc=kever.yang@rock-chips.com \
    --cc=philipp.tomsich@vrull.eu \
    --cc=sjg@chromium.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox