* [PATCH] ARM: dts: da850-evm: Enable usb_phy, usb0 and usb1
@ 2018-03-19 16:21 Adam Ford
2018-03-30 11:02 ` Sekhar Nori
0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2018-03-19 16:21 UTC (permalink / raw)
To: adam.ford
Cc: Adam Ford, Sekhar Nori, Kevin Hilman, Rob Herring, Mark Rutland,
Russell King, linux-arm-kernel, devicetree, linux-kernel
The EVM kit has two USB ports. This patch will enable both
when booting with device tree.
Signed-off-by: Adam Ford <aford173@gmail.com>
diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts
index c755079..cc77735 100644
--- a/arch/arm/boot/dts/da850-evm.dts
+++ b/arch/arm/boot/dts/da850-evm.dts
@@ -304,6 +304,18 @@
};
};
+&usb_phy {
+ status = "okay";
+};
+
+&usb0 {
+ status = "okay";
+};
+
+&usb1 {
+ status = "okay";
+};
+
&vpif {
pinctrl-names = "default";
pinctrl-0 = <&vpif_capture_pins>, <&vpif_display_pins>;
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: dts: da850-evm: Enable usb_phy, usb0 and usb1
2018-03-19 16:21 [PATCH] ARM: dts: da850-evm: Enable usb_phy, usb0 and usb1 Adam Ford
@ 2018-03-30 11:02 ` Sekhar Nori
0 siblings, 0 replies; 2+ messages in thread
From: Sekhar Nori @ 2018-03-30 11:02 UTC (permalink / raw)
To: Adam Ford, adam.ford
Cc: Kevin Hilman, Rob Herring, Mark Rutland, Russell King,
linux-arm-kernel, devicetree, linux-kernel
On Monday 19 March 2018 09:51 PM, Adam Ford wrote:
> The EVM kit has two USB ports. This patch will enable both
> when booting with device tree.
>
> Signed-off-by: Adam Ford <aford173@gmail.com>
Applied for v4.18
Thanks,
Sekhar
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-03-30 11:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-19 16:21 [PATCH] ARM: dts: da850-evm: Enable usb_phy, usb0 and usb1 Adam Ford
2018-03-30 11:02 ` 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).