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


Groups > linux.kernel > #1397509 > unrolled thread

[PATCH v5 5/5] ARM: DTS: da850: Add usb phy node

Started byDavid Lechner <david@lechnology.com>
First post2016-05-10 01:50 +0200
Last post2016-05-10 01:50 +0200
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 v5 5/5] ARM: DTS: da850: Add usb phy node David Lechner <david@lechnology.com> - 2016-05-10 01:50 +0200

#1397509 — [PATCH v5 5/5] ARM: DTS: da850: Add usb phy node

FromDavid Lechner <david@lechnology.com>
Date2016-05-10 01:50 +0200
Subject[PATCH v5 5/5] ARM: DTS: da850: Add usb phy node
Message-ID<rx361-7sX-5@gated-at.bofh.it>
Add a node for the new usb phy driver.

Signed-off-by: David Lechner <david@lechnology.com>
---
 arch/arm/boot/dts/da850.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
index 9546ace..b2ebbe5 100644
--- a/arch/arm/boot/dts/da850.dtsi
+++ b/arch/arm/boot/dts/da850.dtsi
@@ -351,6 +351,11 @@
 					>;
 			status = "disabled";
 		};
+		usb_phy: usb-phy {
+			compatible = "ti,da830-usb-phy";
+			#phy-cells = <1>;
+			status = "disabled";
+		};
 		gpio: gpio@226000 {
 			compatible = "ti,dm6441-gpio";
 			gpio-controller;
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web