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


Groups > linux.kernel > #1523378 > unrolled thread

[PATCH v5 0/2] platform: Add DT support for DA8xx

Started byAlexandre Bailon <abailon@baylibre.com>
First post2016-11-16 12:10 +0100
Last post2016-11-20 14:10 +0100
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v5 0/2]  platform: Add DT support for DA8xx Alexandre Bailon <abailon@baylibre.com> - 2016-11-16 12:10 +0100
    [PATCH v5 2/2] ARM: dts: da850-lcdk: Enable the usb otg device node Alexandre Bailon <abailon@baylibre.com> - 2016-11-16 12:10 +0100
    Re: [PATCH v5 0/2] platform: Add DT support for DA8xx Sekhar Nori <nsekhar@ti.com> - 2016-11-20 14:10 +0100

#1523378 — [PATCH v5 0/2] platform: Add DT support for DA8xx

FromAlexandre Bailon <abailon@baylibre.com>
Date2016-11-16 12:10 +0100
Subject[PATCH v5 0/2] platform: Add DT support for DA8xx
Message-ID<sE6gh-21P-3@gated-at.bofh.it>
This add and enable the usb otg for da850 and da850-lcdk.
This series depends on "driver: dd DT support for DA8xx" patch set.

If this series is applied before the "usb: musb: da8xx: Fix few issues" patch
set then the usb driver will always retrun -ENODEV.

Changes in v2:
* Remove unrelated changes in patch 3
* Rename the device node in patch 4

Changes in v3:
* Fix few mistakes in DT binding sample
* Only build the device table if DT is enabled

Change in v4:
* Fix a nit

Changes in v5:
* Remove usb_phy node from d850.dtsi because it has already been merged.
* Separated the patch in two: one for the board and one for the SoC.

Alexandre Bailon (2):
  ARM: dts: da850: Add the usb otg device node
  ARM: dts: da850-lcdk: Enable the usb otg device node

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

-- 
2.7.3

[toc] | [next] | [standalone]


#1523380 — [PATCH v5 2/2] ARM: dts: da850-lcdk: Enable the usb otg device node

FromAlexandre Bailon <abailon@baylibre.com>
Date2016-11-16 12:10 +0100
Subject[PATCH v5 2/2] ARM: dts: da850-lcdk: Enable the usb otg device node
Message-ID<sE6gh-21P-9@gated-at.bofh.it>
In reply to#1523378
This enables the usb otg controller for the lcdk board.

Signed-off-by: Alexandre Bailon <abailon@baylibre.com>
---
 arch/arm/boot/dts/da850-lcdk.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/da850-lcdk.dts b/arch/arm/boot/dts/da850-lcdk.dts
index 7b8ab21..03f9bfd 100644
--- a/arch/arm/boot/dts/da850-lcdk.dts
+++ b/arch/arm/boot/dts/da850-lcdk.dts
@@ -158,6 +158,14 @@
 	rx-num-evt = <32>;
 };
 
+&usb_phy {
+	status = "okay";
+};
+
+&usb0 {
+	status = "okay";
+};
+
 &aemif {
 	pinctrl-names = "default";
 	pinctrl-0 = <&nand_pins>;
-- 
2.7.3

[toc] | [prev] | [next] | [standalone]


#1526233 — Re: [PATCH v5 0/2] platform: Add DT support for DA8xx

FromSekhar Nori <nsekhar@ti.com>
Date2016-11-20 14:10 +0100
SubjectRe: [PATCH v5 0/2] platform: Add DT support for DA8xx
Message-ID<sFA2C-2VT-5@gated-at.bofh.it>
In reply to#1523378
On Wednesday 16 November 2016 04:37 PM, Alexandre Bailon wrote:
> This add and enable the usb otg for da850 and da850-lcdk.
> This series depends on "driver: dd DT support for DA8xx" patch set.

I see that Bin has already applied this.

> If this series is applied before the "usb: musb: da8xx: Fix few issues" patch
> set then the usb driver will always retrun -ENODEV.

And this seems to be applied too. So I am going ahead and applying this
series.

For future, please add some information on which device you are
referring to in the subject line. Reading the subject line for the
cover-letter, there is no way to know what exactly is being worked on here.

Thanks,
Sekhar

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web