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


Groups > linux.kernel > #1508770

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

From David Lechner <david@lechnology.com>
Newsgroups linux.kernel
Subject [PATCH v6 5/5] ARM: DTS: da850: Add usb phy node
Date 2016-10-26 05:10 +0200
Message-ID <swmLf-6hJ-5@gated-at.bofh.it> (permalink)
References <swmLf-6hJ-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 6bbf20d..33fcdce 100644
--- a/arch/arm/boot/dts/da850.dtsi
+++ b/arch/arm/boot/dts/da850.dtsi
@@ -376,6 +376,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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v6 0/5] da8xx USB PHY platform devices and clocks David Lechner <david@lechnology.com> - 2016-10-26 05:10 +0200
  [PATCH v6 4/5] ARM: DTS: da850: Add cfgchip syscon node David Lechner <david@lechnology.com> - 2016-10-26 05:10 +0200
    Re: [PATCH v6 4/5] ARM: DTS: da850: Add cfgchip syscon node Sekhar Nori <nsekhar@ti.com> - 2016-10-26 12:30 +0200
    Re: [PATCH v6 4/5] ARM: DTS: da850: Add cfgchip syscon node David Lechner <david@lechnology.com> - 2016-10-26 18:10 +0200
  [PATCH v6 5/5] ARM: DTS: da850: Add usb phy node David Lechner <david@lechnology.com> - 2016-10-26 05:10 +0200
    Re: [PATCH v6 5/5] ARM: DTS: da850: Add usb phy node Sekhar Nori <nsekhar@ti.com> - 2016-10-26 12:30 +0200
  [PATCH v6 3/5] ARM: davinci: da8xx: Add USB PHY platform declaration David Lechner <david@lechnology.com> - 2016-10-26 05:10 +0200
  [PATCH v6 2/5] ARM: davinci: da8xx: Add CFGCHIP syscon platform declaration. David Lechner <david@lechnology.com> - 2016-10-26 05:10 +0200
    Re: [PATCH v6 2/5] ARM: davinci: da8xx: Add CFGCHIP syscon platform  declaration. Sekhar Nori <nsekhar@ti.com> - 2016-10-26 12:00 +0200
  [PATCH v6 1/5] ARM: davinci: da8xx: add usb phy clocks David Lechner <david@lechnology.com> - 2016-10-26 05:10 +0200
    Re: [PATCH v6 1/5] ARM: davinci: da8xx: add usb phy clocks Sekhar Nori <nsekhar@ti.com> - 2016-10-26 10:10 +0200
      Re: [PATCH v6 1/5] ARM: davinci: da8xx: add usb phy clocks David Lechner <david@lechnology.com> - 2016-10-26 18:40 +0200
        Re: [PATCH v6 1/5] ARM: davinci: da8xx: add usb phy clocks Sekhar Nori <nsekhar@ti.com> - 2016-10-26 19:20 +0200
    Re: [PATCH v6 1/5] ARM: davinci: da8xx: add usb phy clocks Sekhar Nori <nsekhar@ti.com> - 2016-10-26 11:30 +0200

csiph-web