All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 02/12] ARM: dts: exynos: add USB DWC3 supplies to Arndale
Date: Sun, 23 Jan 2022 12:16:34 +0100	[thread overview]
Message-ID: <20220123111644.25540-3-krzysztof.kozlowski@canonical.com> (raw)
In-Reply-To: <20220123111644.25540-1-krzysztof.kozlowski@canonical.com>

Add required voltage regulators for USB DWC3 block on Exynos5250 Arndale
board.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 arch/arm/boot/dts/exynos5250-arndale.dts | 5 +++++
 arch/arm/boot/dts/exynos5250.dtsi        | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index 3583095fbb2a..e639cf6d9b64 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -632,3 +632,8 @@ i2c_ddc: i2c-10 {
 		#size-cells = <0>;
 	};
 };
+
+&usbdrd {
+	vdd10-supply = <&ldo15_reg>;
+	vdd33-supply = <&ldo12_reg>;
+};
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index 139778928b93..a6f48f31f618 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -637,7 +637,7 @@ i2s2: i2s@12d70000 {
 			#sound-dai-cells = <1>;
 		};
 
-		usb_dwc3 {
+		usbdrd: usb3 {
 			compatible = "samsung,exynos5250-dwusb3";
 			clocks = <&clock CLK_USB3>;
 			clock-names = "usbdrd30";
-- 
2.32.0


WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 02/12] ARM: dts: exynos: add USB DWC3 supplies to Arndale
Date: Sun, 23 Jan 2022 12:16:34 +0100	[thread overview]
Message-ID: <20220123111644.25540-3-krzysztof.kozlowski@canonical.com> (raw)
In-Reply-To: <20220123111644.25540-1-krzysztof.kozlowski@canonical.com>

Add required voltage regulators for USB DWC3 block on Exynos5250 Arndale
board.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 arch/arm/boot/dts/exynos5250-arndale.dts | 5 +++++
 arch/arm/boot/dts/exynos5250.dtsi        | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts
index 3583095fbb2a..e639cf6d9b64 100644
--- a/arch/arm/boot/dts/exynos5250-arndale.dts
+++ b/arch/arm/boot/dts/exynos5250-arndale.dts
@@ -632,3 +632,8 @@ i2c_ddc: i2c-10 {
 		#size-cells = <0>;
 	};
 };
+
+&usbdrd {
+	vdd10-supply = <&ldo15_reg>;
+	vdd33-supply = <&ldo12_reg>;
+};
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index 139778928b93..a6f48f31f618 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -637,7 +637,7 @@ i2s2: i2s@12d70000 {
 			#sound-dai-cells = <1>;
 		};
 
-		usb_dwc3 {
+		usbdrd: usb3 {
 			compatible = "samsung,exynos5250-dwusb3";
 			clocks = <&clock CLK_USB3>;
 			clock-names = "usbdrd30";
-- 
2.32.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-01-23 11:17 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-23 11:16 [PATCH 00/12] usb: dt-bindings: samsung: convert to dtschema Krzysztof Kozlowski
2022-01-23 11:16 ` Krzysztof Kozlowski
2022-01-23 11:16 ` [PATCH 01/12] arm64: dts: exynos: add USB DWC3 supplies to Espresso board Krzysztof Kozlowski
2022-01-23 11:16   ` Krzysztof Kozlowski
2022-01-26  6:58   ` Alim Akhtar
2022-01-26  6:58     ` Alim Akhtar
2022-01-26  8:10     ` Krzysztof Kozlowski
2022-01-26  8:10       ` Krzysztof Kozlowski
2022-01-23 11:16 ` Krzysztof Kozlowski [this message]
2022-01-23 11:16   ` [PATCH 02/12] ARM: dts: exynos: add USB DWC3 supplies to Arndale Krzysztof Kozlowski
2022-01-23 11:16 ` [PATCH 03/12] ARM: dts: exynos: add USB DWC3 supplies to SMDK5250 Krzysztof Kozlowski
2022-01-23 11:16   ` Krzysztof Kozlowski
2022-01-23 11:16 ` [PATCH 04/12] ARM: dts: exynos: add USB DWC3 supplies to Chromebook Snow Krzysztof Kozlowski
2022-01-23 11:16   ` Krzysztof Kozlowski
2022-01-23 11:16 ` [PATCH 05/12] ARM: dts: exynos: add USB DWC3 supplies to Chromebook Spring Krzysztof Kozlowski
2022-01-23 11:16   ` Krzysztof Kozlowski
2022-01-23 11:16 ` [PATCH 06/12] ARM: dts: exynos: add USB DWC3 supplies to ArndaleOcta Krzysztof Kozlowski
2022-01-23 11:16   ` Krzysztof Kozlowski
2022-01-23 11:16 ` [PATCH 07/12] ARM: dts: exynos: add USB DWC3 supplies to Chromebook Peach Pit Krzysztof Kozlowski
2022-01-23 11:16   ` Krzysztof Kozlowski
2022-01-23 11:16 ` [PATCH 08/12] ARM: dts: exynos: add USB DWC3 supplies to Chromebook Peach Pi Krzysztof Kozlowski
2022-01-23 11:16   ` Krzysztof Kozlowski
2022-01-23 11:16 ` [PATCH 09/12] ARM: dts: exynos: add USB DWC3 supplies to SMDK5420 Krzysztof Kozlowski
2022-01-23 11:16   ` Krzysztof Kozlowski
2022-01-23 11:16 ` [PATCH 10/12] ARM: dts: exynos: add fake USB DWC3 supplies to SMDK5410 Krzysztof Kozlowski
2022-01-23 11:16   ` Krzysztof Kozlowski
2022-01-23 11:16 ` [PATCH 11/12] dt-bindings: usb: samsung,exynos-dwc3: convert to dtschema Krzysztof Kozlowski
2022-01-23 11:16   ` [PATCH 11/12] dt-bindings: usb: samsung, exynos-dwc3: " Krzysztof Kozlowski
2022-02-09  3:05   ` [PATCH 11/12] dt-bindings: usb: samsung,exynos-dwc3: " Rob Herring
2022-02-09  3:05     ` Rob Herring
2022-01-23 11:16 ` [PATCH 12/12] dt-bindings: usb: samsung,exynos-usb2: " Krzysztof Kozlowski
2022-01-23 11:16   ` [PATCH 12/12] dt-bindings: usb: samsung, exynos-usb2: " Krzysztof Kozlowski
2022-02-09  3:06   ` [PATCH 12/12] dt-bindings: usb: samsung,exynos-usb2: " Rob Herring
2022-02-09  3:06     ` Rob Herring
2022-01-25 17:02 ` [PATCH 00/12] usb: dt-bindings: samsung: convert to dtschema (subset) Krzysztof Kozlowski
2022-01-25 17:02   ` Krzysztof Kozlowski

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=20220123111644.25540-3-krzysztof.kozlowski@canonical.com \
    --to=krzysztof.kozlowski@canonical.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    /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.