linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ARM: davinvi: da850 add ohci DT nodes
@ 2017-01-06  9:40 Axel Haslam
  2017-01-06  9:40 ` [PATCH v2 1/2] ARM: dts: da850: Add usb device node Axel Haslam
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Axel Haslam @ 2017-01-06  9:40 UTC (permalink / raw)
  To: david, nsekhar, khilman; +Cc: linux-kernel, linux-arm-kernel, Axel Haslam

This adds the DT node for the ohci controller and
enables it for the omapl138-lckd platform.

Changes v1 -> v2
* remove usb-phy node as it was added in merged patches for usb0 (musb)
* remove dependency on regulator patches as these are not needed for
  the lcdk board.
* remove dependency on merged ohci patches.

Axel Haslam (2):
  ARM: dts: da850: Add usb device node
  ARM: dts: da850-lcdk: Enable ohci for omapl138 lcdk

 arch/arm/boot/dts/da850-lcdk.dts | 4 ++++
 arch/arm/boot/dts/da850.dtsi     | 8 ++++++++
 2 files changed, 12 insertions(+)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2 1/2] ARM: dts: da850: Add usb device node
  2017-01-06  9:40 [PATCH v2 0/2] ARM: davinvi: da850 add ohci DT nodes Axel Haslam
@ 2017-01-06  9:40 ` Axel Haslam
  2017-01-06  9:40 ` [PATCH v2 2/2] ARM: dts: da850-lcdk: Enable ohci for omapl138 lcdk Axel Haslam
  2017-01-07 14:16 ` [PATCH v2 0/2] ARM: davinvi: da850 add ohci DT nodes Sekhar Nori
  2 siblings, 0 replies; 4+ messages in thread
From: Axel Haslam @ 2017-01-06  9:40 UTC (permalink / raw)
  To: david, nsekhar, khilman; +Cc: linux-kernel, linux-arm-kernel, Axel Haslam

Add the usb1 device node for the da850 soc.
This will allow boards to use the usb1 port
when booting through DT.

Signed-off-by: Axel Haslam <ahaslam@baylibre.com>
---
 arch/arm/boot/dts/da850.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
index 6205917..9f8ac8f 100644
--- a/arch/arm/boot/dts/da850.dtsi
+++ b/arch/arm/boot/dts/da850.dtsi
@@ -419,6 +419,14 @@
 					>;
 			status = "disabled";
 		};
+		usb1: usb@225000 {
+			compatible = "ti,da830-ohci";
+			reg = <0x225000 0x1000>;
+			interrupts = <59>;
+			phys = <&usb_phy 1>;
+			phy-names = "usb-phy";
+			status = "disabled";
+		};
 		gpio: gpio@226000 {
 			compatible = "ti,dm6441-gpio";
 			gpio-controller;
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH v2 2/2] ARM: dts: da850-lcdk: Enable ohci for omapl138 lcdk
  2017-01-06  9:40 [PATCH v2 0/2] ARM: davinvi: da850 add ohci DT nodes Axel Haslam
  2017-01-06  9:40 ` [PATCH v2 1/2] ARM: dts: da850: Add usb device node Axel Haslam
@ 2017-01-06  9:40 ` Axel Haslam
  2017-01-07 14:16 ` [PATCH v2 0/2] ARM: davinvi: da850 add ohci DT nodes Sekhar Nori
  2 siblings, 0 replies; 4+ messages in thread
From: Axel Haslam @ 2017-01-06  9:40 UTC (permalink / raw)
  To: david, nsekhar, khilman; +Cc: linux-kernel, linux-arm-kernel, Axel Haslam

Enable the usb1 controller (ohci) and phy for the lcdk board

Signed-off-by: Axel Haslam <ahaslam@baylibre.com>
---
 arch/arm/boot/dts/da850-lcdk.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/da850-lcdk.dts b/arch/arm/boot/dts/da850-lcdk.dts
index 03f9bfd..94f6ea9 100644
--- a/arch/arm/boot/dts/da850-lcdk.dts
+++ b/arch/arm/boot/dts/da850-lcdk.dts
@@ -166,6 +166,10 @@
 	status = "okay";
 };
 
+&usb1 {
+	status = "okay";
+};
+
 &aemif {
 	pinctrl-names = "default";
 	pinctrl-0 = <&nand_pins>;
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2 0/2] ARM: davinvi: da850 add ohci DT nodes
  2017-01-06  9:40 [PATCH v2 0/2] ARM: davinvi: da850 add ohci DT nodes Axel Haslam
  2017-01-06  9:40 ` [PATCH v2 1/2] ARM: dts: da850: Add usb device node Axel Haslam
  2017-01-06  9:40 ` [PATCH v2 2/2] ARM: dts: da850-lcdk: Enable ohci for omapl138 lcdk Axel Haslam
@ 2017-01-07 14:16 ` Sekhar Nori
  2 siblings, 0 replies; 4+ messages in thread
From: Sekhar Nori @ 2017-01-07 14:16 UTC (permalink / raw)
  To: Axel Haslam, david, khilman; +Cc: linux-kernel, linux-arm-kernel

On Friday 06 January 2017 03:10 PM, Axel Haslam wrote:
> This adds the DT node for the ohci controller and
> enables it for the omapl138-lckd platform.

Applied to v4.11/dt

Thanks,
Sekhar

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-07 14:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-06  9:40 [PATCH v2 0/2] ARM: davinvi: da850 add ohci DT nodes Axel Haslam
2017-01-06  9:40 ` [PATCH v2 1/2] ARM: dts: da850: Add usb device node Axel Haslam
2017-01-06  9:40 ` [PATCH v2 2/2] ARM: dts: da850-lcdk: Enable ohci for omapl138 lcdk Axel Haslam
2017-01-07 14:16 ` [PATCH v2 0/2] ARM: davinvi: da850 add ohci DT nodes Sekhar Nori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).