Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1621866 > unrolled thread

[PATCH v5 3/3] DT nodes for Broadcom Northstar2 USB DRD Phy

Started byRaviteja Garimella <raviteja.garimella@broadcom.com>
First post2017-04-12 09:20 +0200
Last post2017-04-12 18:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v5 3/3] DT nodes for Broadcom Northstar2 USB DRD Phy Raviteja Garimella <raviteja.garimella@broadcom.com> - 2017-04-12 09:20 +0200
    Re: [PATCH v5 3/3] DT nodes for Broadcom Northstar2 USB DRD Phy Florian Fainelli <f.fainelli@gmail.com> - 2017-04-12 18:20 +0200

#1621866 — [PATCH v5 3/3] DT nodes for Broadcom Northstar2 USB DRD Phy

FromRaviteja Garimella <raviteja.garimella@broadcom.com>
Date2017-04-12 09:20 +0200
Subject[PATCH v5 3/3] DT nodes for Broadcom Northstar2 USB DRD Phy
Message-ID<tvkJk-1zn-17@gated-at.bofh.it>
This patch adds device tree nodes for USB Dual Role Device Phy for
Broadcom's Northstar2 SoC.

Signed-off-by: Raviteja Garimella <raviteja.garimella@broadcom.com>
---
 arch/arm64/boot/dts/broadcom/ns2.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm64/boot/dts/broadcom/ns2.dtsi b/arch/arm64/boot/dts/broadcom/ns2.dtsi
index bcb03fc..c71f330 100644
--- a/arch/arm64/boot/dts/broadcom/ns2.dtsi
+++ b/arch/arm64/boot/dts/broadcom/ns2.dtsi
@@ -436,6 +436,20 @@
 			};
 		};
 
+		usbdrd_phy: phy@66000960 {
+			#phy-cells = <0>;
+			compatible = "brcm,ns2-drd-phy";
+			reg = <0x66000960 0x24>,
+			      <0x67012800 0x4>,
+			      <0x6501d148 0x4>,
+			      <0x664d0700 0x4>;
+			reg-names = "icfg", "rst-ctrl",
+				    "crmu-ctrl", "usb2-strap";
+			id-gpios = <&gpio_g 30 0>;
+			vbus-gpios = <&gpio_g 31 0>;
+			status = "disabled";
+		};
+
 		pwm: pwm@66010000 {
 			compatible = "brcm,iproc-pwm";
 			reg = <0x66010000 0x28>;
-- 
2.1.0

[toc] | [next] | [standalone]


#1622288

FromFlorian Fainelli <f.fainelli@gmail.com>
Date2017-04-12 18:20 +0200
Message-ID<tvt9U-6Fh-17@gated-at.bofh.it>
In reply to#1621866
On 04/12/2017 12:12 AM, Raviteja Garimella wrote:
> This patch adds device tree nodes for USB Dual Role Device Phy for
> Broadcom's Northstar2 SoC.

The subject of this patch should be something like:

arm64: dts: NS2: Add USB DRD PHY Device Tree node

to be consistent with prior submissions done to the same file.

Depending on the fate of the patch series, I will either fix it up
myself while applying, or please include this change in a respin.
-- 
Florian

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web