Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1523380
| From | Alexandre Bailon <abailon@baylibre.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v5 2/2] ARM: dts: da850-lcdk: Enable the usb otg device node |
| Date | 2016-11-16 12:10 +0100 |
| Message-ID | <sE6gh-21P-9@gated-at.bofh.it> (permalink) |
| References | <sE6gh-21P-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[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
csiph-web