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


Groups > linux.kernel > #1359550 > unrolled thread

[PATCH v2 08/11] ARM: dt: da850: Add usb phy node

Started byDavid Lechner <david@lechnology.com>
First post2016-03-17 04:40 +0100
Last post2016-03-17 04:40 +0100
Articles 1 — 1 participant

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 v2 08/11] ARM: dt: da850: Add usb phy node David Lechner <david@lechnology.com> - 2016-03-17 04:40 +0100

#1359550 — [PATCH v2 08/11] ARM: dt: da850: Add usb phy node

FromDavid Lechner <david@lechnology.com>
Date2016-03-17 04:40 +0100
Subject[PATCH v2 08/11] ARM: dt: da850: Add usb phy node
Message-ID<rdwX0-1LR-19@gated-at.bofh.it>
Add a node for the new usb phy driver.

Signed-off-by: David Lechner <david@lechnology.com>
---

v2 changes: This is new patch in v2.


 arch/arm/boot/dts/da850.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
index 591660d..06f36cd 100644
--- a/arch/arm/boot/dts/da850.dtsi
+++ b/arch/arm/boot/dts/da850.dtsi
@@ -324,6 +324,12 @@
 					>;
 			status = "disabled";
 		};
+		usbphy: usbphy@1c14184 {
+			compatible = "ti,da830-usbphy";
+			#phy-cells = <1>;
+			reg = <0x14184 4>;
+			status = "disabled";
+		};
 		gpio: gpio@1e26000 {
 			compatible = "ti,dm6441-gpio";
 			gpio-controller;
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web